Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2e813d

Browse files
authored
Merge pull request #8285 from tacaswell/doc_lw_scale_api_changes
DOC: missing API docs from #8032
2 parents 415d39a + 27030ed commit d2e813d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Do not clip line width when scaling dashes
2+
``````````````````````````````````````````
3+
4+
The algorithm to scale dashes was changed to no longer clip the
5+
scaling factor: the dash patterns now continue to shrink at thin line widths.
6+
If the line width is smaller than the effective pixel size, this may result in
7+
dashed lines turning into solid gray-ish lines. This also required slightly
8+
tweaking the default patterns for '--', ':', and '.-' so that with the default
9+
line width the final patterns would not change.
10+
11+
There is no way to restore the old behavior.

0 commit comments

Comments
 (0)