Searched refs:stopcss (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | gradient-drag.cpp | 2667 SPCSSAttr *stopcss = sp_repr_css_attr(unselectedrepr, "style"); local 2669 sp_repr_css_set_property(css, "fill", sp_repr_css_property(stopcss, "stop-color", "inkscape:unset")); 2670 sp_repr_css_set_property(css, "fill-opacity", sp_repr_css_property(stopcss, "stop-opacity", "1")); 2672 sp_repr_css_set_property(css, "stroke", sp_repr_css_property(stopcss, "stop-color", "inkscape:unset")); 2673 sp_repr_css_set_property(css, "stroke-opacity", sp_repr_css_property(stopcss, "stop-opacity", "1")); 2675 sp_repr_css_attr_unref (stopcss);
|
Completed in 16 milliseconds