This is a repro case to show that SVG props are not mapped to attributes in Stencil.
- Clone this repo
npm install
npm run start
Notice how strokeWidth
used in rendering is not mapped to `stroke-width' in the SVG.
Repro case for SVG props not mapped to attributes
TypeScriptMIT