rebootcode / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Typo @126:units.js #993

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Set 'Base Unit' to 'milimeters'
2.Click SVG button

What is the expected output? What do you see instead?
Expected: SVG XML output
Seen: Nothink

In what browser did you experience this problem? (ALL, Firefox, Opera, etc)
Tested in chrome

In what version of SVG-edit does the problem occur? (Latest trunk, 2.5.1,
etc)
v2.6-alpha

Please provide any additional information below.
Typo @126:units.js
    return svgedit.unit.shortFloat(val / typeMap_[unit]);
Need change to:
    return svgedit.units.shortFloat(val / typeMap_[unit]);

Original issue reported on code.google.com by Jamaic...@gmail.com on 7 Aug 2012 at 7:45

GoogleCodeExporter commented 8 years ago
Fixed in https://code.google.com/p/svg-edit/source/detail?r=2382

Original comment by delapou...@gmail.com on 16 Feb 2013 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by delapou...@gmail.com on 19 Feb 2013 at 8:20