clean up drawing with 0-width pens (hairline mode)
original commit: 95f0d16761721265df5bfff993e56d1b075b4941
This commit is contained in:
parent
3b16f7a8e2
commit
aa45dea3f8
|
@ -108,6 +108,13 @@ generates PDF output.
|
||||||
The new `svg-dc%' drawing context is similar to `post-script-dc%',
|
The new `svg-dc%' drawing context is similar to `post-script-dc%',
|
||||||
but it generates SVG output.
|
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
|
Other Drawing-Context Changes
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user