elemental2.svg.SVGTextPositioningElement Maven / Gradle / Ivy
package elemental2.svg;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGTextPositioningElement extends SVGTextContentElement {
public SVGAnimatedLengthList dx;
public SVGAnimatedLengthList dy;
public SVGAnimatedNumberList rotate;
public SVGAnimatedLengthList x;
public SVGAnimatedLengthList y;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy