summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-10-24 15:11:40 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-10-25 07:48:24 +0000
commit96ea40320d1e81d840a9cca77cf0877cb5d5ac1c (patch)
treebbe4e4945e70058ff965d3b2d55834c5ac019d3b /src/object
parentFix closing issues (diff)
downloadinkscape-96ea40320d1e81d840a9cca77cf0877cb5d5ac1c.tar.gz
inkscape-96ea40320d1e81d840a9cca77cf0877cb5d5ac1c.zip
Fixing coding style
Diffstat (limited to 'src/object')
-rw-r--r--src/object/sp-ellipse.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp
index 3007558e7..0623fbf0c 100644
--- a/src/object/sp-ellipse.cpp
+++ b/src/object/sp-ellipse.cpp
@@ -461,13 +461,13 @@ void SPGenericEllipse::set_shape()
if (this->_isSlice() && this->arc_type == SP_GENERIC_ELLIPSE_ARC_TYPE_SLICE) {
pb.lineTo(Geom::Point(0, 0));
}
-// If convert to paths ellipses become unclosed so comment this and call "closePath"
-// Remove later
-// if ( !(this->arc_type == SP_GENERIC_ELLIPSE_ARC_TYPE_ARC) ) {
-// pb.closePath();
-// } else {
-// pb.flush();
-// }
+ // If convert to paths ellipses become unclosed so comment this and call "closePath"
+ // Remove later
+ // if ( !(this->arc_type == SP_GENERIC_ELLIPSE_ARC_TYPE_ARC) ) {
+ // pb.closePath();
+ // } else {
+ // pb.flush();
+ // }
pb.closePath();
c = new SPCurve(pb.peek());