Alexandre Bergel
Alexandre Bergel
Forgot to say that I use Pharo 7, and installed Woden in a fresh image
I just tried, and I have the same error still..
Need to think about this in the future... Should we raise an error?
Impressive. So, now we need to incorporate this in `TSAthensCanvas`
Make sense to me. We could have 8 pixels and 3 pixels as thresholds instead.
Yes, but if I want to add it to the canvas?
I tried to create a subclass of `RSCamera`, in which I defined I modified `fromPixelToSpace:` and `fromSpaceToPixel:` ```Smalltalk c := RSCanvas new. c camera: RSInversedCamera new. point := RSEllipse new...
Thanks @melkyades ! I was able to reproduce the scenario you describe. But it seems that there is no easy solution to fix this. A clear way to fix this...
@noha Roassal offers various scale to transform some position. The code given above transform some positions ranging from 0@0 to 1@1 using two scales (one for X and another for...