Searched refs:get_dimension (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dsynfig_prepare.py382 vx, vy, vw, vh = [get_dimension(x) for x in node.get("viewBox").split()]
383 dw = get_dimension(node.get("width", vw))
384 dh = get_dimension(node.get("height", vh))
444 def get_dimension(s="1024"): function
H A Dsynfig_output.py32 from synfig_prepare import SynfigPrep, MalformedSVGError, get_dimension namespace
1036 width = get_dimension(style[width_attrib])
1056 width = get_dimension(svg.get("width", 1024))
1057 height = get_dimension(svg.get("height", 768))

Completed in 18 milliseconds