Hello, I am using root v3.05/3 on Win2K I notice that saving a canvas to an SVG file does not handle display of simple markers: { gROOT->Reset(); TGraph *g = new TGraph(10); g->SetMarkerStyle(7); for (int i=0;i<10;i++) g->SetPoint(i,i,i*i); g->Draw("ap"); } the graph displays fine. the postscript generation works fine too. Its just the svg that fails. I am using version 3.0 of Adobe's SVG viewer (English language 11/2001) I've also attached the output, graph.svg
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET