openfl / openfl-html5

[deprecated] OpenFL HTML5 backend
Other
0 stars 1 forks source link

Update line drawing on Graphics #22

Closed jgranick closed 10 years ago

jgranick commented 10 years ago

22 Issue by fserb,

The first commit makes moveTo/lineTo work at all for me.

The second is necessary for when changing line style to none after drawing a path. Otherwise nothing gets draw.

jgranick commented 10 years ago

Comment by jgranick:

Thanks, this fixes the HaxeFlixel logo ;)

jgranick commented 10 years ago

Comment by jgranick:

A big test against Graphics has been on my list, but I didn't like how it was implemented in the openfl-html5-dom backend, and I haven't had the opportunity to really focus on this, appreciate your help :)