2 个版本
0.9.1 | 2020年4月25日 |
---|---|
0.9.0 | 2020年4月25日 |
#36 in #raster
18KB
407 代码行
rendersvg
rendersvg 是一个 SVG 渲染应用程序。
构建
# 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"
详情请参阅 BUILD.adoc。
用法
cd tools/rendersvg
cargo run --release --features="qt-backend" -- in.svg out.png
# the binary could be found at resvg/target/release/rendersvg
许可证
rendersvg 使用 MPLv2.0 许可。
依赖关系
~5MB
~87K SLoC