-
-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Platforms
iOS
Description
Hi Alex,
thanks again for your great work on Pro Image Editor!
While working with arrows/lines App and Web, we’ve run into a few concrete needs that would help a lot for our use cases (site plans):
- Arrowhead size independent from stroke width
Issue: With very thin strokes, the arrowhead looks too large in proportion.
Request: Make the arrowhead’s size/geometry decoupled from lineWidth and configurable—ideally via config.
Goal: subtle, smaller black arrows — constant stroke width with a smaller/thinner head.
- Change length without scaling thickness (all line types)
Issue: When resizing, the entire element scales, making it look thicker.
Request: Allow dragging the endpoints so only the length changes while stroke width stays constant (pixel-based).
Should apply to all line types (solid, dashed, dash-dot, arrow).
- Optional arrowheads on both ends
Request: Option for double-headed arrows (head at start and end) using the small head dimensions above.
Example:
arrowHead: ArrowHeadConfigs(
doubleHeaded: true,
)
Happy to share:
a short recording of the save flow (with timing), and
screenshots/examples (current vs desired) for the arrows.
Thanks in advance for your thoughts—and again, big kudos for the editor!
Best regards,
Ali
Why
We use Pro Image Editor primarily for site-plan annotations in civil engineering/construction. Our teams regularly mark up trench routes, utilities, traffic management layouts, and as-built updates on PDF/PNG plans—often in the field and on older devices—so clear, consistent plan edits are critical for daily operations and documentation.
