dot = circle(50, "solid", "red")
background = rectangle(300, 200, "outline", "black")
Think of the background image as a sheet of graph paper with the origin (0,0) in the bottom left corner. The width of the rectangle is 300 and the height is 200. The numbers in put-image
specify a point on that graph paper, where the center of the top image (in this case dot
) should be placed.
What coordinates would you expect were used to place the dot
for each of the following images?
1 |
put-image(dot, , background) |
2 |
put-image(dot, , background) |
3 |
put-image(dot, , background) |
4 |
put-image(dot, , background) |
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.