RaiMan / SikuliX-2014

SikuliX version 1.1.2 (until February 2018)
http://sikulix.com
806 stars 235 forks source link

Guide elements are shownd off target #242

Closed Vadiml1024 closed 7 years ago

Vadiml1024 commented 7 years ago

I'm trying following code:

logo = find("Logo.png")

rectangle(Region(logo).nearby(20))
#rectangle(Region(logo).nearby(20), offset=(-18,-7))

show(20)

For some reason the resulting rectangle is shown to the right and down of the target region as shown here: http://imgur.com/mGMiOtk

I need to use offset argument to position it back to correct place. Any ideas what i'm doing wrong?

RaiMan commented 7 years ago

cannot reproduce this problem with version 1.1.1 final.