things work more or less, added a testing service.

This commit is contained in:
Will Charczuk 2016-07-07 17:14:25 -07:00
parent df67121e9c
commit 04bef9cad8
7 changed files with 145 additions and 48 deletions

View file

@ -10,6 +10,7 @@ type Style struct {
StrokeWidth float64
FontSize float64
FontColor color.RGBA
Padding Box
}
// IsZero returns if the object is set or not.