mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +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
|
|
@ -139,13 +139,14 @@ public:
|
|||
already_AddRefed<SVGAnimatedLength> R();
|
||||
already_AddRefed<SVGAnimatedLength> Fx();
|
||||
already_AddRefed<SVGAnimatedLength> Fy();
|
||||
already_AddRefed<SVGAnimatedLength> Fr();
|
||||
protected:
|
||||
|
||||
virtual LengthAttributesInfo GetLengthInfo() override;
|
||||
|
||||
enum { ATTR_CX, ATTR_CY, ATTR_R, ATTR_FX, ATTR_FY };
|
||||
nsSVGLength2 mLengthAttributes[5];
|
||||
static LengthInfo sLengthInfo[5];
|
||||
enum { ATTR_CX, ATTR_CY, ATTR_R, ATTR_FX, ATTR_FY, ATTR_FR };
|
||||
nsSVGLength2 mLengthAttributes[6];
|
||||
static LengthInfo sLengthInfo[6];
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue