Question #214253 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214253

    Status: Open => Answered

RaiMan proposed the following answer:
Just produce small rectangles or circles as endpoints for the arrows
using a point e.g.

c1 = circle((x,y))
c2 = circle((x,y))

would make a red circle with a diameter smaller than 10 pixels.

and then
arrow(c1,c2)

just calculate and measure the needed values to position the elements.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to