Fix blit parameter

This commit is contained in:
C85297 2026-02-06 12:09:33 +00:00
parent 7beedfae89
commit a2c81cf640
No known key found for this signature in database

View File

@ -132,7 +132,7 @@ class ContainImage extends Operation {
color: 0x000000ff,
});
image = newImage.blit({
image,
src: image,
x: 0,
y: 0,
});