Copyright 2008 by Thomas Maierhofer - MSE-iT This library is licenced under GNU LGPL http://www.gnu.org/licenses/lgpl.html Version in this package: 0.8.4.beta Documentation and usage samples under: http://www.maierhofer.de/BackgroundCanvas.htm Important: To use it on internet Explorer, check out the latest excanvas and pack it. The excanvas 002 stable release isn't stable! Changes 0.8.3 - 0.8.4: Canvas injection algorithm canged. * Fixed width div elements will work * removing IE6 borders via chroma filter (Don't use #fac2f5 - this is the filtered color ) Breaking Changes: The Paint Function has a new signature. Additional element info is encapsualted into a structure paintFkt(ctx, width, height, elementInfo ); elementInfo.$this the element itself elementInfo.canvas the canvas elementInfo.$canvas the canvys as jQuer array elementInfo.$canvasDiv the DIV including the canvas elementInfo.$content the DIV including the content elementInfo.borderLeft elementInfo.borderRight, elementInfo.borderTop, elementInfo.borderBottom, elementInfo.paddingTop, elementInfo.paddingBottom, elementInfo.paddingLeft, elementInfo.paddingRight