Skip to content

Commit 0867c84

Browse files
committed
Simple consistency improvement on aspect ratio
Resolves #1486
1 parent d49411d commit 0867c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564

565565
For a practical example, an image 800 pixels wide by 400 pixels high has a 2∶1 aspect ratio.
566566

567-
The image's aspect ratio can be determined from the ratio of its height to its width. However, since
567+
The image's aspect ratio can be determined from the ratio of its width to its height. However, since
568568
we have a given aspect ratio in mind, it's easier to set the image's width and the aspect ratio, and
569569
then using this to calculate for its height. This way, we can scale up or down the image by changing
570570
the image width, and it won't throw off our desired aspect ratio. We do have to make sure that when

0 commit comments

Comments
 (0)