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
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
@ikoruk this bit me today. With the g flag it gets converted to kebab which isn't the solution as far as I can tell with. Is there a way to denylist certain attributes, or svg attributes as a whole? I'm not super familiar with the internals.
textLenght
is a valid attribute onsvg:tspan
andsvg:text
: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/textLengthUnfortunately,
textLength
gets kebap-cased totext-length
because it matches the CAMEL_PROPS regex.Comparing with the SVG attribute reference, the following attributes are likely affected:
clipPathUnits
glyphRef
markerHeight
,markerUnit
,markerWidth
textLength
xChannelSelector
The text was updated successfully, but these errors were encountered: