We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876b630 commit a1e683cCopy full SHA for a1e683c
exp/util/drawText.go
@@ -59,7 +59,7 @@ func (t *Text) Draw(sz size.Event, x, y int, scaleX, scaleY geom.Pt, s string) {
59
// split string by newline
60
lines := strings.Split(s, "\n")
61
62
- // draw each string on a seperate line
+ // draw each string on a separate line
63
for i, v := range lines {
64
drawText(t.m.RGBA, int(geom.Pt(x)/scaleX), int(geom.Pt(y)/scaleY)+i*10, v)
65
}
0 commit comments