diff --git a/doc/release-notes/racket/Draw_and_GUI_5_1.txt b/doc/release-notes/racket/Draw_and_GUI_5_1.txt index 75d625c2..1c8aef3c 100644 --- a/doc/release-notes/racket/Draw_and_GUI_5_1.txt +++ b/doc/release-notes/racket/Draw_and_GUI_5_1.txt @@ -108,6 +108,13 @@ generates PDF output. The new `svg-dc%' drawing context is similar to `post-script-dc%', but it generates SVG output. +All drawing contexts, including `post-script-dc%' support smoothing +modes, and the default is 'unsmoothed even for `post-script-dc%' --- +which means that PostScript drawing is aligned and pen widths are +truncated to integer sizes by default. Drawing at pen size 0 no longer +triggers ``hairline'' mode, but instead just uses a 1/4-width pen +when in 'smoothed mode. + Other Drawing-Context Changes -----------------------------