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

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp1728 bool stroke_over_fill = true; local
1737 stroke_over_fill = false;
1741 if (fill && stroke_over_fill) {
1761 if (fill && _is_texttopath && !stroke_over_fill) {
1769 if (fill && !stroke_over_fill) {
1773 // Could happen if both 'stroke' and 'stroke_over_fill' are false

Completed in 18 milliseconds