diff options
| author | Pietro Gagliardi <[email protected]> | 2016-01-24 15:37:03 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-01-24 15:37:03 -0500 |
| commit | 4dbaec8aa189f7a66209bbad351c44f1a38160be (patch) | |
| tree | 6f90219b28ad98705465f8b6de334f14658b7d77 /draw.go | |
| parent | cb8eadd7f3313e3d0791e706910944b3944e48ff (diff) | |
More TODOs.
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -415,6 +415,7 @@ func (c *DrawContext) Fill(p *Path, b *Brush) { } // TODO +// TODO should the methods of these return self for chaining? type Matrix struct { M11 float64 M12 float64 |
