summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 59f8e5d..4e02e65 100644
--- a/draw.go
+++ b/draw.go
@@ -190,7 +190,7 @@ const (
)
// TODO document
-const DefaultMiterLimit = 10.0
+const DrawDefaultMiterLimit = 10.0
// TODO
type DrawBrush struct {