xzel23 commented on PR #443: URL: https://github.com/apache/pdfbox/pull/443#issuecomment-4394779791
Isn't the standard in Swing to simply work on a temporary context obtained by calling context.create() if you don't want changes to transformation etc to persist? When done, simply forget about it. No need to try to reset the original context to its former state. Should also be more performant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
