Hi all, I'm using batik for a very simple application, and it's a shame that I'm forced to use more than 10Mb of libraries for that. I tried to use Proguard to shrink the libraries, but the process always end with tons of warnings about unresolved references ! I've tried also to recompile the sources inside my project, but it's almost impossible to fix all the compiling errors (all related to unresolved references).
Is someone able to shrink the batik libraries using Proguard, and post here an "how to" ? Thanks all Stefano