fix `text-outline' test to include a curve

This commit is contained in:
Matthew Flatt 2011-12-26 06:27:22 -06:00
parent ae1ca5b91a
commit 3a1df23be6

View File

@ -663,7 +663,7 @@
(let ([p (make-object dc-path%)]
[old-pen (send dc get-pen)]
[old-brush (send dc get-brush)])
(send p text-outline (make-font #:size 32) "A" 360 190)
(send p text-outline (make-font #:size 32) "A8" 360 190)
(send dc set-pen "black" 1 'solid)
(send dc set-brush "pink" 'solid)
(send dc draw-path p)