From 741a7e1c246e9b01dd3dbcf26de5cb80429295fc Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 12 May 2017 12:59:07 -0700 Subject: [PATCH] notes --- pitfall/pitfall/kit/document.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pitfall/pitfall/kit/document.rkt b/pitfall/pitfall/kit/document.rkt index a5cf424d..31795b1a 100644 --- a/pitfall/pitfall/kit/document.rkt +++ b/pitfall/pitfall/kit/document.rkt @@ -110,9 +110,9 @@ ;; flip PDF coordinate system so that the origin is in ;; the top left rather than the bottom left (set! @_ctm '(1 0 0 1 0 0)) - #;(@transform 1 0 0 -1 0 (· @page height)) + #;(@transform 1 0 0 -1 0 (· @page height)) ; comes from vector mixin - #;(@emit "pageAdded") + #;(@emit "pageAdded") ; from eventemitter interface this )