SVG - support radialGradient fr attribute

This commit is contained in:
janekptacijarabaci 2017-08-17 20:27:14 +02:00 committed by Roy Tam
commit 4ba6ca9106
10 changed files with 103 additions and 13 deletions

View file

@ -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;
};