Searched refs:rrect (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 982 Inkscape::XML::Node *rrect = xml_doc->createElement("svg:rect"); local 991 rrect->setAttribute("style", css_str.c_str()); 995 sp_repr_set_svg_double(rrect, "x", -bbox->width()/2.0); 996 sp_repr_set_svg_double(rrect, "y", -bbox->height()); 997 sp_repr_set_svg_double(rrect, "width", bbox->width() + 6); 998 sp_repr_set_svg_double(rrect, "height", bbox->height() + 6); 1003 rgroup->addChild(rrect, NULL); 1004 Inkscape::GC::release(rrect);
|
Completed in 18 milliseconds