eirikbakke commented on PR #7941: URL: https://github.com/apache/netbeans/pull/7941#issuecomment-2466248722
Yes, looks rather identical. Just to verify that the JSVG library is actually being used, I inserted a drawLine right after the call to com.github.weisj.jsvg.SVGDocument.renderWithPlatform. Confirmed: <img width="622" alt="image" src="https://github.com/user-attachments/assets/aafc6ff8-1819-4c86-bbd2-56e31a197f44"> Note that the PR does not actually remove the platform/libs.batik.read module, just the dependency on it from platform/openide.util.ui.svg . Removing the batik library entirely could be done separately if desired. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
