Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVG: use relative path motion in scanlines
Most scanlines are built from alternating small strides of black and white pixels, therefore using relative motions results in smaller numbers passed to the `m` command. On the larger QR Codes this can lead to savings of as much as 30% of the previous output file size in RLE mode.
- Loading branch information