From cb8eadd7f3313e3d0791e706910944b3944e48ff Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 16 Jan 2016 19:47:36 -0500 Subject: [PATCH] More TODOs. --- draw.go | 1 + 1 file changed, 1 insertion(+) diff --git a/draw.go b/draw.go index d860e2b..2d2de31 100644 --- a/draw.go +++ b/draw.go @@ -286,6 +286,7 @@ const ( // TODO // // TODO disclaimer +// TODO rename these to put LineCap at the beginning? or just Cap? type LineCap int const ( FlatCap LineCap = iota