pombreda / google-web-toolkit-incubator

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

GWTCanvas IE: Pen does not move to end of path after canvas.arc() #237

Closed GoogleCodeExporter closed 9 years ago

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

Detailed description:
If you draw an arc, followed by another stroke (ie, a line), the line
should start where the arc finished. This works correctly in Safari,
Firefox and Opera.

In IE6, however, the line starts where the arc began, not where it ended.

Workaround if you have one:

Call and explicit moveTo after the arc is drawn to get the pen at the end
of the arc.

Original issue reported on code.google.com by reentry.espresso@gmail.com on 18 Feb 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Attached is an app to demonstrate this bug.

Original comment by reentry.espresso@gmail.com on 18 Feb 2009 at 8:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ecc%google.com@gtempaccount.com on 2 Mar 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Thanks for finding this also :) !

Original comment by jaime...@google.com on 2 Mar 2009 at 4:33

GoogleCodeExporter commented 9 years ago
Patch pending review. Will update this issue when I have committed to incubator 
trunk.

Original comment by jaime...@google.com on 3 Mar 2009 at 12:10

GoogleCodeExporter commented 9 years ago
committed at r1717

Original comment by jaime...@google.com on 10 Sep 2009 at 3:16