sdedic commented on issue #1278: [NETBEANS-2604] Support SVG icon loading from ImageUtilities URL: https://github.com/apache/netbeans/pull/1278#issuecomment-557221208 > @sdedic An alternative here would be to actually include _all_ of the Batik library JARs--we're already including most of them. This would increase the total size of Batik JARs from 2.7MB to 3.6MB (a 32% increase). Thoughts? On one hand, I sort of like the separation - the current platform's use-case is to **read** SVG, not generate. So in this sense, you're including the minimum necessary to satisfy the requirement. But if you, for some reason, include full batik, why not distribute [`batik-all`](https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-all) ? @jtulach what's the architect's view on including more-than-required from the library ?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
