This commit is contained in:
Stani 2015-06-27 16:34:30 +02:00
parent 74e84c4493
commit 0d629a4957

View file

@ -27,7 +27,7 @@ func main() {
// Draw the droid // Draw the droid
DrawDroid(gc, 10, 10) DrawDroid(gc, 10, 10)
// Save to png // Save to pdf
pdf2d.SaveToPdfFile("android.pdf", pdf) pdf2d.SaveToPdfFile("android.pdf", pdf)
} }