|
|
|
|
|
by susam
2562 days ago
|
|
I am running DOSBox with default settings. I draw a square and then a circle with these lines of Logo code: REPEAT 4 [FD 1 RT 90]
REPEAT 360 [FD 1 RT 1]
I find that both the square and the circle appear squashed. On measuring the pixel height and width of these figures as they appear on my desktop, I see that the square is 400 pixels in width and 320 pixels in height. That's an aspect ratio of 5:4. Similarly, the circle is 460 pixels in width and 364 pixels in height. That's an aspect ratio of 1.26:1.I find the same aspect ratio in full screen (Alt + Enter) mode too. In the full screen mode, the square is 200 pixels in width and 160 pixels in height and the circle is 230 pixels in width and 182 pixels in height. Here are the screenshots: - https://imgur.com/l9YpTqp - https://imgur.com/WTwfSzq - https://imgur.com/CjMYJN6 |
|