Post #1662166
2026-04-17 10:25 UTC
So, I thought for a while about.. "well, how do I keep the controls without updating them?"
And my next thought was, maybe draw the image twice. So one version is the real one, and we just draw it a second time pinned.
I don't think that'll be good UI though?
And I still want the color picker.
Replies (1)
-
@foxyoreos@gulp.cafe 2026-04-17 10:28
But now I'd read a lot of code, and the obvious hacky nonsense solution which I had dismissed multiple times already was starting to look not that bad: move the reference image on the document and resize and rotate it every time the canvas view moves. This sounds really bad but.. I think it ends up being really clean? (with the caveat that I have not programmed or tested this yet).