Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eskatos/flamingo-maven-plugin
- Owner: eskatos
- Created: 2011-01-14T10:27:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-02T16:07:35.000Z (over 12 years ago)
- Last Synced: 2024-11-01T20:06:38.285Z (3 months ago)
- Language: Java
- Homepage: http://eskatos.github.com/flamingo-maven-plugin/
- Size: 3.39 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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