Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
blender-addons
Commits
7431449d
Commit
7431449d
authored
Oct 21, 2016
by
Sergey Sharybin
Browse files
Fix T49791: Distorted curves when importing SVG
parent
4d2bfd0c
Pipeline
#4738
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
io_curve_svg/import_svg.py
View file @
7431449d
...
...
@@ -652,6 +652,11 @@ class SVGPathParser:
return
last
=
self
.
_spline
[
'points'
][
-
1
]
if
last
[
'handle_right_type'
]
==
'VECTOR'
and
handle_left_type
==
'FREE'
:
last
[
'handle_right'
]
=
(
last
[
'x'
],
last
[
'y'
])
last
[
'handle_right_type'
]
=
'FREE'
point
=
{
'x'
:
x
,
'y'
:
y
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment