jar

com.github.japgolly.android : svg-android

Maven & Gradle

Mar 09, 2014
566 stars

svg-android · Brings SVG parsing and drawing functionality to Android devices. Forked from the original project at http://code.google.com/p/svg-android/.

Table Of Contents

Latest Version

Download com.github.japgolly.android : svg-android JAR file - Latest Versions:

All Versions

Download com.github.japgolly.android : svg-android JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window svg-android-2.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.larvalabs.svgandroid

├─ com.larvalabs.svgandroid.ParserHelper.class - [JAR]

├─ com.larvalabs.svgandroid.SVG.class - [JAR]

├─ com.larvalabs.svgandroid.SVGBuilder.class - [JAR]

├─ com.larvalabs.svgandroid.SVGColors.class - [JAR]

├─ com.larvalabs.svgandroid.SVGDrawable.class - [JAR]

├─ com.larvalabs.svgandroid.SVGParseException.class - [JAR]

├─ com.larvalabs.svgandroid.SVGParser.class - [JAR]

Advertisement