nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Chrome: some arcs draw incorrectly #277

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Found in what component (Widget/FAQ/Library):
GWTCanvas (1.5 Dec 28)

Detailed description:
When drawing an arc clockwise from angle a to angle b, where a > b, I would
expect the arc to cross the x-axis and continue drawing as specified.
However, drawing seems to stop beyond the x-axis.

Workaround if you have one:
Draw an arc from angle a to Pi*2, then draw a second arc from 0 to angle b.

Attached is an app demonstrating this bug.

Original issue reported on code.google.com by poseidon...@gmail.com on 21 May 2009 at 5:42

Attachments:

GoogleCodeExporter commented 8 years ago
This behavior is seen in Chrome, and is not present in other browsers or in 
hosted mode.

Original comment by poseidon...@gmail.com on 21 May 2009 at 5:43