-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: missing API docs from #8032 #8285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Do not clip lw when scaling dashes | ||
`````````````````````````````````` | ||
|
||
Slightly change the algorithm to no longer clip the scaling factor, | ||
thus the patterns will continue to shrink at thin line widths. If the | ||
line width is smaller than the effective pixel size, this may result | ||
in dashed lines turning into solid gray lines. This also required | ||
slightly tweaking the default patterns for '--', ':', and '.-' so that | ||
with the default line-width the final patterns would not change. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. line-width <- line width? (to be consistent with the other utterances of the expression). Beside, it is not totally true that the new default patterns are exactly the same as before (e.g. the dotted pattern that is not a 50 %-50 % pattern anymore). Maybe the sentence should just state that the default patterns were tweaked to remain similar with the default lw value as well as to avoid “cluttering” with line widths thiner than the previous clipping boundary. |
||
|
||
There is no way to restore the old behavior | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Closing period? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why gray?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line was implicitly black in my head when I wrote this.