ttamaris / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Spelling error in ORYX.Core.Canvas attribute #503

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ORYX.Core.Canvas sets an attribute, line-heigth.  Most likely, line-height was 
intended.

At time of writing, the relevant code can be seen at 
http://oryx-editor.googlecode.com/svn/trunk/editor/client/scripts/Core/canvas.js
 , line 122:

    this.node.setAttributeNS(null, 'line-heigth', 'normal');

Original issue reported on code.google.com by ro...@mcgovern.id.au on 18 Feb 2013 at 3:58