summaryrefslogtreecommitdiffstats
path: root/dom/webidl
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-08-17 20:27:14 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-12 08:39:15 +0100
commitb736f53a13af48de08026b7c7e64275122af66e2 (patch)
tree54c20be9b96d7085973469c12332f43839d82f88 /dom/webidl
parent4577efd50f8361ffa787d7fcba5f5894438f826c (diff)
downloadUXP-b736f53a13af48de08026b7c7e64275122af66e2.tar
UXP-b736f53a13af48de08026b7c7e64275122af66e2.tar.gz
UXP-b736f53a13af48de08026b7c7e64275122af66e2.tar.lz
UXP-b736f53a13af48de08026b7c7e64275122af66e2.tar.xz
UXP-b736f53a13af48de08026b7c7e64275122af66e2.zip
SVG - support radialGradient fr attribute
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/SVGRadialGradientElement.webidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/webidl/SVGRadialGradientElement.webidl b/dom/webidl/SVGRadialGradientElement.webidl
index d4a3724f6..8d7ce9016 100644
--- a/dom/webidl/SVGRadialGradientElement.webidl
+++ b/dom/webidl/SVGRadialGradientElement.webidl
@@ -21,5 +21,7 @@ interface SVGRadialGradientElement : SVGGradientElement {
readonly attribute SVGAnimatedLength fx;
[Constant]
readonly attribute SVGAnimatedLength fy;
- // readonly attribute SVGAnimatedLength fr;
+ // XXX: Bug 1242048
+ // [SameObject]
+ readonly attribute SVGAnimatedLength fr;
};