01-01-2021, 12:14 AM
(12-31-2020, 03:10 PM)carmen Wrote: The problem seems to be a duplicated lower anchor. Path summary (ofn_path_edits) gives:
Code:
Path "anchor arrow" [1]:
(84.3, 58.3) <- 3 : 27.4 : OPN -> (85.5, 33.7)
and, after Ctrl+Shift+click on bottom anchor:
Code:
Path "anchor arrow" [1]:
(84.3, 58.3) <- 2 : 27.4 : OPN -> (85.5, 33.7)
Then, arrow heads as expected (not bothering to attach--I am lazy).
By the way, my first trial didn't reproduce your arrow heads, giving instead a 'float division by zero' error message?? Different operating system, different Gimp version??
Exactly. With the duplicate anchor, the plugin is possibly trying to divide something by the difference between two identical coordinates, hence the division by zero.