You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/20 15:07:57 UTC

[GitHub] [netbeans] eirikbakke edited a comment on issue #1278: [NETBEANS-2604] Support SVG icon loading from ImageUtilities

eirikbakke edited a comment on issue #1278: [NETBEANS-2604] Support SVG icon loading from ImageUtilities
URL: https://github.com/apache/netbeans/pull/1278#issuecomment-556042783
 
 
   @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?
   
   The additional JARs in this case would be the following:
   ```
   batik-svggen-1.11.jar
   batik-swing-1.11.jar
   batik-gui-util-1.11.jar
   batik-transcoder-1.11.jar
   batik-codec-1.11.jar
   batik-extension-1.11.jar
   ```
   I'd still be excluding Batik command-line app JARs, their tests, and some other XML libraries whose name do not start with "batik-". The still-excluded JARs would be:
   
   ```
   batik-all-1.11.jar
   batik-rasterizer-1.11.jar
   batik-slideshow-1.11.jar
   batik-squiggle-1.11.jar
   batik-svgbrowser-1.11.jar
   batik-svgpp-1.11.jar
   batik-svgrasterizer-1.11.jar
   batik-test-1.11.jar
   batik-test-svg-1.11.jar
   batik-test-swing-1.11.jar
   batik-ttf2svg-1.11.jar
   batik-util-1.11-tests.jar
   extensions/batik-rasterizer-ext-1.11.jar
   extensions/batik-squiggle-ext-1.11.jar
   fop-transcoder-allinone-2.3.jar
   js.jar
   serializer-2.7.2.jar
   xalan-2.7.2.jar
   xercesImpl-2.9.1.jar
   xml-apis-ext-1.3.04.jar
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists