The SVGLineElement interface provides access to the properties
<line>
elements, as well as methods to manipulate them.
The SVGLineElement interface provides access to the properties `<line>` elements, as well as methods to manipulate them.
(set-x1! this val)
Property.
Returns an SVGAnimatedLength that corresponds to attribute x1 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute x1 the given <line> element.
(set-x2! this val)
Property.
Returns an SVGAnimatedLength that corresponds to attribute x2 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute x2 the given <line> element.
(set-y1! this val)
Property.
Returns an SVGAnimatedLength that corresponds to attribute y1 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute y1 the given <line> element.
(set-y2! this val)
Property.
Returns an SVGAnimatedLength that corresponds to attribute y2 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute y2 the given <line> element.
(x1 this)
Property.
Returns an SVGAnimatedLength that corresponds to attribute x1 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute x1 the given <line> element.
(x2 this)
Property.
Returns an SVGAnimatedLength that corresponds to attribute x2 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute x2 the given <line> element.
(y1 this)
Property.
Returns an SVGAnimatedLength that corresponds to attribute y1 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute y1 the given <line> element.
(y2 this)
Property.
Returns an SVGAnimatedLength that corresponds to attribute y2 the given <line> element.
Property. Returns an SVGAnimatedLength that corresponds to attribute y2 the given <line> element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close