Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeCAD
FreeCAD
Commits
d374054f
Commit
d374054f
authored
Jan 03, 2013
by
Sebastian Hoogen
Browse files
bugfix for handling of elipses in importSVG
parent
cf07e511
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Mod/Draft/importSVG.py
View file @
d374054f
...
...
@@ -887,7 +887,8 @@ class svgHandler(xml.sax.ContentHandler):
rot90
=
FreeCAD
.
Matrix
(
0
,
-
1
,
0
,
0
,
1
,
0
)
#90
m3
=
m3
.
multiply
(
rot90
)
m3
.
move
(
c
.
multiply
(
-
1
))
sh
.
transform
(
m3
)
sh
.
transformShape
(
m3
)
#sh = sh.transformGeometry(m3)
if
self
.
fill
:
sh
=
Part
.
Wire
([
sh
])
sh
=
Part
.
Face
(
sh
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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