two more adjustments (to triangle/sss examples)

This commit is contained in:
Robby Findler 2010-08-05 13:43:16 -05:00
parent 47055673e6
commit d7ff2ed665
6 changed files with 5 additions and 5 deletions

View File

@ -592,10 +592,10 @@
"13d2f555f6a.png")
(list '(triangle/ass 10 60 100 "solid" "seagreen") 'image "11de2af7edc.png")
(list
'(triangle/sss 60 80 100 "solid" "lightseagreen")
'(triangle/sss 80 80 40 "solid" "lightseagreen")
'image
"17bcc9ddde9.png")
(list '(triangle/sss 80 60 20 "solid" "aquamarine") 'image "20e0d5dcf9.png")
"1828ba0c75d.png")
(list '(triangle/sss 80 40 60 "solid" "aquamarine") 'image "1fe0d5def9.png")
(list '(triangle/sss 40 60 80 "solid" "seagreen") 'image "ed23c3c3ed.png")
(list
'(isosceles-triangle 60 330 "solid" "lightseagreen")

View File

@ -280,8 +280,8 @@ They all construct a triangle oriented as follows:
@mode/color-text
@image-examples[(triangle/sss 40 60 80 "solid" "seagreen")
(triangle/sss 80 60 20 "solid" "aquamarine")
(triangle/sss 60 80 100 "solid" "lightseagreen")]
(triangle/sss 80 40 60 "solid" "aquamarine")
(triangle/sss 80 80 40 "solid" "lightseagreen")]
}
@defproc*[([(triangle/ass [angle-a angle?]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 B