From 1d5fd3d7755a305d7f7cfa378e1e0df7737d1a41 Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Sat, 20 Feb 2016 14:45:58 -0500 Subject: [PATCH] wrap readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b5715e..1e8b921 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,8 @@ SavePNG(path string, im image.Image) error ## What's Missing? -If you need any of the features below, I recommend using `cairo` instead. Or even better, implement it and submit a pull request! +If you need any of the features below, I recommend using `cairo` instead. Or +even better, implement it and submit a pull request! - Clipping Regions - Gradients / Patterns @@ -133,7 +134,9 @@ If you need any of the features below, I recommend using `cairo` instead. Or eve ## How Do it Do? -`gg` is mostly a wrapper around `github.com/golang/freetype/raster`. The goal is to provide some more functionality and a nicer API that will suffice for most use cases. +`gg` is mostly a wrapper around `github.com/golang/freetype/raster`. The goal +is to provide some more functionality and a nicer API that will suffice for +most use cases. ## Another Example