-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Set clip path for PostScript texts. #18933
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
Conversation
Power-cycled to re-run the tests after #18894 was merged. |
The clip path/clip box were simply not set at all before. Also move `_convert_path`/`_get_clip_cmd` (previously `_get_clip_path`) above the block where all `draw_foo`s are defined, rather than being in the middle of them.
This looks fine to me (ahem, or at least the test looks reasonable and passes).... Does it need a change log entry though since postscrtip files will have changed? |
I would not write a change note in the sense that outputs change. This is either a bug fix or a new feature. If somebody wants to write a note then as a new feature. But IMHO that's optional. I'll leave this briefly open if somebody want to add a note. Anybody can merge after a day or two. |
I think I agree that it can just be merged. Just wanted to double check.... |
PR Summary
The clip path/clip box were simply not set at all before.
Also move
_convert_path
/_get_clip_cmd
(previously_get_clip_path
)above the block where all
draw_foo
s are defined, rather than being inthe middle of them.
Closes #4321.
Goes on top of #18894.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).