Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyanid/svgfx
This library allows for svg graphics to be directly converted into native javaFX object.
https://github.com/xyanid/svgfx
Last synced: about 2 months ago
JSON representation
This library allows for svg graphics to be directly converted into native javaFX object.
- Host: GitHub
- URL: https://github.com/xyanid/svgfx
- Owner: Xyanid
- License: apache-2.0
- Created: 2015-11-23T19:30:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T19:40:27.000Z (almost 6 years ago)
- Last Synced: 2023-07-26T23:16:56.632Z (over 1 year ago)
- Language: Java
- Size: 727 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![svgFX](http://xyanid.de/projects/java/svgfx/svgfx.png)
This framework allows for svg graphics to be directly converted into native javaFX object.[![Build Status](https://ci.xyanid.de/app/rest/builds/buildType:SvgFX_Build/statusIcon)](https://ci.xyanid.de/viewType.html?buildTypeId=SvgFX_Build&guest=1)
### [Howto](../../wiki "Howto")
### Maven dependency
#### Stable Release
This is the stable release that can be used in production.
```xml
de.saxsys
svgfx
2.0.1```
#### Development Snapshot
Here you get new features. This release is unstable and shouldn't be used in production.
```xml
de.saxsys
svgfx
2.1.0-SNAPSHOT```