From 68589ea8a224580254db09cc9f9076708b64c6c9 Mon Sep 17 00:00:00 2001 From: Taco de Wolff Date: Fri, 27 Sep 2019 14:14:26 -0300 Subject: [PATCH] Add tdewolff/canvas (#2740) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d687cb2..94c91b6a 100644 --- a/README.md +++ b/README.md @@ -841,6 +841,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [bild](https://github.com/anthonynsimon/bild) - Collection of image processing algorithms in pure Go. * [bimg](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips. * [cameron](https://github.com/aofei/cameron) - An avatar generator for Go. +* [canvas](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image. * [darkroom](https://github.com/gojek/darkroom) - An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency. * [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string. * [gg](https://github.com/fogleman/gg) - 2D rendering in pure Go.