start test11
parent
fb4b7819b0
commit
aa948d8ebe
@ -0,0 +1,15 @@
|
||||
#lang pitfall/pdftest
|
||||
|
||||
(define (proc doc)
|
||||
(send doc translate 200 300)
|
||||
(send* doc [path "m 0 0 v 100 h 100 v -100 h -100"]
|
||||
[stroke])
|
||||
|
||||
(send doc translate 0 150)
|
||||
(send* doc [path "M 0 0 L 0 100 L 100 0 L 0 -100 L -100 0"]
|
||||
[stroke]))
|
||||
|
||||
|
||||
|
||||
(define-runtime-path that "test11crkt.pdf")
|
||||
(make-doc that #t proc #:test #f)
|
Binary file not shown.
Loading…
Reference in New Issue