From 9d7607c22956bb5c45aa4965cfe91483eb052861 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 3 Jan 2010 16:23:30 +0000 Subject: [PATCH] removed image equality discussion from docs (as it is no longer relevant) svn: r17469 --- collects/teachpack/2htdp/scribblings/image.scrbl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index bc1f123196..f1a3554df1 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -621,6 +621,10 @@ The baseline of an image is the place where the bottoms any letters line up, not @section{Equality Testing of Images} +Two images are equal if they draw exactly the same way, at their current size +(not neccessarily at all sizes). + +@;{ Image equality testing is done structurally, i.e., based on the construction of the image, although with certain, expected equivalences. For example, @@ -679,3 +683,4 @@ Equality testing may contain a few nuances, though: @centerline{@image["2htdp/scribblings/ligature.png"]}. } ] +} \ No newline at end of file