Lines Matching refs:group
173 """An action group with stock commands designed for Synfig exporting"""
286 group = path_node.makeelement(addNS("g", "svg"))
287 fill = etree.SubElement(group, addNS("path", "svg"))
288 stroke = etree.SubElement(group, addNS("path", "svg"))
319 # Pass along all remaining attributes to the group
321 group.set(attrib_name, attribs[attrib_name])
323 group.set("id", path_id)
344 group.set("style", simplestyle.formatStyle(style_group))
362 # Replace the original node with the group
363 path_node.getparent().replace(path_node, group)