simplesvg 0.2.0

Very simple drawing/diagramming library with svg output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "simplesvg"
version = "0.2.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"

repository = "https://github.com/bluss/simplesvg"
documentation = "http://bluss.github.io/simplesvg"
description = "Very simple drawing/diagramming library with svg output."

keywords = ["svg", "draw", "graphics"]

[dependencies]