svg-inline-loader icon indicating copy to clipboard operation
svg-inline-loader copied to clipboard

Fix: idPrefix regex to support style attribute

Open koox00 opened this issue 6 years ago • 1 comments
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)">

koox00 avatar May 13 '19 14:05 koox00

CLA assistant check
All committers have signed the CLA.

jsf-clabot avatar May 13 '19 14:05 jsf-clabot