You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
das2java/dasCoreUtil/src/org/das2/util/GrannyTextRenderer.java
Line 633 in ae056b7
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 .
The text was updated successfully, but these errors were encountered: