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

def.dom.SVGPathSegCurvetoCubicSmoothRel Maven / Gradle / Ivy

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy