aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

drawPattern issues #334

Open markknol opened 9 years ago

markknol commented 9 years ago

See http://projects.stroep.nl/flambe-patternsprite-issue/ (source project included) or check out source of main class here https://gist.github.com/markknol/9aaaa5e88287fd308cf8

I have a custom pattern sprite where you can define the offset of the pattern using a left/top animatedFloat value.

 g.drawPattern(texture, left._ % width._, top._ % height._, width._, height._);

What I see

The problems

Probably related to #118

I see this behavior in Chrome and Firefox