diff --git a/collects/teachpack/2htdp/scribblings/image-toc.ss b/collects/teachpack/2htdp/scribblings/image-toc.ss index 0faac27600..eace9c52d0 100644 --- a/collects/teachpack/2htdp/scribblings/image-toc.ss +++ b/collects/teachpack/2htdp/scribblings/image-toc.ss @@ -116,14 +116,14 @@ "cf131e14ad.png") (list '(place-image/align - (triangle 16 "solid" "yellowgreen") - 32 - 32 + (triangle 48 "solid" "yellowgreen") + 64 + 64 "right" "bottom" - (rectangle 32 32 "solid" "mediumgoldenrod")) + (rectangle 64 64 "solid" "mediumgoldenrod")) 'image - "f4c4d435a6.png") + "11402043018.png") (list '(place-image (circle 4 "solid" "white") diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index 4ea193ef52..bdbd04ce96 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -532,13 +532,14 @@ and universes using @scheme[2htdp/universe]. image?]{ 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 + @scheme[y-place] to anchor the image. Also, like + @scheme[place-image], @scheme[place-image/align] + crops the resulting image so that it has the same size as @scheme[scene]. - @image-examples[(place-image/align (triangle 16 "solid" "yellowgreen") - 32 32 "right" "bottom" - (rectangle 32 32 "solid" "mediumgoldenrod")) + @image-examples[(place-image/align (triangle 48 "solid" "yellowgreen") + 64 64 "right" "bottom" + (rectangle 64 64 "solid" "mediumgoldenrod")) (beside (place-image/align (circle 8 "solid" "tomato") 0 0 "center" "center" diff --git a/collects/teachpack/2htdp/scribblings/img/11402043018.png b/collects/teachpack/2htdp/scribblings/img/11402043018.png new file mode 100644 index 0000000000..19d80754fd Binary files /dev/null and b/collects/teachpack/2htdp/scribblings/img/11402043018.png differ diff --git a/collects/teachpack/2htdp/scribblings/img/f4c4d435a6.png b/collects/teachpack/2htdp/scribblings/img/f4c4d435a6.png deleted file mode 100644 index 02d29ef6d6..0000000000 Binary files a/collects/teachpack/2htdp/scribblings/img/f4c4d435a6.png and /dev/null differ