Searched refs:line_style (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dfoldablebox.py74 line_style = simplestyle.formatStyle({ 'stroke': '#000000', 'fill': 'none', 'stroke-width': str(self.unittouu('1px')) })
88 line_atts = { 'style':line_style, 'id':box_id+'-inner-close-tab', 'd':formatPath(line_path) }
104 line_atts = { 'style':line_style, 'id':box_id+'-upper-close-tab', 'd':formatPath(line_path) }
120 line_atts = { 'style':line_style, 'id':box_id+'-upper-right-tab', 'd':formatPath(line_path) }
134 line_atts = { 'style':line_style, 'id':box_id+'-upper-left-tab', 'd':formatPath(line_path) }
149 line_atts = { 'style':line_style, 'id':box_id+'-left-tab', 'd':formatPath(line_path) }
160 line_atts = { 'style':line_style, 'id':box_id+'-front', 'd':formatPath(line_path) }
173 line_atts = { 'style':line_style, 'id':box_id+'-right', 'd':formatPath(line_path) }
186 line_atts = { 'style':line_style, 'id':box_id+'-back', 'd':formatPath(line_path) }
199 line_atts = { 'style':line_style, 'i
[all...]
H A Ddraw_from_triangle.py75 line_style = { 'stroke': style.l_col, 'stroke-width':str(style.l_th), 'fill': style.l_fill }
76 line_attribs = {'style':simplestyle.formatStyle(line_style),

Completed in 23 milliseconds