Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eskatos/flamingo-maven-plugin

Transcode SVG files to Java2D classes
https://github.com/eskatos/flamingo-maven-plugin

Last synced: about 2 months ago
JSON representation

Transcode SVG files to Java2D classes

Awesome Lists containing this project

README

        

# flamingo-maven-plugin

flamingo-maven-plugin transcode SVG files into Java2D classes that can implement ResizableIcon from the Flamingo/Peacock project

The project is hosted in maven central.
[here](http://search.maven.org/#search%7Cga%7C1%7Cflamingo-maven-plugin) you'll find a quick copy/paste for the dependency.

## Transcode SVG files

Use the following goal: transcode

### Configuration inside the POM

Here is a quick example:


org.codeartisans
flamingo-maven-plugin
1.2


actions
generate-sources

transcode


${project.basedir}/src/main/svg
com.example.icons
true
false