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

https://github.com/hansolo/svgnode

A JavaFX Canvas based node that can be used to visualize multiple SVG paths with their fill and stroke
https://github.com/hansolo/svgnode

Last synced: about 1 year ago
JSON representation

A JavaFX Canvas based node that can be used to visualize multiple SVG paths with their fill and stroke

Awesome Lists containing this project

README

          

# svgnode
A JavaFX Canvas based node that can be used to visualize multiple SVG paths with their fill and stroke

## SvgNode
A JavaFX control that uses a Canvas node to visualize multiple SVG path elements.
Each SVG path can have it's own
- Fill
- Stroke
- StrokeWidth
- LineCap
- LineJoin
- Effect

## Overview
![Overview](https://raw.githubusercontent.com/HanSolo/svgnode/master/SvgNode.png)