dillon1000/react

Commit

Don't add 'px' to strokeDashoffset CSS Properties

This is a SVG CSS Property. The standard expects values or percentages, and adding "px" to the value will break it.

http://www.w3.org/TR/SVG/painting.html#StrokeDashoffsetProperty
Browse files
Changed paths1 file
First-parent comparison
M src/browser/ui/dom/CSSProperty.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…