Issue 3321: Canvas text functions not supported
http://code.google.com/p/chromium/issues/detail?id=3321
New issue report by [EMAIL PROTECTED]:
Product Version : 0.2.149.30
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Firefox 3.1: OK
All others: FAIL
What steps will reproduce the problem?
1. Create a canvas object in a page
2. get the 2D context with getContext('2d')
3. call drawText or measureText on the context
What is the expected result?
drawText should draw text
measureText should get the font metrics
What happens instead?
Javascript throws an error - canvas has no method measureText, etc.
Please provide any additional information below. Attach a screenshot if
possible.
The HTML 5 specification provides for text in a canvas. I would have
thought that a brand-new browser whose primary job is to raise the bar for
Javascript programming would support the latest standards.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---