Cameron White

Results 454 comments of Cameron White

Is this an issue that you can reproduce in a new session of Pinta? I'm really not sure how I can reproduce this to investigate, unfortunately

This is closely related to #585 and the in-progress changes in #1515 to have handles for scaling the selected content. Adding a more visual handle for rotation also would go...

Ah sorry, I think the development builds I linked you to were out of date This should have been fixed by 975cbd04ed713b9ea531ee48a0bb0b2554e0006d I've updated the builds at https://github.com/PintaProject/Pinta/releases/tag/dev-preview-builds - could...

Ah sorry, there was a recent bug that caused a missing dll on Windows. Can you try again with the latest build from https://github.com/PintaProject/Pinta/releases/tag/dev-preview-builds (should be `Pinta-2.2-dev2022.exe`)

Closing as this should have been resolved with the later fixes to the Windows installer

Thanks for the report! I tested on macOS and with the flatpak build on Manjaro, and didn't get the crash - does it happen reliably for you with this file,...

ok thanks, I'll need to do some more testing to try and reproduce it

I think you might want to use the `Cairo.Operator.Source` blend mode when flattening the selection back on to the layer? That should just replace the pixels rather than blending them...

Yeah I think that makes sense to me. Probably a good first step would be to fix the final update of the layer so at least the final result is...

> Could you point me at where that takes place? :-) I think the final write back will happen in `Document.FinishSelection ()`