Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Apr 22, 2016
1 parent 15eec45 commit e8e6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quadratic.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
dc.Stroke()

dc.LoadFontFace("/Library/Fonts/Arial.ttf", 200)
dc.DrawStringAnchored("G", -5, 5, 0.5, 0.5)
dc.DrawStringAnchored("g", -5, 5, 0.5, 0.5)
dc.DrawStringAnchored("G", 5, -5, 0.5, 0.5)

dc.SavePNG("out.png")
Expand Down

0 comments on commit e8e6160

Please sign in to comment.