Macro
apply-scale with a given scale for the duration of the macro's body. with-graphics-scale (port sx sy) &body body => result
A graphics port
A real number
A real number
A body of Lisp code
The return value of the last form executed in body
with-graphics-scale macro performs a call to (apply-scale transform sx sy)
apply-scale