wrap readme

This commit is contained in:
Michael Fogleman 2016-02-20 14:45:58 -05:00
parent e08199f06f
commit 1d5fd3d775

View File

@ -124,7 +124,8 @@ SavePNG(path string, im image.Image) error
## What's Missing? ## 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 - Clipping Regions
- Gradients / Patterns - 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? ## 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 ## Another Example