svg-inline-loader
svg-inline-loader copied to clipboard
Fix: idPrefix regex to support style attribute
trafficstars
Currently createIdPrefix for tag attributes only works if the url(#foo) is the only value.
e.g:
<path mask="url(#foo")>
This commit adds support for the following.
<g style="mask: url(#foo)">