diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-09-26 13:56:34 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-09-26 13:56:34 +0000 |
| commit | 2eb38df468e306e32b9961fcc102431e413ebb42 (patch) | |
| tree | 71bef633bfc255edfa17887a9bbcec507889c68d /src/style.cpp | |
| parent | Simplified some in-code circle creation. (diff) | |
| parent | C++ify calling a few SPLPEItem functions, much more work than expected... slo... (diff) | |
| download | inkscape-2eb38df468e306e32b9961fcc102431e413ebb42.tar.gz inkscape-2eb38df468e306e32b9961fcc102431e413ebb42.zip | |
Merged from trunk (r12593).
(bzr r11608.1.132)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/style.cpp b/src/style.cpp index 03c90bc09..2807a7d9a 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -3170,9 +3170,7 @@ sp_style_clear(SPStyle *style) style->color_interpolation.value = style->color_interpolation.computed = SP_CSS_COLOR_INTERPOLATION_SRGB; style->color_interpolation_filters.set = FALSE; style->color_interpolation_filters.inherit = FALSE; - style->color_interpolation_filters.value = style->color_interpolation_filters.computed = SP_CSS_COLOR_INTERPOLATION_SRGB; - //this line changed because rendering issues: Bug lp:1127103 - //style->color_interpolation_filters.value = style->color_interpolation_filters.computed = SP_CSS_COLOR_INTERPOLATION_LINEARRGB; + style->color_interpolation_filters.value = style->color_interpolation_filters.computed = SP_CSS_COLOR_INTERPOLATION_LINEARRGB; style->fill.clear(); |
