fix comment
This commit is contained in:
parent
1841a3e90f
commit
8ca9a0bbe3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ func test(t *testing.T, sample draw2d.Sample) {
|
|||
// Initialize the graphic context on an pdf document
|
||||
dest := pdf2d.NewPdf("L", "mm", "A4")
|
||||
gc := pdf2d.NewGraphicContext(dest)
|
||||
// Draw Android logo
|
||||
// Draw sample
|
||||
fn, err := sample(gc, "pdf")
|
||||
if err != nil {
|
||||
t.Errorf("Drawing %q failed: %v", fn, err)
|
||||
|
|
Loading…
Reference in a new issue