diff --git a/src/browser/ui/dom/CSSProperty.js b/src/browser/ui/dom/CSSProperty.js index 10f8b458df..93b5468438 100644 --- a/src/browser/ui/dom/CSSProperty.js +++ b/src/browser/ui/dom/CSSProperty.js @@ -33,9 +33,9 @@ var isUnitlessNumber = { // SVG-related properties fillOpacity: true, + strokeDashoffset: true, strokeOpacity: true, - strokeWidth: true, - strokeDashoffset: true + strokeWidth: true }; /**