Index: client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
diff --git a/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart b/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6ff837a6dd46b49c349845e05c75511337aca3e9 |
--- /dev/null |
+++ b/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
@@ -0,0 +1,14 @@ |
+ |
+class _SVGFilterPrimitiveStandardAttributesImpl extends _SVGStylableImpl implements SVGFilterPrimitiveStandardAttributes { |
+ _SVGFilterPrimitiveStandardAttributesImpl._wrap(ptr) : super._wrap(ptr); |
+ |
+ SVGAnimatedLength get height() => _wrap(_ptr.height); |
+ |
+ SVGAnimatedString get result() => _wrap(_ptr.result); |
+ |
+ SVGAnimatedLength get width() => _wrap(_ptr.width); |
+ |
+ SVGAnimatedLength get x() => _wrap(_ptr.x); |
+ |
+ SVGAnimatedLength get y() => _wrap(_ptr.y); |
+} |