Searched refs:markerHeight (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-marker.cpp | 52 markerHeight(), 83 this->readAttr( "markerHeight" ); 150 this->markerHeight.readOrUnset(value, SVGLength::NONE, 3.0, 3.0); 206 ictx.viewport = Geom::Rect::from_xywh(0, 0, this->markerWidth.computed, this->markerHeight.computed); 263 if (this->markerHeight._set) { 264 sp_repr_set_svg_double (repr, "markerHeight", this->markerHeight.computed); 266 repr->setAttribute("markerHeight", NULL); 440 sp_repr_set_svg_double(repr, "markerHeight", bounds.dimensions()[Geom::Y]);
|
H A D | sp-marker.h | 59 SVGLength markerHeight; member in class:SPMarker
|
Completed in 109 milliseconds