diff options
| author | Pietro Gagliardi <[email protected]> | 2018-08-26 17:26:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-08-26 17:26:53 -0400 |
| commit | dd9db1c14586ecec7e9783f09cceb86fd04825ce (patch) | |
| tree | 76436a0144e831ce107fd2c12b39596dafe2e583 /draw.go | |
| parent | 2c275b76aefba775c140584fe39a1912cd4556ff (diff) | |
And migrated the examples back; also fixed a spot I missed.
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ const ( ) // TODO document -const DefaultMiterLimit = 10.0 +const DrawDefaultMiterLimit = 10.0 // TODO type DrawBrush struct { |
