TCanvas export to PDF bug - missing TMarker(s)

Please see screenshot below - one figure has been saved as eps, the other as pdf.

PDF figure appears to have missing markers, I presume this is a bug?

root [0]    TCanvas *c = new TCanvas("c","Marker types",0,0,500,200);
root [1]    TMarker marker;
root [2]    marker.DisplayMarkerTypes();

Gives:

They looks quite similar.

(On mac with ROOT master)

Ok I am on Debian Linux, so I guess I will have to try and recreate this with an example and ask you to run it - give me a couple of hours and I will try and get it done.

It should not be machine dependant.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.