shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

"ARROW" element length cannot be changed #338

Open dredknight opened 7 years ago

dredknight commented 7 years ago

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

IanTrudel commented 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: