diff --git a/macSVG/MacSVG-Info.plist b/macSVG/MacSVG-Info.plist
index 7fa9616..7599ed1 100644
--- a/macSVG/MacSVG-Info.plist
+++ b/macSVG/MacSVG-Info.plist
@@ -105,7 +105,7 @@
CFBundleSignature
????
CFBundleVersion
- 0649
+ 0652
LSApplicationCategoryType
public.app-category.graphics-design
LSMinimumSystemVersion
diff --git a/macSVG/SVGDocument Classes/SVGPathEditor.m b/macSVG/SVGDocument Classes/SVGPathEditor.m
index 0f34d25..a17ac82 100644
--- a/macSVG/SVGDocument Classes/SVGPathEditor.m
+++ b/macSVG/SVGDocument Classes/SVGPathEditor.m
@@ -2303,14 +2303,14 @@ -(void) makePathHandles
if (segmentIdx >= (pathSegmentsCount - 1))
{
- reflectX1Y1 = YES;
+ //reflectX1Y1 = YES;
reflectX2Y2 = YES;
}
if ((previousPathCommand == 'M') || (previousPathCommand == 'm'))
{
reflectX1Y1 = YES;
- reflectX2Y2 = YES;
+ //reflectX2Y2 = YES;
}
[self addHandleForCubicCurveto:pathSegmentDictionary segmentIndex:segmentIdx