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
- Host: GitHub
- URL: https://github.com/hansolo/svgnode
- Owner: HanSolo
- License: apache-2.0
- Created: 2019-07-10T05:29:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T21:14:40.000Z (almost 7 years ago)
- Last Synced: 2025-04-23T01:48:23.008Z (about 1 year ago)
- Language: Java
- Size: 335 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
