|
| 1 | +From b613b767652effae7f44680cb08d895658460318 Mon Sep 17 00:00:00 2001 |
| 2 | +From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= < [email protected]> |
| 3 | +Date: Wed, 10 Feb 2021 13:13:29 +0100 |
| 4 | +Subject: [PATCH] Remove duplicate SVG definitions |
| 5 | + |
| 6 | +--- |
| 7 | + ed/idl/SVG.idl | 32 -------------------------------- |
| 8 | + 1 file changed, 32 deletions(-) |
| 9 | + |
| 10 | +diff --git a/ed/idl/SVG.idl b/ed/idl/SVG.idl |
| 11 | +index f8d24c9c6..64ad64f8f 100644 |
| 12 | +--- a/ed/idl/SVG.idl |
| 13 | ++++ b/ed/idl/SVG.idl |
| 14 | +@@ -417,10 +417,6 @@ interface SVGAnimatedPreserveAspectRatio { |
| 15 | + [SameObject] readonly attribute SVGPreserveAspectRatio animVal; |
| 16 | + }; |
| 17 | + |
| 18 | +-[Exposed=Window] |
| 19 | +-interface SVGPathElement : SVGGeometryElement { |
| 20 | +-}; |
| 21 | +- |
| 22 | + [Exposed=Window] |
| 23 | + interface SVGRectElement : SVGGeometryElement { |
| 24 | + [SameObject] readonly attribute SVGAnimatedLength x; |
| 25 | +@@ -566,34 +562,6 @@ interface SVGForeignObjectElement : SVGGraphicsElement { |
| 26 | + [SameObject] readonly attribute SVGAnimatedLength height; |
| 27 | + }; |
| 28 | + |
| 29 | +-[Exposed=Window] |
| 30 | +-interface SVGMarkerElement : SVGElement { |
| 31 | +- |
| 32 | +- // Marker Unit Types |
| 33 | +- const unsigned short SVG_MARKERUNITS_UNKNOWN = 0; |
| 34 | +- const unsigned short SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 35 | +- const unsigned short SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 36 | +- |
| 37 | +- // Marker Orientation Types |
| 38 | +- const unsigned short SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 39 | +- const unsigned short SVG_MARKER_ORIENT_AUTO = 1; |
| 40 | +- const unsigned short SVG_MARKER_ORIENT_ANGLE = 2; |
| 41 | +- |
| 42 | +- [SameObject] readonly attribute SVGAnimatedLength refX; |
| 43 | +- [SameObject] readonly attribute SVGAnimatedLength refY; |
| 44 | +- [SameObject] readonly attribute SVGAnimatedEnumeration markerUnits; |
| 45 | +- [SameObject] readonly attribute SVGAnimatedLength markerWidth; |
| 46 | +- [SameObject] readonly attribute SVGAnimatedLength markerHeight; |
| 47 | +- [SameObject] readonly attribute SVGAnimatedEnumeration orientType; |
| 48 | +- [SameObject] readonly attribute SVGAnimatedAngle orientAngle; |
| 49 | +- attribute DOMString orient; |
| 50 | +- |
| 51 | +- void setOrientToAuto(); |
| 52 | +- void setOrientToAngle(SVGAngle angle); |
| 53 | +-}; |
| 54 | +- |
| 55 | +-SVGMarkerElement includes SVGFitToViewBox; |
| 56 | +- |
| 57 | + [Exposed=Window] |
| 58 | + interface SVGGradientElement : SVGElement { |
| 59 | + |
| 60 | +-- |
| 61 | +2.30.0.365.g02bc693789-goog |
| 62 | + |
0 commit comments