We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 415d39a + 27030ed commit d2e813dCopy full SHA for d2e813d
doc/api/api_changes/2017-02-06_TAC.rst
@@ -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