Skip to content

Commit 4b42aa1

Browse files
committed
svgom: add the SVGDiscardElement interface
Note: the W3C software-license-2023 is identified by SPDX W3C-20150513, see spdx/license-list-XML#2600 (comment)
1 parent 47bb361 commit 4b42aa1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)