diff options
| author | Jabiertxof <jtx@jtx> | 2016-12-16 12:00:49 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2016-12-16 12:00:49 +0000 |
| commit | 4446366fd075fb801420da520848c774b8ac4254 (patch) | |
| tree | c2fc74dabefc43fd586aaf51405bebc698d7ba94 /src/sp-mesh-array.cpp | |
| parent | Fixing nested mirrors (diff) | |
| parent | Fix bug where conical gradient drawn in wrong arc. (diff) | |
| download | inkscape-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.cpp | 2 |
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; } } |
