From 20d3f0db29d2e83d63c5320ab8e75af94739946c Mon Sep 17 00:00:00 2001 From: Naman Goel Date: Sun, 22 Feb 2015 15:57:30 +0100 Subject: [PATCH] CSS property --- src/browser/ui/dom/CSSProperty.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/browser/ui/dom/CSSProperty.js b/src/browser/ui/dom/CSSProperty.js index cc051ec7a0..90e7d80b7e 100644 --- a/src/browser/ui/dom/CSSProperty.js +++ b/src/browser/ui/dom/CSSProperty.js @@ -31,7 +31,8 @@ var isUnitlessNumber = { // SVG-related properties fillOpacity: true, - strokeOpacity: true + strokeOpacity: true, + strokeWidth: true }; /**