[Bf-extensions-cvs] [f99816d1] master: SVG: Cleanup, indendation

Sergey Sharybin noreply at git.blender.org
Mon Oct 29 15:44:48 CET 2018


Commit: f99816d142ec94f8af8ce4d1b39c06e68316e9e2
Author: Sergey Sharybin
Date:   Mon Oct 29 15:44:39 2018 +0100
Branches: master
https://developer.blender.org/rBAf99816d142ec94f8af8ce4d1b39c06e68316e9e2

SVG: Cleanup, indendation

===================================================================

M	io_curve_svg/import_svg.py

===================================================================

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index 6667a4f8..c597aaf0 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -796,7 +796,7 @@ class SVGPathParser:
             else:
                 if self._handle is not None:
                     x1, y1 = SVGFlipHandle(self._point[0], self._point[1],
-                                        self._handle[0], self._handle[1])
+                                           self._handle[0], self._handle[1])
                 else:
                     x1, y1 = self._point



More information about the Bf-extensions-cvs mailing list