summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-04-21 23:50:53 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-04-21 23:50:53 +0000
commit86953222f73344133ffc8daa966fced7289a2692 (patch)
tree1f907630c3c3013730e98bc649b4caf8ea855c7a /share
parentupdate to trunk (diff)
parentensure backwards compatibility with old hpgl exports (diff)
downloadinkscape-86953222f73344133ffc8daa966fced7289a2692.tar.gz
inkscape-86953222f73344133ffc8daa966fced7289a2692.zip
update to trunk
(bzr r11950.1.332)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/hpgl_decoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/hpgl_decoder.py b/share/extensions/hpgl_decoder.py
index c195b21e3..06cf566a3 100644
--- a/share/extensions/hpgl_decoder.py
+++ b/share/extensions/hpgl_decoder.py
@@ -112,7 +112,7 @@ class hpglDecoder:
def getParameters(self, parameterString):
# process coordinates
if parameterString.strip() == '':
- return []
+ parameterString = '0,0;'
# remove command delimiter
parameterString = parameterString.replace(';', '').strip()
# split parameter