Index: client/html/generated/html/interface/SVGZoomAndPan.dart |
diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/SVGZoomAndPan.dart |
similarity index 57% |
copy from client/dom/templates/interface.darttemplate |
copy to client/html/generated/html/interface/SVGZoomAndPan.dart |
index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..4ce2cc207e3b79594d81e238f3cd016ee8f1f48b 100644 |
--- a/client/dom/templates/interface.darttemplate |
+++ b/client/html/generated/html/interface/SVGZoomAndPan.dart |
@@ -4,5 +4,13 @@ |
// WARNING: Do not edit - generated code. |
-interface $ID$!EXTENDS { |
-$!MEMBERS} |
+interface SVGZoomAndPan { |
+ |
+ static final int SVG_ZOOMANDPAN_DISABLE = 1; |
+ |
+ static final int SVG_ZOOMANDPAN_MAGNIFY = 2; |
+ |
+ static final int SVG_ZOOMANDPAN_UNKNOWN = 0; |
+ |
+ int zoomAndPan; |
+} |