4xx / svg-edit

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

Typo? #1119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I had an issue (undeclared variable) when I changed the baseUnit from px to in. 
The following change fixed it:
Line 126 in units.js is - "return svgedit.unit.shortFloat(val / 
typeMap_[unit]);"
it should be - "return svgedit.units.shortFloat(val / typeMap_[unit]);"

Original issue reported on code.google.com by dim...@gmail.com on 30 Jul 2013 at 7:09

GoogleCodeExporter commented 9 years ago
I guess that was already addressed, sorry.

Original comment by dim...@gmail.com on 30 Jul 2013 at 3:04