|
|
| |
1. Problem changing size |
|
Reply |
|
|
 Nick Iredale | 2013-02-13 16:16:58 |
I tried to increase the size of the image and the font size, but it makes no difference to either:
E.g.
var $size = 15;
var $angle = 10;
var $type = 'png';
var $height = 40;
var $width = 80;
to
var $size = 18;
var $angle = 10;
var $type = 'png';
var $height = 80;
var $width = 160;
|
|