Searched refs:formatStyle (Results 1 - 25 of 34) sorted by relevance

12

/inkscape/share/extensions/
H A Dhandles.py50 attribs = {'style':simplestyle.formatStyle(s),'d':simplepath.formatPath(a)}
H A Ddots.py86 style = simplestyle.formatStyle({ 'stroke': 'none', 'fill': '#000' })
117 new.set('style', simplestyle.formatStyle(s))
H A Drtree.py69 attribs = {'d':t.getPath(),'style':simplestyle.formatStyle(s)}
H A Dsimplestyle.py181 def formatStyle(a): function
H A Dsynfig_prepare.py344 group.set("style", simplestyle.formatStyle(style_group))
346 fill.set("style", simplestyle.formatStyle(style_fill))
347 stroke.set("style", simplestyle.formatStyle(style_stroke))
423 node.set("style", simplestyle.formatStyle(remaining_style))
439 node.set("style", simplestyle.formatStyle(this_style))
H A Dgrid_polar.py30 circ_attribs = {'style':simplestyle.formatStyle(style),
38 line_attribs = {'style':simplestyle.formatStyle(style),
48 label_attribs = {'style':simplestyle.formatStyle(style),
H A Dgenerate_voronoi.py182 attribs = {'d': path, 'style': simplestyle.formatStyle(patternstyle)}
191 obj.attrib['style'] = simplestyle.formatStyle(style)
198 node.attrib['style'] = simplestyle.formatStyle(style)
H A Dhershey.py36 text_attribs = {'style':simplestyle.formatStyle(style), 'd':pathString, 'transform':trans}
H A Drender_gear_rack.py100 'style': simplestyle.formatStyle(style),
H A Drender_gears.py170 gear_attribs = {'style':simplestyle.formatStyle(style), 'd':path}
173 center_attribs = {'style':simplestyle.formatStyle(style),
H A Dmarkers_strokepaint.py158 child.set('style',simplestyle.formatStyle(cstyle))
159 node.set('style',simplestyle.formatStyle(style))
H A Dprinting_marks.py100 line_attribs = {'style': simplestyle.formatStyle(style),
110 line_attribs = {'style': simplestyle.formatStyle(style),
119 circle_attribs = {'style':simplestyle.formatStyle(style),
135 regmark_attribs = {'style': simplestyle.formatStyle(style),
159 regmark_attribs = {'style':simplestyle.formatStyle(style),
H A Dsvgcalendar.py258 txt_atts = {'style': simplestyle.formatStyle(self.style_month),
280 txt_atts = {'style': simplestyle.formatStyle(self.style_day_name),
348 txt_atts = {'style': simplestyle.formatStyle(style),
359 txt_atts = {'style': simplestyle.formatStyle(style),
387 txt_atts = {'style': simplestyle.formatStyle(self.style_year),
H A Dvoronoi2svg.py329 rect.set('style',simplestyle.formatStyle(linestyle))
352 path.set('style',simplestyle.formatStyle(linestyle))
378 path.set('style',simplestyle.formatStyle(facestyle))
H A Dlindenmayer.py113 attribs = {'style':simplestyle.formatStyle(s),'d':self.iterate()}
H A Dspirograph.py76 new.set('style', simplestyle.formatStyle(s))
H A Dconvert2dashes.py96 node.set('style', simplestyle.formatStyle(style))
H A Dimage_attributes.py101 node.set('style', simplestyle.formatStyle(node_style))
H A Ddraw_from_triangle.py55 circ_attribs = {'style':simplestyle.formatStyle(circ_style),
65 tri_attribs = {'style':simplestyle.formatStyle(tri_style),
76 line_attribs = {'style':simplestyle.formatStyle(line_style),
H A Dpolyhedron_3d.py143 circ_attribs = {'style':simplestyle.formatStyle(style),
151 line_attribs = {'style':simplestyle.formatStyle(style),
167 line_attribs = {'style':simplestyle.formatStyle(style),
H A Dgrid_cartesian.py32 line_attribs = {'style':simplestyle.formatStyle(style),
39 rect_attribs = {'style':simplestyle.formatStyle(style),
H A Dpathmodifier.py115 newnode.set('style',simplestyle.formatStyle(style))
207 newNode.set('style',simplestyle.formatStyle(newstyle))
H A Dtriangle.py42 tri_attribs = {'style':simplestyle.formatStyle(style),
H A Ddxf_input.py239 style = simplestyle.formatStyle({'fill': '%s' % color})
241 style = simplestyle.formatStyle({'fill': 'url(#Hatch)', 'fill-opacity': '1.0'})
494 style = simplestyle.formatStyle({'stroke': '%s' % color, 'fill': 'none'})
501 style = simplestyle.formatStyle({'stroke': '%s' % color, 'fill': 'none', 'stroke-width': '%.1f' % w})
H A Dreplace_font.py107 node.attrib['style'] = simplestyle.formatStyle(style)

Completed in 102 milliseconds

12