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

elemental2.svg.SVGRadialGradientElement Maven / Gradle / Ivy

The newest version!
package elemental2.svg;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGRadialGradientElement extends SVGGradientElement {
  public SVGAnimatedLength cx;
  public SVGAnimatedLength cy;
  public SVGAnimatedLength fx;
  public SVGAnimatedLength fy;
  public SVGAnimatedLength r;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy