| From: J G Cho (gcho at fundingmatters.com) Date: Tue Feb 18 18:05:24 EST 2014 |
|
Tried it in Dr Racket 5.3.6 running on OSX 10.6.8
#lang racket
(require 2htdp/image)
(place-image/align (frame (text "ABC Inc." 12 "black"))
(/ 100 2) (/ 30 2)
"center" "center"
(rectangle 100 30 "outline" "black"))
Why does the right and bottom outlines disappear?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140218/7ab7a149/attachment.html>
| Posted on the users mailing list. |
|