Skip to content

Commit

Permalink
Draft: Fixed leftover from badly merged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 12, 2019
1 parent a210ec3 commit 537a011
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Mod/Draft/importSVG.py
Expand Up @@ -743,15 +743,6 @@ def startElement(self, name, attrs):
ret = msgBox.exec_()
if ret == QtGui.QMessageBox.Yes:
self.svgdpi = 96.0
<<<<<<< HEAD
else:
self.svgdpi = 90.0
if ret:
FCC.PrintMessage(translate("ImportSVG", _msg) + "\n")
FCC.PrintMessage(translate("ImportSVG", _qst) + "\n")
FCC.PrintMessage("*** User specified "
+ str(self.svgdpi) + " dpi ***\n")
=======
if 'style' in data:
if not data['style']:
pass#empty style attribute stops inheriting from parent
Expand Down Expand Up @@ -832,7 +823,6 @@ def startElement(self, name, attrs):
self.grouptransform.append(m)
else:
self.transform = m
>>>>>>> 6d64c2b2c6bc64ce21e7c2f4ed7e1ab2c8991f8e
else:
self.svgdpi = 96.0
FCC.PrintMessage(_msg + "\n")
Expand Down

0 comments on commit 537a011

Please sign in to comment.