From: Pascal B. <pa...@dy...> - 2001-02-24 21:55:11
|
the static methods we're not the BIG speed thing, but the default width/height values we're (your canvas doesn't do getContentWidth/getContentHeight.. those functions eat time) only a small increase in speed without static methods.. (come to think about it, it might have actually be just a random thing :) Note that NS still is MUCH slower then IE. And one thing that could make ever users code faster is by creating one big canvas layer and place all other layers as children on it, then add that canvas to the dyndocument and it will use 100% precreation code which should be faster (untested, but sounds right) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net |