racket / htdp

Other
91 stars 69 forks source link

The image generated using the 2htdp/image library in DrRacket is enlarged to 125%. #194

Closed vagreargnatry closed 1 year ago

vagreargnatry commented 1 year ago

The image enlargement only occurs within DrRacket. If you save the generated image and view it outside of DrRacket, you will not see the enlargement. When using the #lang slideshow or pict library, this issue of image enlargement does not occur. Is it possible to achieve the same effect as using the #lang slideshow or pict library in DrRacket?

OS: Windows 11 22H2 Racket Version: v8.9 System scaling rate: 125%

#lang slideshow

slideshow

#lang racket & pict

pict

#lang racket & 2htdp/image

lib

vagreargnatry commented 1 year ago

I'm sorry for my mistake in radius and diameter.