Open dredknight opened 7 years ago
It is actually easier to use SVG for arrows like #239. You would otherwise have to first draw an arc, an arrow head and rotate it.
Length should still be changeable. All roads lead to shoes_shape_sketch
where arrow has a dynamic height related to its width. h = place->w * 0.8;
References:
shoes_canvas_arrow
shoes_shape_sketch
shoes_shape_sketch
arrow code
Currently Arrow element length depends on the thickness which make it useless practically and in most design cases. As far as I know there are SVG arrows as well but their usage is mostly geometry oriented as in order to place an arrow one should start doing basic math. It is not a problem but it is not the most intuitive thing.
I know... I want too much :D.
Other tickets related to this #239 #244