Draft: bugfix in legacy DXF importer

This commit is contained in:
Yorik van Havre 2016-02-01 12:15:50 -02:00
parent 4cb5de6848
commit fe959b8986

View File

@ -491,7 +491,7 @@ def drawCircle(circle,forceShape=False):
warn(circle) warn(circle)
return None return None
def drawEllipse(ellipse): def drawEllipse(ellipse,forceShape=False):
"returns a Part shape from a dxf arc" "returns a Part shape from a dxf arc"
try: try:
c = vec(ellipse.loc) c = vec(ellipse.loc)