From 5363396f9419034fd29e1400433a5e66a921b20c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 6 Sep 2010 18:07:11 -0500 Subject: [PATCH] added flipped mention to docs --- collects/teachpack/2htdp/scribblings/image.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index b578ec8241..639c53a8ec 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -27,7 +27,7 @@ The image teachpack provides a number of basic image construction functions, alo combinators for building more complex images out of existing images. Basic images include various polygons, ellipses and circles, and text, as well as bitmaps (typically bitmaps come about via the @onscreen{Insert Image...} menu item in DrRacket). -Existing images can be rotated, scaled, and overlaid on top of each other. +Existing images can be rotated, scaled, flipped, and overlaid on top of each other. @section{Basic Images}