All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.SVGPathSegCurvetoQuadraticSmoothRel Maven / Gradle / Ivy

The newest version!
package def.dom;
public class SVGPathSegCurvetoQuadraticSmoothRel extends SVGPathSeg {
    public double x;
    public double y;
    public static SVGPathSegCurvetoQuadraticSmoothRel prototype;
    public SVGPathSegCurvetoQuadraticSmoothRel(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy