← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #214253]: guide.arrow does not work with regions

 

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.