You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to change maskType to mask-type in mask element.
<svg_ width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="a" maskType="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="14">
[...]</svg_>
Create a plugin to rename attributes
I wish I could rename attributes
Alternative: addAttributesToMARKElement
I wish I could add attributes to the MARK element (I can remove the maskType attribute and add mask-type to the MARK element)
The text was updated successfully, but these errors were encountered:
I need to change maskType to mask-type in mask element.
<svg_ width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="a" maskType="alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="14">
[...]</svg_>
Create a plugin to rename attributes
I wish I could rename attributes
Alternative: addAttributesToMARKElement
I wish I could add attributes to the MARK element (I can remove the maskType attribute and add mask-type to the MARK element)
The text was updated successfully, but these errors were encountered: