You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Marc Collin <co...@laboiteaprog.com> on 2006/06/25 01:59:54 UTC

display an svg image

hi

i download many svg image from http://openclipart.org/

i try to use batik to display my local svg it on a jpanel

a class who extend jframe call the class:

import org.apache.batik.swing.JSVGCanvas;

public class ImgPane{
	
  JSVGCanvas svgCanvas = new JSVGCanvas();
  public ImgPane(){
    svgCanvas.setURI("/home/collinm/workspace/Jono/picturea.svg");		
  }
}

nothing is displayed.... any idea?


thank

-----
Marc Collin
www.laboiteaprog.com


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org