Merge pull request #3230 from nmn/master

Add numeric CSS property - stroke width
This commit is contained in:
Ben Alpert
2015-03-10 15:31:30 -07:00
+2 -1
View File
@@ -33,7 +33,8 @@ var isUnitlessNumber = {
// SVG-related properties
fillOpacity: true,
strokeOpacity: true
strokeOpacity: true,
strokeWidth: true
};
/**