diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2013-09-25 10:00:17 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2013-09-25 10:00:17 +0000 |
| commit | e6f45cc425825b4326f1c312a84e4845f84b599a (patch) | |
| tree | 42439f21814dbf1870d8f5632fa63ba8eafbf543 /src/style.cpp | |
| parent | Updating libdepixelize version (diff) | |
| download | inkscape-e6f45cc425825b4326f1c312a84e4845f84b599a.tar.gz inkscape-e6f45cc425825b4326f1c312a84e4845f84b599a.zip | |
Proper fix for bug 1127103 (Filter changes color when object flipped.)
(bzr r12590)
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(); |
