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 <https://docs.racket-lang.org/pict/Rendering.html#%28def._%28%28lib._pict%2Fmain..rkt%29._draw-pict%29%29> pict dc x y) → void? <https://docs.racket-lang.org/reference/void.html#%28def._%28%28quote._~23~25kernel%29._void~3f%29%29> pict : pict-convertible? <https://docs.racket-lang.org/pict/Conversion_to_Picts.html#%28def._%28%28lib._pict%2Fconvert..rkt%29._pict-convertible~3f%29%29> dc : (is-a?/c <https://docs.racket-lang.org/reference/Object_and_Class_Contracts.html#%28def._%28%28lib._racket%2Fclass..rkt%29._is-a~3f%2Fc%29%29> dc<%> <https://docs.racket-lang.org/draw/dc___.html>) I’m actually getting excited by Metapict - I’m just getting into it but it is looking good if you’ll excuse the pun! Did you get the racket discord chat server invite? Best wishes Stephen On Sun, 7 Feb 2021 at 02:49, Hendrik Boom <[email protected]> wrote: > 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 received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/20210207024936.q52lbkvqsjgshivf%40topoi.pooq.com > . > -- ---- -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAGHj7-L9C8F9A2orayJ8Z1idZKy%2BziNN%3DORLESAJAtLMKok4hg%40mail.gmail.com.

