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

/inkscape/src/display/
H A Dnr-style.cpp98 const SPIPaint *style_fill = &(style->fill); local
99 if( style_fill->paintOrigin == SP_CSS_PAINT_ORIGIN_CONTEXT_FILL ) {
101 style_fill = &(context_style->fill);
106 } else if ( style_fill->paintOrigin == SP_CSS_PAINT_ORIGIN_CONTEXT_STROKE ) {
108 style_fill = &(context_style->stroke);
114 if ( style_fill->isPaintserver() ) {
118 } else if ( style_fill->colorSet ) {
119 fill.set(style_fill->value.color);
123 } else if ( style_fill->isColor() ) {
124 fill.set(style_fill
[all...]
/inkscape/share/extensions/
H A Dsynfig_prepare.py327 style_fill = {"stroke":"none", "fill":"#000000"}
332 style_fill[key] = style[key]
340 style_fill[key] = style[key]
346 fill.set("style", simplestyle.formatStyle(style_fill))

Completed in 64 milliseconds