File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- Do not clip lw when scaling dashes
2
- ``````````````````````````````````
1
+ Do not clip line width when scaling dashes
2
+ ``````````````````````````````````````````
3
3
4
- Slightly change the algorithm to no longer clip the scaling factor,
5
- thus the patterns will continue to shrink at thin line widths. If the
6
- line width is smaller than the effective pixel size, this may result
7
- in dashed lines turning into solid gray lines. This also required
8
- slightly tweaking the default patterns for '--', ':', and '.-' so that
9
- with the default line- width the final patterns would not change.
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
10
11
- There is no way to restore the old behavior
11
+ There is no way to restore the old behavior.
You can’t perform that action at this time.
0 commit comments