Searched defs:addNS (Results 1 - 4 of 4) sorted by relevance
/inkscape/share/extensions/ |
H A D | synfig_prepare.py | 26 from inkex import NSS, addNS, etree, errormsg namespace 286 group = path_node.makeelement(addNS("g", "svg")) 287 fill = etree.SubElement(group, addNS("path", "svg")) 288 stroke = etree.SubElement(group, addNS("path", "svg")) 298 if addNS("nodetypes", "sodipodi") in attribs.keys(): 299 nodetypes = attribs[addNS("nodetypes", "sodipodi")] 300 del attribs[addNS("nodetypes", "sodipodi")] 353 fill.set(addNS("nodetypes", "sodipodi"), nodetypes) 354 stroke.set(addNS("nodetypes", "sodipodi"), nodetypes) 373 if (node.tag == addNS("namedvie [all...] |
H A D | inkex.py | 133 def addNS(tag, ns=None): function 265 addNS('guide','sodipodi'), atts)
|
H A D | synfig_output.py | 28 from inkex import NSS, addNS, etree, errormsg namespace 1063 name = svg.get(addNS("docname", "sodipodi"), "Synfig Animation 1") 1080 if node.tag == addNS("namedview", "sodipodi"): 1082 elif node.tag == addNS("defs", "svg"): 1085 elif node.tag == addNS("metadata", "svg"): 1088 addNS("g", "svg"), 1089 addNS("a", "svg"), 1090 addNS("switch", "svg"), 1091 addNS("path", "svg")]: 1096 if node.tag == addNS(" [all...] |
/inkscape/share/filters/ |
H A D | samplify.py | 32 def addNS(tag, ns=None): function 39 a_href = addNS('href', 'xlink') 40 a_menu = addNS('menu', 'inkscape') 41 a_tooltip = addNS('menu-tooltip', 'inkscape') 42 a_label = addNS('label', 'inkscape') 43 e_text = addNS('text', 'svg') 44 e_tspan = addNS('tspan', 'svg') 45 e_flowRoot = addNS('flowRoot', 'svg') 46 e_flowPara = addNS('flowPara', 'svg') 47 e_flowSpan = addNS('flowSpa [all...] |
Completed in 32 milliseconds