From 4e381bbedce2933e553d4401d0ec969893dd3b51 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Mon, 22 Feb 2016 21:40:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cce200a..5cba063 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `gg` is a library for rendering 2D graphics in pure Go. -![Separator](http://i.imgur.com/fsUvnPB.png) +![Stars](http://i.imgur.com/CylQIJt.png) ## Installation @@ -143,6 +143,8 @@ LoadPNG(path string) (image.Image, error) SavePNG(path string, im image.Image) error ``` +![Separator](http://i.imgur.com/fsUvnPB.png) + ## What's Missing? If you need any of the features below, I recommend using `cairo` instead. Or