From 53c83ddc6db330ca6736e8e758a9a78484046eaa Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Fri, 19 Feb 2016 17:12:17 -0500 Subject: [PATCH] readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c986bba..59da9ac 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,16 @@ SetColor(c color.Color) SetHexColor(x string) ``` -## Transformation Functions +## Stroke & Fill Options -All the usual matrix transformations are available too. +```go +SetLineWidth(lineWidth float64) +SetLineCap(lineCap LineCap) +SetLineJoin(lineJoin LineJoin) +SetFillRule(fillRule FillRule) +``` + +## Transformation Functions ```go Identity()