diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-11-20 00:14:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-11-20 00:14:57 +0000 |
| commit | 98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300 (patch) | |
| tree | 0dd822e6b40f98ac867aff3773483a3e59917fe4 /src/sp-ellipse.cpp | |
| parent | Fix repointed by su_v (diff) | |
| parent | BalloonSymbols.svg rewritten. Balloon symbols should render properly in all b... (diff) | |
| download | inkscape-98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300.tar.gz inkscape-98fc7e79f2ddbbcb2f8d1766eedb5e80d08c6300.zip | |
Update to trunk
(bzr r12588.1.30)
Diffstat (limited to 'src/sp-ellipse.cpp')
| -rw-r--r-- | src/sp-ellipse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-ellipse.cpp b/src/sp-ellipse.cpp index 4cf96e432..7e5dda871 100644 --- a/src/sp-ellipse.cpp +++ b/src/sp-ellipse.cpp @@ -450,7 +450,7 @@ void SPGenericEllipse::set_shape() // This code converts the circle to four elliptical arcs explicitly. // Circle::getPath currently creates cubic bezier curves, these are not suitable here // as a circle should have four mid markers at 0, 90, 180, 270 degrees. - Geom::Path path; + Geom::Path path(Geom::Point::polar(0)); Geom::EllipticalArc* arc; arc = circle.arc(Geom::Point::polar(0), Geom::Point::polar(M_PI / 4.0), Geom::Point::polar(M_PI / 2.0)); |
