Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reading svg file through Java

Tags:

java

svg

Can anyone provide me with an example program for reading an svg file.

like image 491
ashwanth Avatar asked Jun 30 '26 08:06

ashwanth


1 Answers

You might want to look at the Batik SVG Toolkit:

Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.

like image 141
Jon Skeet Avatar answered Jul 01 '26 22:07

Jon Skeet