Certain SVG attributes aren't parsed
mrehayden1 opened this issue · 0 comments
mrehayden1 commented
Attributes such as stroke-width
and stroke-dasharray
only work when supplying the module e.g. attrs-stroke-dasharray
.
I'm guessing this is because snabbdom-pragma sees stroke
as the module name.
Is this fixable?