Possible buggy BitmapData.scroll on Linux

Testing linux and neko targets on “DisplayingABitmap” example, are those expected results?

bitmap.bitmapData.scroll(100, 0);

bitmap.bitmapData.scroll(-100, 0);

On “minus” scroll I understand the lack of filling in the image, but example 1 with “plus” scroll looks buggy.

haxelib: [3.3.0]
hxcpp: [3.3.49]
lime-samples: [3.4.0]
lime: [3.4.1]
openfl-samples: [4.4.0]
openfl: [4.4.1]

Does HTML5 work? thanks :slight_smile:

HTML5 looks like this, for +100:

…and for -100:

Thank you! This is fixed now in the latest Lime development version :slight_smile:

I just learned how to build and use devel versions and… can confirm its fixed :slight_smile: