context.translate(dx, dy);
context.rotate(rotation);
Color c = new Color(getIndexColor());
WebGraphics g = new WebGraphics(context);
g.setColor(c);
g.fill(ghostPath);
// if (ghostBitmap!= null)
// {
// ghostBitmap.eraseColor(indexColor);
// canvas.drawBitmap(ghostBitmap,drawingMatrix, null);
// }