summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-01-24 15:37:03 -0500
committerPietro Gagliardi <[email protected]>2016-01-24 15:37:03 -0500
commit4dbaec8aa189f7a66209bbad351c44f1a38160be (patch)
tree6f90219b28ad98705465f8b6de334f14658b7d77 /draw.go
parentcb8eadd7f3313e3d0791e706910944b3944e48ff (diff)
More TODOs.
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.go b/draw.go
index 2d2de31..5468b19 100644
--- a/draw.go
+++ b/draw.go
@@ -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