summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-16 12:00:49 +0000
committerJabiertxof <jtx@jtx>2016-12-16 12:00:49 +0000
commit4446366fd075fb801420da520848c774b8ac4254 (patch)
treec2fc74dabefc43fd586aaf51405bebc698d7ba94 /src/sp-mesh-array.cpp
parentFixing nested mirrors (diff)
parentFix bug where conical gradient drawn in wrong arc. (diff)
downloadinkscape-4446366fd075fb801420da520848c774b8ac4254.tar.gz
inkscape-4446366fd075fb801420da520848c774b8ac4254.zip
Update to trunk
(bzr r15295.1.23)
Diffstat (limited to 'src/sp-mesh-array.cpp')
-rw-r--r--src/sp-mesh-array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-mesh-array.cpp b/src/sp-mesh-array.cpp
index b522d577b..f192d0e44 100644
--- a/src/sp-mesh-array.cpp
+++ b/src/sp-mesh-array.cpp
@@ -1198,7 +1198,7 @@ void SPMeshNodeArray::create( SPMeshGradient *mg, SPItem *item, Geom::OptRect bb
ry = arc->ry.computed;
start = arc->start;
end = arc->end;
- if( end == start ) {
+ if( end <= start ) {
end += 2.0 * M_PI;
}
}