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

com.github.megatronking.svg.plugin.SVG2VectorExtension.groovy Maven / Gradle / Ivy

package com.github.megatronking.svg.plugin;

public class SVG2VectorExtension  {

    public def name;

    public def svgDir;
    public def vectorDir;

    public def width = 0;
    public def height = 0;

    public SVG2VectorExtension(def name) {
        this.name = name;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy