Searched refs:nodetypes (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dsynfig_prepare.py298 if addNS("nodetypes", "sodipodi") in attribs.keys():
299 nodetypes = attribs[addNS("nodetypes", "sodipodi")]
300 del attribs[addNS("nodetypes", "sodipodi")]
302 nodetypes = None
352 if nodetypes is not None:
353 fill.set(addNS("nodetypes", "sodipodi"), nodetypes)
354 stroke.set(addNS("nodetypes", "sodipodi"), nodetypes)
[all...]
H A Dsynfig_output.py859 def path_to_bline_list(path_d, nodetypes=None, mtx=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]):
883 # Append (more than) enough c's to the nodetypes
884 if nodetypes is None:
887 nt = nodetypes
916 bline_list.append({"nodetypes":"", "loop":False, "points":[]})
1265 blines = path_to_bline_list(node.get("d"), node.get(addNS("nodetypes", "sodipodi")), mtx)
/inkscape/src/
H A Dpath-chemistry.cpp641 // reverse nodetypes order (Bug #179866)
642 gchar *nodetypes = g_strdup(path->getRepr()->attribute("sodipodi:nodetypes")); local
643 if ( nodetypes ) {
644 path->getRepr()->setAttribute("sodipodi:nodetypes", g_strreverse(nodetypes));
645 g_free(nodetypes);

Completed in 19 milliseconds