diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-04-21 23:50:53 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-04-21 23:50:53 +0000 |
| commit | 86953222f73344133ffc8daa966fced7289a2692 (patch) | |
| tree | 1f907630c3c3013730e98bc649b4caf8ea855c7a /share | |
| parent | update to trunk (diff) | |
| parent | ensure backwards compatibility with old hpgl exports (diff) | |
| download | inkscape-86953222f73344133ffc8daa966fced7289a2692.tar.gz inkscape-86953222f73344133ffc8daa966fced7289a2692.zip | |
update to trunk
(bzr r11950.1.332)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/hpgl_decoder.py | 2 |
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 |
