SVGImageElem.setImageLoader(this);
// Uncomment the following line for full antialiasing
raster.setAntialiased(true);
// Makes the events queues
eventQueue = new SVGEventQueue();
listeners = new TinyVector(4);
// Makes the image cash
imageCash = new Hashtable();
}