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

js.web.dom.svg.SVGFitToViewBox Maven / Gradle / Ivy

package js.web.dom.svg;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface SVGFitToViewBox extends Any {
    @JSProperty
    SVGAnimatedPreserveAspectRatio getPreserveAspectRatio();

    @JSProperty
    SVGAnimatedRect getViewBox();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy