Index: client/html/generated/html/interface/SVGUnitTypes.dart |
diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGUnitTypes.dart |
similarity index 58% |
copy from client/dom/templates/interface.darttemplate |
copy to client/html/generated/html/interface/SVGUnitTypes.dart |
index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..41168faecde7795efbf4dc3c27b04c1aaf958b70 100644 |
--- a/client/dom/templates/interface.darttemplate |
+++ b/client/html/generated/html/interface/SVGUnitTypes.dart |
@@ -4,5 +4,11 @@ |
// WARNING: Do not edit - generated code. |
-interface $ID$!EXTENDS { |
-$!MEMBERS} |
+interface SVGUnitTypes { |
+ |
+ static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
+ |
+ static final int SVG_UNIT_TYPE_UNKNOWN = 0; |
+ |
+ static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
+} |