DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38
872>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38872
a>
eric_suen_cn hotmail.com changed:
What |Removed |Added
------------------------------------------------------------
----------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From eric_suen_cn hotmail.com 2006-03-14 06:42 -------
Still has problem, AbstractGraphicsNode.java in line 455, if
clip
is not null it will call g.create(), and in line 538, if it
need
offscreen buffer, then it call g.create() again, but the
g.dispose()
only be called once. So, in line 534, it should be:
if (baseG2d == null) {
baseG2d = g2d;
g2d = (Graphics2D)g2d.create();
}
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.
------------------------------------------------------------
---------
To unsubscribe, e-mail: batik-dev-unsubscribe xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help xmlgraphics.apache.org
|