Closed Bug 748091 Opened 12 years ago Closed 12 years ago

IonMonkey: Incorrect output in compiled FreeType

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: azakai, Unassigned)

Details

Attachments

(2 files)

Attached file compiled freetype
js -m -n font.ttf t 40 50 25

shows "t" at an angle. With ionmonkey though,

ionjs font.ttf t 40 50 25

gives a mangled "t".
Attachment #617618 - Attachment mime type: text/plain → application/octet-stream
OS: Linux → All
Hardware: x86 → All
Sorry, the commands should be

js -m -n src.cpp.o.js font.ttf t 40 50 25
ionjs src.cpp.o.js font.ttf t 40 50 25

(I forgot the .js file)
I suspect that this patch could be made a bit longer, to cut down on the number of elements that get added to the worklist, but this will solve the problem.
Attachment #620673 - Flags: review?(sstangl)
Attachment #620673 - Flags: review?(sstangl) → review+
landed: http://hg.mozilla.org/projects/ionmonkey/rev/65c019632ba0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.