| Index: client/dom/generated/src/frog/SVGPathElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathElement.dart b/client/dom/generated/src/frog/SVGPathElement.dart
|
| deleted file mode 100644
|
| index 2dee8fd536b2412ffc21aa89c803c1e14c001db4..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/SVGPathElement.dart
|
| +++ /dev/null
|
| @@ -1,104 +0,0 @@
|
| -
|
| -class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native "*SVGPathElement" {
|
| -
|
| - final _SVGPathSegListJs animatedNormalizedPathSegList;
|
| -
|
| - final _SVGPathSegListJs animatedPathSegList;
|
| -
|
| - final _SVGPathSegListJs normalizedPathSegList;
|
| -
|
| - final _SVGAnimatedNumberJs pathLength;
|
| -
|
| - final _SVGPathSegListJs pathSegList;
|
| -
|
| - _SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
|
| -
|
| - _SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native;
|
| -
|
| - _SVGPathSegClosePathJs createSVGPathSegClosePath() native;
|
| -
|
| - _SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native;
|
| -
|
| - _SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native;
|
| -
|
| - _SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native;
|
| -
|
| - _SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native;
|
| -
|
| - _SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native;
|
| -
|
| - _SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native;
|
| -
|
| - _SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) native;
|
| -
|
| - _SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) native;
|
| -
|
| - _SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native;
|
| -
|
| - _SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) native;
|
| -
|
| - _SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) native;
|
| -
|
| - _SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native;
|
| -
|
| - _SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native;
|
| -
|
| - _SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native;
|
| -
|
| - _SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native;
|
| -
|
| - _SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native;
|
| -
|
| - int getPathSegAtLength(num distance) native;
|
| -
|
| - _SVGPointJs getPointAtLength(num distance) native;
|
| -
|
| - num getTotalLength() native;
|
| -
|
| - // From SVGTests
|
| -
|
| - final _SVGStringListJs requiredExtensions;
|
| -
|
| - final _SVGStringListJs requiredFeatures;
|
| -
|
| - final _SVGStringListJs systemLanguage;
|
| -
|
| - bool hasExtension(String extension) native;
|
| -
|
| - // From SVGLangSpace
|
| -
|
| - String xmllang;
|
| -
|
| - String xmlspace;
|
| -
|
| - // From SVGExternalResourcesRequired
|
| -
|
| - final _SVGAnimatedBooleanJs externalResourcesRequired;
|
| -
|
| - // From SVGStylable
|
| -
|
| - final _SVGAnimatedStringJs className;
|
| -
|
| - // Use implementation from Element.
|
| - // final _CSSStyleDeclarationJs style;
|
| -
|
| - _CSSValueJs getPresentationAttribute(String name) native;
|
| -
|
| - // From SVGTransformable
|
| -
|
| - final _SVGAnimatedTransformListJs transform;
|
| -
|
| - // From SVGLocatable
|
| -
|
| - final _SVGElementJs farthestViewportElement;
|
| -
|
| - final _SVGElementJs nearestViewportElement;
|
| -
|
| - _SVGRectJs getBBox() native;
|
| -
|
| - _SVGMatrixJs getCTM() native;
|
| -
|
| - _SVGMatrixJs getScreenCTM() native;
|
| -
|
| - _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
|
| -}
|
|
|