Until 3.62, apparently ::show_rectangle() was not called at all. In 3.7, the coordinates are received in point units. I had expected them to be in inches like the other functions.
To what I see, the coordinates are in the same unit as the ones passed also to show_path(). In which backend did you see this problem?
My mistake. As you write, show_path() coordinates are also received in point units. I am working on my own backend. Ticket may be closed.
As confirmed by Ben, the problem seems to be not existing anymore in latest releases.
Log in to post a comment.
To what I see, the coordinates are in the same unit as the ones passed also to show_path().
In which backend did you see this problem?
My mistake. As you write, show_path() coordinates are also received in point units. I am working on my own backend. Ticket may be closed.
Last edit: Ben Michelson 2018-05-28
As confirmed by Ben, the problem seems to be not existing anymore in latest releases.