can i do this?
this is the way i add a svg in a canvas..
when i tried doing this to a custom canvas, i get an error...Code:SVGAnimator mapCanvasAnimator = DefaultSVGAnimator.createAnimator(svgImage); Canvas mapCanvas = (Canvas)mapCanvasAnimator.getTargetComponent(); display.setCurrent(mapCanvas);
Please help

Reply With Quote

