add deprecation note to htdp/image

This commit is contained in:
Robby Findler 2012-04-26 09:11:09 -05:00
parent cd67536738
commit 1ff580d06a

View File

@ -6,10 +6,14 @@
@defmodule[#:require-form beginner-require htdp/image] @defmodule[#:require-form beginner-require htdp/image]
@italic{This teachpack is deprecated. Please use @racketmodname[2htdp/image] for
any new code.}
The teachpack provides functions for constructing and manipulating The teachpack provides functions for constructing and manipulating
images. Basic, colored images are created as outlines or solid images. Basic, colored images are created as outlines or solid
shapes. Additional functions allow for the composition of images. shapes. Additional functions allow for the composition of images.
@;----------------------------------------------------------------------------- @;-----------------------------------------------------------------------------
@section{Images} @section{Images}