Hey guys,
We are pulling our hair out trying to figure out what might cause the problem we are having.
Essentially every time we apply any webGL effect to a sprite, we get a 1px line beneath the sprite, and in some cases to the left/top/right as well.
It only happens when we export through CJS; this issue does not happen in chrome.
I've attached a couple of screenshots, but I can't include a capx because we are about 90% done with development.
Just trying to narrow down the possibilities, and since this doesn't happen with a new capx it's likely something in our logic. However, we have 2500 events and hundreds of variables, so if anyone knows a good place to start that'd be fantastic.
<img src="http://i.imgur.com/lzrjuk2.jpg" border="0" />
<img src="http://i.imgur.com/Y9RPzsv.png" border="0" />
Couple of things we've tried:
? Putting a wait before enabling the effect (This helps alleviate the issue on SF, but not completely, does not work on other sprites)
? Turning on pixel rounding - no dice