Searched refs:opts (Results 1 - 5 of 5) sorted by relevance
/inkscape/share/extensions/ |
H A D | webslicer_export.py | 344 opts = '' 345 if 'bg-color' in conf: opts += ' -b "'+conf['bg-color']+'" -y 1' 346 if 'dpi' in conf: opts += ' -d '+conf['dpi'] 349 opts += ' -w '+dim[0]+' -h '+dim[1] 352 opts, el.attrib['id'], img_name_png, self.tmp_svg 356 opts = '' 358 opts += ' -quality '+str(conf['quality']) 361 opts += ' -type Grayscale' 363 opts += ' -type Palette' 365 opts [all...] |
H A D | extrude.py | 30 opts = [('-m', '--mode', 'string', 'mode', 'Lines', 33 for o in opts:
|
H A D | edge3d.py | 25 opts = [('-a', '--angle', 'float', 'angle', 45.0, 40 for o in opts:
|
H A D | layout_nup.py | 39 opts = [('', '--unit', 'string', 'unit', 'px', ''), 67 for o in opts:
|
/inkscape/src/ |
H A D | sp-flowtext.cpp | 163 SPCSSAttr *opts = sp_repr_css_attr(this->getRepr(), "inkscape:layoutOptions"); local 165 gchar const *val = sp_repr_css_property(opts, "justification", NULL); 181 gchar const *val = sp_repr_css_property(opts, "layoutAlgo", NULL); 196 gchar const *val = sp_repr_css_property(opts, "par-indent", NULL); 205 sp_repr_css_attr_unref(opts);
|
Completed in 53 milliseconds