Open
Description
Checklist
- I can reproduce the bug with the latest version given here.
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the contribution guidelines.
Affected app version
1.0.0
Affected Android/Custom ROM version
Samsung Galaxy Android 14
Affected device model
Samsung Galaxy XCover7
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
- draw, and move or resize the canvas
- save the image in all 3 formats
- see that the PNG and JPG images are cropped to the area that was visible when saving but the SVG image is cropped to the area that was visible when Paint launched
Expected behavior
when saving the image in any format, it should be cropped to the area that was visible when saving
Actual behavior
when saving the image in PNG or JPG format, it's correctly cropped to the area that was visible when saving.
but when saving in SVG format, it's cropped to the area that was visible when Paint launched instead
Screenshots/Screen recordings
PNG image

JPG image

SVG image
Additional information
No response