tiger example
This commit is contained in:
parent
0c9ae150bf
commit
4ad77aa4a2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func main() {
|
|||
gc.Scale(1, -1)
|
||||
gc.Translate(0, -380)
|
||||
lastTime := time.Nanoseconds()
|
||||
src, err := os.Open("../resource/postscript/Mand.ps", 0, 0)
|
||||
src, err := os.Open("../resource/postscript/tiger.ps", 0, 0)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue