Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 16525 by s.kromwijk: Canvas arc drawing problem
http://code.google.com/p/chromium/issues/detail?id=16525

Chrome Version       : 2.0.172.33
URLs (if applicable) : http://thetricky.net/~sander/Tetravex/
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4: OK
   Firefox 3.x: OK
          IE 7: NOT APPLICABLE
          IE 8: NOT APPLICABLE

What steps will reproduce the problem?
1. Open the page
2. Search for a number 6/9

What is the expected result?
Draws a 6/9

What happens instead?
Draws some strange symbol

Please provide any additional information below. Attach a screenshot if
possible.

The following code is used to draw the six (cx -> character X, cw ->
character width, etc...):
ctx.arc(cx+(cw/2),cy+ch-(cw/2),(cw/2)-fc,deg2rad(-180),deg2rad(180), false);
ctx.arc(cx+(cw/2),cy+ch-cw,cw/2-fc,deg2rad(-180),deg2rad(-45), false);
ctx.stroke();


Attachments:
        arcProblem.jpg  35.8 KB

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to