flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
2.02k stars 564 forks source link

be sure to dispose Graphics object after using it #397

Closed asolntsev closed 1 month ago

asolntsev commented 1 month ago

This commit introduces utility method ImageUtil.withGraphics() that disposes the graphics object in try-with-resources block.