summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGPathSegClosePath.java
blob: 9cf1c43691d684cf838688953be8f5576796142b (plain) (blame)
1
2
3
4
5
6

package org.w3c.dom.svg;

public interface SVGPathSegClosePath extends 
               SVGPathSeg {
}