I fooled around with it a bit....
Changing the resolution of the created png file didnt change the behavior you are after
Changing the zoom factor seems to control it better
I found a setting of "2.0" to work as you asked
The line:
...........
vp.zoom(2.0);
...............
With that said, I have no idea what that means
|