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
patternUnits is really useful for SVG patterns, but it doesn't appear to be transferred to the DOM when I render a component that uses it. Given the following sample SVG,
However this doesn't happen because the patternUnits attribute is never transferred. Note the missing patternUnits attribute within pattern#scanlines. This is the result of executing React.renderComponentToString on this svg markup:
patternUnits
is really useful for SVG patterns, but it doesn't appear to be transferred to the DOM when I render a component that uses it. Given the following sample SVG,The result should display a scan line pattern, as demonstrated here (in raw SVG):
http://codepen.io/nhunzaker/pen/idzCq?editors=100
However this doesn't happen because the patternUnits attribute is never transferred. Note the missing
patternUnits
attribute withinpattern#scanlines
. This is the result of executingReact.renderComponentToString
on this svg markup:The text was updated successfully, but these errors were encountered: