oxvg 0.0.6

Vector image toolchain.
Documentation
1
2
3
4
5
6
7
8
Each transform action appends to the selected elements' `transform` attribute. Has no effect on elements that don't accept `transform` as part of their [content-model](https://www.w3.org/TR/2011/REC-SVG11-20110816/attindex.html). Overwrites transforms with an `"inherit"` value. Applies transforms in SVG 1.1 format, including units.

The transform action accepts x/y as floating-point numbers. If `y` is omitted, then the `y` value will be treated as `0`.

```sh
# Effects: History, Document
-translate x y
```