Searched defs:pathRepr (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/trace/ |
H A D | trace.cpp | 516 Inkscape::XML::Node *pathRepr = xml_doc->createElement("svg:path"); local 517 pathRepr->setAttribute("style", result.getStyle().c_str()); 518 pathRepr->setAttribute("d", result.getPathData().c_str()); 521 groupRepr->addChild(pathRepr, NULL); 523 par->addChild(pathRepr, imgRepr); 526 SPObject *reprobj = doc->getObjectByRepr(pathRepr); 530 newItem->doWriteTransform(pathRepr, tf, NULL); 535 selection->add(pathRepr); 537 Inkscape::GC::release(pathRepr);
|
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 378 Inkscape::XML::Node *pathRepr = xml_doc->createElement("svg:path"); local 380 sp_desktop_apply_style_tool (desktop, pathRepr, "/tools/paintbucket", false); 412 pathRepr->setAttribute("d", str); 416 Inkscape::GC::release(pathRepr); 426 pathRepr->setAttribute("d", str); 430 desktop->currentLayer()->addChild(pathRepr,NULL); 432 SPObject *reprobj = document->getObjectByRepr(pathRepr); 434 SP_ITEM(reprobj)->doWriteTransform(pathRepr, transform, NULL); 439 gchar const *t_str = pathRepr->attribute("transform"); 446 pathRepr [all...] |
Completed in 13 milliseconds