fix `text-outline' test to include a curve
This commit is contained in:
parent
ae1ca5b91a
commit
3a1df23be6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user