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

/inkscape/share/extensions/
H A Dpolyhedron_3d.py142 style = { 'stroke': '#000000', 'stroke-width':str(st.th), 'fill': st.fill, 'stroke-opacity':st.s_opac, 'fill-opacity':st.f_opac}
158 'stroke-opacity':st.s_opac, 'fill': st.fill, 'fill-opacity':st.f_opac}
320 self.s_opac = str(options.s_opac/100.0)
427 self.OptionParser.add_option("--s_opac",
429 dest="s_opac", default=100)
/inkscape/src/
H A Dsplivarot.cpp1197 gchar const *s_opac = sp_repr_css_property(ncss, "stroke-opacity", NULL); local
1202 if ( s_opac ) {
1203 sp_repr_css_set_property(ncss, "fill-opacity", s_opac);

Completed in 95 milliseconds