Skip to content

Commit

Permalink
Merge pull request facebook#3230 from nmn/master
Browse files Browse the repository at this point in the history
Add numeric CSS property - stroke width
  • Loading branch information
sophiebits committed Mar 10, 2015
2 parents 75a8bc9 + 34d5e05 commit 68ca057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browser/ui/dom/CSSProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ var isUnitlessNumber = {

// SVG-related properties
fillOpacity: true,
strokeOpacity: true
strokeOpacity: true,
strokeWidth: true
};

/**
Expand Down

0 comments on commit 68ca057

Please sign in to comment.