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

/inkscape/src/
H A Dsplivarot.cpp1193 SPCSSAttr *ncss = 0; local
1195 ncss = sp_css_attr_from_style(i_style, SP_STYLE_FLAG_ALWAYS);
1196 gchar const *s_val = sp_repr_css_property(ncss, "stroke", NULL);
1197 gchar const *s_opac = sp_repr_css_property(ncss, "stroke-opacity", NULL);
1199 sp_repr_css_set_property(ncss, "stroke", "none");
1200 sp_repr_css_set_property(ncss, "stroke-opacity", "1.0");
1201 sp_repr_css_set_property(ncss, "fill", s_val);
1203 sp_repr_css_set_property(ncss, "fill-opacity", s_opac);
1205 sp_repr_css_set_property(ncss, "fill-opacity", "1.0");
1207 sp_repr_css_unset_property(ncss, "marke
[all...]

Completed in 384 milliseconds