Skip to content
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

GrannyTextRenderer painters are not properly clipped #92

Open
jbfaden opened this issue Dec 15, 2023 · 0 comments
Open

GrannyTextRenderer painters are not properly clipped #92

jbfaden opened this issue Dec 15, 2023 · 0 comments

Comments

@jbfaden
Copy link
Member

jbfaden commented Dec 15, 2023

Annotations with the anchorType plot are clipped within the plot bounds, but I found that any painters used will not be clipped within these bounds. This is because there is a setClip(null) in GrannyTextRenderer:

.

I experimented with leaving the clip alone, but it causes problems with the image painter, at least. This needs to be studied.

See also #47 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant