Skip to content

zunayedhassan/TrueSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueSVG

A simple library to draw Svg from file with JavaFX platform

Usage

import javafx.scene.layout.StackPane;
import zunayedhassan.TrueSVG.Svg;

Svg svg = new Svg("filename.svg");

StackPane pane = new StackPane();
pane.getChildren().add(svg);

Screenshot

About

A simple library to draw Svg from file with JavaFX platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages