Merge pull request #3499 from sverrejoh/patch-1

Don't add 'px' to strokeDashoffset CSS Properties
This commit is contained in:
Paul O’Shannessy
2015-03-24 13:57:02 -07:00
+1
View File
@@ -33,6 +33,7 @@ var isUnitlessNumber = {
// SVG-related properties
fillOpacity: true,
strokeDashoffset: true,
strokeOpacity: true,
strokeWidth: true
};