We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SVGDiscardElement
1 parent 47bb361 commit 4b42aa1Copy full SHA for 4b42aa1
svgom-api/src/main/java/org/w3c/dom/svg/SVGDiscardElement.java
@@ -0,0 +1,15 @@
1
+/*
2
+ * Copyright © 2023 W3C®.
3
+ *
4
+ * This software or document includes material copied from or derived from
5
+ * https://svgwg.org/specs/animations/
6
7
+ * [1] https://www.w3.org/copyright/software-license-2023/
8
+ */
9
+
10
+// SPDX-License-Identifier: W3C-20150513
11
12
+package org.w3c.dom.svg;
13
14
+public interface SVGDiscardElement extends SVGAnimationElement {
15
+}
0 commit comments