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
Original issue reported on code.google.com by
Jamaic...@gmail.com
on 7 Aug 2012 at 7:45