summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
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