diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-22 19:48:17 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-22 19:48:17 +0000 |
| commit | c577e33f19db82f4bf0aa6436ee95ba80298f51a (patch) | |
| tree | 1e2f33750081e1363ace511e8432aa225b672872 /src/sp-gradient.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fix bug#1635442 (diff) | |
| download | inkscape-c577e33f19db82f4bf0aa6436ee95ba80298f51a.tar.gz inkscape-c577e33f19db82f4bf0aa6436ee95ba80298f51a.zip | |
Update to trunk
(bzr r15142.1.19)
Diffstat (limited to 'src/sp-gradient.cpp')
| -rw-r--r-- | src/sp-gradient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-gradient.cpp b/src/sp-gradient.cpp index 49f117a51..746c7fa41 100644 --- a/src/sp-gradient.cpp +++ b/src/sp-gradient.cpp @@ -127,7 +127,7 @@ bool SPGradient::isEquivalent(SPGradient *that) bool effective = true; while (effective && (as && bs)) { if (!as->getEffectiveColor().isClose(bs->getEffectiveColor(), 0.001) || - as->offset != bs->offset) { + as->offset != bs->offset || as->opacity != bs->opacity ) { effective = false; break; } |
