Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1748 by [email protected]: Canvas filltext error
http://code.google.com/p/google-caja/issues/detail?id=1748
What revision of the cajoler exhibits the problem? On what browser and OS?
5410 chrome and firefox on windows 7
What steps will reproduce the problem?
Create a canvas and print text with filltext like the below statements.
var context = c.getContext("2d");
context.fillStyle = "#000000";
context.font = '20pt Calibri';
context.fillText("test", 20, 30);
What is the expected output? What do you see instead?
I expect to get the string "test" printed in black with the font calibri
with the size 20pt.
What I get is the printed text where I want it but the size and font is not
working as it should.
Please provide any additional information below.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.