fix typo
This commit is contained in:
parent
74e84c4493
commit
0d629a4957
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func main() {
|
|||
// Draw the droid
|
||||
DrawDroid(gc, 10, 10)
|
||||
|
||||
// Save to png
|
||||
// Save to pdf
|
||||
pdf2d.SaveToPdfFile("android.pdf", pdf)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue