Last Version

SVG 2 Vector 2.0.0

SVG to vector converter. This tool converts an SVG graphic to a vector format. Currently supported targets are EMF, PDF and SVG. The tool does support SVG and SVGZ input formats. It also can deal with SVG layers. Input can be a file or a URL. Output can be a single file or a set of files, i.e. handling SVG layers individually. This means that the tool can be part of a tool chain for creating animations. Simply create an SVG image with several layers, one per step of an animation. Then use this tool to create an image per layer and use them in the target publication platform.

License

License

GroupId

GroupId

de.vandermeer
ArtifactId

ArtifactId

svg2vector
Version

Version

2.0.0
Type

Type

jar
Description

Description

SVG 2 Vector
SVG to vector converter. This tool converts an SVG graphic to a vector format. Currently supported targets are EMF, PDF and SVG. The tool does support SVG and SVGZ input formats. It also can deal with SVG layers. Input can be a file or a URL. Output can be a single file or a set of files, i.e. handling SVG layers individually. This means that the tool can be part of a tool chain for creating animations. Simply create an SVG image with several layers, one per step of an animation. Then use this tool to create an image per layer and use them in the target publication platform.
Project URL

Project URL

http://www.vandermeer.de/projects/skb/java/svg2vector
Source Code Management

Source Code Management

https://github.com/vdmeer/svg2vector

Download svg2vector 2.0.0


<!-- https://jarcasting.com/artifacts/de.vandermeer/svg2vector/ -->
<dependency>
    <groupId>de.vandermeer</groupId>
    <artifactId>svg2vector</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.vandermeer/svg2vector/
implementation 'de.vandermeer:svg2vector:2.0.0'
// https://jarcasting.com/artifacts/de.vandermeer/svg2vector/
implementation ("de.vandermeer:svg2vector:2.0.0")
'de.vandermeer:svg2vector:jar:2.0.0'
<dependency org="de.vandermeer" name="svg2vector" rev="2.0.0">
  <artifact name="svg2vector" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.vandermeer', module='svg2vector', version='2.0.0')
)
libraryDependencies += "de.vandermeer" % "svg2vector" % "2.0.0"
[de.vandermeer/svg2vector "2.0.0"]

Dependencies

compile (8)

Group / Artifact Type Version
de.vandermeer : execs jar 0.4.0
org.antlr : ST4 jar 4.0.8
batik : batik-bridge jar 1.6-1
org.freehep : freehep-graphicsio jar 2.4
org.freehep : freehep-graphics2d jar 2.4
org.freehep : freehep-graphicsio-emf jar 2.4
org.freehep : freehep-graphicsio-pdf jar 2.4
org.freehep : freehep-graphicsio-svg jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.