svgpath 0.2.0

SVG path parser, simplification and transformation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "svgpath"
version = "0.2.0"
authors = ["Nor Khasyatillah <mazznoer@ymail.com>"]
edition = "2024"
description = "SVG path parser, simplification and transformation library"
readme = "README.md"
repository = "https://github.com/mazznoer/svgpath-rs"
documentation = "https://docs.rs/svgpath/"
license = "MIT OR Apache-2.0"
keywords = ["svg", "path", "parser"]
categories = ["graphics", "parser-implementations"]
exclude = [
	".github/*",
]

[dependencies]