Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

```