is not current version
Last Version 2.0.0

de.vandermeer:svg2vector 1.1.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.

GroupId

GroupId

de.vandermeer
ArtifactId

ArtifactId

svg2vector
Version

Version

1.1.0
Type

Type

jar

Download svg2vector 1.1.0


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