Re: [racket-users] Coordinates in draw and pict

2021-02-07 Thread Stephen De Gabrielle
I’m not sure but the way to check would be using draw-pict to put a pict in a draw canvas procedure (draw-pict pict dc x y) → void?

[racket-users] Coordinates in draw and pict

2021-02-06 Thread Hendrik Boom
How are the coordinate systems in draw and pict related? I suspect that one step in the pict coordinates aren't necessarily one step in the draw coordinate system. Is this so? Do the various scaling operators in pict do their own scaling instead of delegating it to draw? -- hendrik -- You