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?
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to