AndroidSVG

SVG rendering library for Android.

License

License

GroupId

GroupId

com.caverock
ArtifactId

ArtifactId

androidsvg
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

AndroidSVG
SVG rendering library for Android.
Project URL

Project URL

https://github.com/BigBadaboom/androidsvg
Source Code Management

Source Code Management

https://github.com/BigBadaboom/androidsvg

Download androidsvg

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

AndroidSVG

AndroidSVG is a SVG parser and renderer for Android. It has almost complete support for the static visual elements of the SVG 1.1 and SVG 1.2 Tiny specifications (except for filters).

AndroidSVG is licensed under the Apache License v2.0.

More information, including downloads and documentation, is available at the main AndroidSVG site.

Find a bug?

Please file a bug report and include as much detail as you can. If possible, please include a sample SVG file showing the error.

If you wish to contact the author with feedback on this project, you can email me at [email protected].

Using AndroidSVG in your app?

If you have found AndroidSVG useful and are using it in your project, please let me know. I'd love to hear about it!

Versions

Version
1.4
1.3
1.2.2-beta-1
1.2.1
1.2.0
1.1.182
1.0.170