where pixiBitmap is added to stage, It works perfectly on Chrome, however, on Safari 10.0.1, OSX EI Capitan, I’ve noticed that pixiBitmap above is not always showing the copied bitmapdata, the behavior is like this:
pixiBitmap will show the copied bitmapdata once each x time the above code is called, where x is random, sometimes after 40th call to the above code…
and I compile by adding this key: -Dwebgl , the canvas that I am copying from to bitmapdata in openfl is rendered by pixiJS, other than that, it’s just as the code above.
I don’t know about that image.version code … how would I know that it doesn’t catch BitmapData? is it hard to debug it? can it be invalidated?