Skip to content

Latest commit

 

History

History
 
 

rendersvg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rendersvg

rendersvg is an SVG rendering application.

Build

# Build with a Qt backend
cargo build --release --features="qt-backend"
# or with a cairo backend
cargo build --release --features="cairo-backend"
# or with both.
cargo build --release --features="qt-backend cairo-backend"

See BUILD.adoc for details.

License

rendersvg is licensed under the MPLv2.0.