You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/pages/polygons/02-polar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Drawing this gives the output shown below.
70
70
71
71
### Flexible Layout with `at`
72
72
73
-
The example above uses a method we haven't seen before: `at`. This is another tool for laying out images, like `on`, `beside`, and `above`. `at` changes the position of an image relative to its origin. The understand this, and why we have to place the dots `on` each other, we need to understand how layout works in Doodle.
73
+
The example above uses a method we haven't seen before: `at`. This is another tool for laying out images, like `on`, `beside`, and `above`. `at` changes the position of an image relative to its origin. To understand this, and why we have to place the dots `on` each other, we need to understand how layout works in Doodle.
74
74
75
75
Every `Image` in Doodle has a point called its *origin*, and a *bounding box* which determines the extent of the image. By convention the origin is in the center of the bounding box but this is not required. We can see the origin and bounding box of an `Image` by calling the `debug` method.
0 commit comments