How do i properly do this? The rotation causes the image to be rendered outside of context... I want the rotation to happen with anchor(.5,.5) ``` bitmap.context2d { rotateDeg(rotation) drawImage(otherBitmap, 0, 0) } ```
How do i properly do this? The rotation causes the image to be rendered outside of context...
I want the rotation to happen with anchor(.5,.5)