mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
SVG - support radialGradient fr attribute
This commit is contained in:
parent
3a4e49d048
commit
4ba6ca9106
10 changed files with 103 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue