From fa21bde76e1a8aaaecfe1377ebc8c53f7a5e7634 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Sat, 14 Sep 2013 12:40:49 +0100 Subject: [PATCH] bug 798843 followup - update property values in the default svg stylesheet. r=roc --- layout/svg/svg.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/layout/svg/svg.css b/layout/svg/svg.css index 03462c8a693f..ec272a8c270a 100644 --- a/layout/svg/svg.css +++ b/layout/svg/svg.css @@ -21,13 +21,13 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject { @media all and (-moz-is-glyph) { :root { - fill: -moz-objectfill; - fill-opacity: -moz-objectfillopacity; - stroke: -moz-objectstroke; - stroke-opacity: -moz-objectstrokeopacity; - stroke-width: -moz-objectValue; - stroke-dasharray: -moz-objectValue; - stroke-dashoffset: -moz-objectValue; + fill: context-fill; + fill-opacity: context-fill-opacity; + stroke: context-stroke; + stroke-opacity: context-stroke-opacity; + stroke-width: context-value; + stroke-dasharray: context-value; + stroke-dashoffset: context-value; } }