10-12-2022, 04:46 PM
@teapot
You are correct - it is a problem with the script. Yesterday I thought I saw an offset of 40,40 both when the arrow was being drawn directly on the drawable and when it was being drawn on a new layer. Rechecking today I'm seeing an offset of 0,0 when the arrow is being drawn on to a new layer. The easiest course of action is still to always draw the arrow on a new layer and then to merge this down to the original layer if the user deselects the option to draw the arrow on a new layer (this avoids having to apply the offset to a number of points. I have modified the comments in the script slightly and uploaded the revised code. Hopefully no more problems now.
You are correct - it is a problem with the script. Yesterday I thought I saw an offset of 40,40 both when the arrow was being drawn directly on the drawable and when it was being drawn on a new layer. Rechecking today I'm seeing an offset of 0,0 when the arrow is being drawn on to a new layer. The easiest course of action is still to always draw the arrow on a new layer and then to merge this down to the original layer if the user deselects the option to draw the arrow on a new layer (this avoids having to apply the offset to a number of points. I have modified the comments in the script slightly and uploaded the revised code. Hopefully no more problems now.