From 584286f8c5eb409838ab55d1f4b1cd7d4c8734be Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Mon, 11 Jan 2010 15:16:03 +0000 Subject: [PATCH] small typos in place-image/align svn: r17604 --- collects/teachpack/2htdp/scribblings/image.scrbl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index cef95fc9d7..b50aed1def 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -528,12 +528,12 @@ and universes using @scheme[2htdp/universe]. 6 12 (rectangle 24 24 "solid" "goldenrod")))))] } -@defproc[(place-image/align [image image?] [x real?] [y real?] [scene image?] [x-place x-place?] [y-place y-place?]) +@defproc[(place-image/align [image image?] [x real?] [y real?] [x-place x-place?] [y-place y-place?][scene image?]) image?]{ - Places @scheme[image] onto @scheme[scene] with its @scheme[x-place] and @scheme[y-place] - at the coordinates - (@scheme[x],@scheme[y]) and crops the resulting image so that it has the + Like @scheme[place-image], but uses @scheme[image]'s @scheme[x-place] and + @scheme[y-place] to anchor the image. Also, recall that + @scheme[place-image] crops the resulting image so that it has the same size as @scheme[scene]. @image-examples[(place-image/align (triangle 16 "solid" "yellowgreen") @@ -813,4 +813,4 @@ Equality testing may contain a few nuances, though: @centerline{@image["2htdp/scribblings/ligature.png"]}. } ] -} \ No newline at end of file +}