Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际工作的最小的 Java SVG 引擎(最小/最小的 jars)是什么?如果您的答案是蜡染,那么最小的 dep 是多少。让它在一个简单的 Java 应用程序中工作的图表?
我查看了 Batik 站点上的依赖关系图,但它看起来像是典型的 Apache 混乱。有更好的选择吗?
SVG Salamander声称要小得多,感谢 Batik。很难不相信他们。它是否功能齐全,我不能说,但一位同事说得很好。
另一种选择是JFreeSVG,jar 文件只有 45k(它提供了一个SVGGraphics2D不仅小而且速度快的实现 - 请参阅此博客文章了解详细信息)。
SVGGraphics2D