MerginMaps / MerginMaps/mobile
Photo sketch geometry changes all strokes to the last selected colour when using tap-to-draw method
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
Description
When drawing photo sketches using the tap-to-draw method (tapping on the screen to place points, with lines created automatically between them), each time the user selects a new colour, all previously drawn strokes change to the newly selected colour. This issue does not occur when drawing freehand directly with a finger — in that case the colour is correctly preserved per stroke. Only the tap-to-draw method is affected.
Environment
[x] Staging
Application (+ app version, build, operating system)
Mergin Maps Mobile App
- iOS version: 2025.6.0 — iOS 26.0
- Android version: 2025.6.0 — Samsung Galaxy A53 5G, Android 15
- Windows application
Steps to reproduce
- Open a project with photo sketching enabled.
- Open a feature form and attach a photo from the camera or gallery.
- Tap the photo sketches icon to open the sketching toolbar.
- Select a colour (e.g. blue).
- Tap on one location on the photo, then tap on another location approximately 2 cm away — a line is automatically created between the two points in blue.
- Select a different colour (e.g. green).
- Tap on a new location to create another line segment.
- Observe the colour of the previously drawn blue line.
Actual results
After selecting green and drawing a new tap-to-draw stroke, the previously drawn blue stroke changes colour to green. The entire sketch geometry adopts the most recently selected colour. Previously drawn strokes do not retain their original colour when using the tap-to-draw method.
Expected results
Each stroke should retain the colour selected at the time it was drawn, regardless of the drawing method used. Changing the colour for a new stroke should not affect any previously drawn strokes.
Note
When drawing freehand with a finger, the colour is correctly preserved per stroke — the issue is specific to the tap-to-draw interaction method.
Screenshots or logs
https://github.com/user-attachments/assets/1f414d1e-e983-433c-95a0-3ad145ed46ef
Conclusion
Created by Claude and supervised by a human test analyst.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue through the photo sketches flow using the tap-to-draw method, comparing it with freehand drawing and different colour selections. Trace how tap-created line segments store their colour versus freehand strokes. Done means each stroke retains the colour selected when it was created on iOS, Android, and Windows.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100