Skip to content

Commit d388b45

Browse files
committed
Merge pull request #2000 from UV-CDAT/fix_png_window_resize
Fix regression for test_vcs_png_window_resize
2 parents 8a8c1e9 + 34352f7 commit d388b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import vcs, sys, os, testing.regression as regression
22

3-
x = regression.init()
3+
x = regression.init(bg=0)
44
x.setantialiasing(0)
55
x.drawlogooff()
66
x.open(814,628)
77
x.plot([1,2,3,4,5,6,7])
88
fnm = __file__[:-3]+".png"
9-
regression.run(x, fnm)
9+
regression.run(x, fnm)

0 commit comments

Comments
 (0)