From: Michael P. <mp...@po...> - 2001-02-26 12:29:52
|
there is a minor syntax glitch in the setClip() method. else { if (c.indexOf("rect(")>-1) { ..... } } should be: else if (c.indexOf("rect(")>-1) { ..... } -- Michael Pemberton mp...@ph... ICQ: 12107010 |