Searched refs:simplestyle (Results 1 - 25 of 54) sorted by relevance

123

/inkscape/share/extensions/
H A Dexport_gimp_palette.py20 import simplestyle namespace
38 styles=simplestyle.parseStyle(sa)
44 if simplestyle.isColor(col):
45 c=simplestyle.parseColor(col)
46 colors['%3i %3i %3i ' % (c[0],c[1],c[2])]=simplestyle.formatColoria(c).upper()
H A Dhandles.py19 import inkex, simplepath, simplestyle namespace
50 attribs = {'style':simplestyle.formatStyle(s),'d':simplepath.formatPath(a)}
H A Drtree.py20 import inkex, simplestyle, pturtle, random namespace
69 attribs = {'d':t.getPath(),'style':simplestyle.formatStyle(s)}
H A Dmarkers_strokepaint.py25 import simplestyle namespace
81 style = simplestyle.parseStyle(node.get('style'))
149 cstyle = simplestyle.parseStyle(child.get('style'))
158 child.set('style',simplestyle.formatStyle(cstyle))
159 node.set('style',simplestyle.formatStyle(style))
H A Ddots.py19 import inkex, simplestyle, simplepath, math namespace
86 style = simplestyle.formatStyle({ 'stroke': 'none', 'fill': '#000' })
117 new.set('style', simplestyle.formatStyle(s))
H A Dconvert2dashes.py27 import simplestyle namespace
58 style = simplestyle.parseStyle(node.get('style'))
96 node.set('style', simplestyle.formatStyle(style))
H A Dimage_attributes.py29 import simplestyle namespace
87 node_style = simplestyle.parseStyle(node.get('style'))
101 node.set('style', simplestyle.formatStyle(node_style))
H A Dgenerate_voronoi.py27 import simplestyle, simpletransform namespace
182 attribs = {'d': path, 'style': simplestyle.formatStyle(patternstyle)}
189 style = simplestyle.parseStyle(obj.attrib['style'])
191 obj.attrib['style'] = simplestyle.formatStyle(style)
196 style = simplestyle.parseStyle(node.attrib['style'])
198 node.attrib['style'] = simplestyle.formatStyle(style)
H A Dhershey.py24 import simplestyle namespace
36 text_attribs = {'style':simplestyle.formatStyle(style), 'd':pathString, 'transform':trans}
H A Drender_gear_rack.py21 import simplestyle namespace
100 'style': simplestyle.formatStyle(style),
H A Dsynfig_prepare.py27 import simplepath, simplestyle, simpletransform namespace
275 style = simplestyle.parseStyle(path_node.get("style", ""))
344 group.set("style", simplestyle.formatStyle(style_group))
346 fill.set("style", simplestyle.formatStyle(style_fill))
347 stroke.set("style", simplestyle.formatStyle(style_stroke))
393 this_style = simplestyle.parseStyle(node.get("style", ""))
423 node.set("style", simplestyle.formatStyle(remaining_style))
439 node.set("style", simplestyle.formatStyle(this_style))
H A Dsplit.py57 from simplestyle import parseStyle
123 from simplestyle import parseStyle
169 import simplestyle namespace
170 fontsize = simplestyle.parseStyle(word.get("style"))["font-size"]
H A Dpathmodifier.py39 import simplestyle namespace
112 style = simplestyle.parseStyle(node.get('style') or "")
113 refstyle=simplestyle.parseStyle(refnode.get('style') or "")
115 newnode.set('style',simplestyle.formatStyle(style))
198 newstyle = simplestyle.parseStyle(node.get('style') or "")
201 childstyle = simplestyle.parseStyle(child.get('style') or "")
207 newNode.set('style',simplestyle.formatStyle(newstyle))
H A Dprint_win32_vector.py34 import simplestyle namespace
61 style = simplestyle.parseStyle(style)
64 rgb = simplestyle.parseColor(style['stroke'])
70 fill = simplestyle.parseColor(style['fill'])
155 style = simplestyle.parseStyle(style)
H A Dlindenmayer.py19 import inkex, simplestyle, pturtle, random namespace
113 attribs = {'style':simplestyle.formatStyle(s),'d':self.iterate()}
H A Dspirograph.py19 import inkex, simplestyle, math namespace
76 new.set('style', simplestyle.formatStyle(s))
H A Dgrid_polar.py24 import simplestyle, sys namespace
30 circ_attribs = {'style':simplestyle.formatStyle(style),
38 line_attribs = {'style':simplestyle.formatStyle(style),
48 label_attribs = {'style':simplestyle.formatStyle(style),
H A Dcoloreffect.py21 import sys, copy, simplestyle, inkex namespace
99 if simplestyle.isColor(col):
100 c=simplestyle.parseColor(col)
H A Drender_gears.py22 import simplestyle, sys namespace
170 gear_attribs = {'style':simplestyle.formatStyle(style), 'd':path}
173 center_attribs = {'style':simplestyle.formatStyle(style),
H A Dreplace_font.py35 import simplestyle namespace
101 return simplestyle.parseStyle(node.attrib['style'])
107 node.attrib['style'] = simplestyle.formatStyle(style)
H A Dprinting_marks.py31 import simplestyle namespace
100 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.py38 import simplestyle namespace
258 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 Dtar_layers.py34 import simplestyle namespace
H A Dvoronoi2svg.py35 import simplestyle namespace
329 rect.set('style',simplestyle.formatStyle(linestyle))
352 path.set('style',simplestyle.formatStyle(linestyle))
378 path.set('style',simplestyle.formatStyle(facestyle))
/inkscape/share/extensions/test/
H A Dsimplestyle.test.py6 from simplestyle import parseColor, parseStyle

Completed in 25 milliseconds

123