Hello! I've found a bug with the EPS output and line markers... it appears that the markers defined in the <defs> section for line ending (like TriangleOutM) are actually all the same size marker but with different 'transform="scale=(foo)"' attributes in their path. However, the code that converts this into eps evidently ignores the transform. This can be seen from the two files below:
http://web.mit.edu/jonas/www/drawing.svg http://web.mit.edu/jonas/www/drawing2.svg
Both convert to the same postscript : ) I've tried stepping through the code a bit, but after a few hours I'm giving up and seeing if anyone might point me in the right direction... Any ideas on how to fix this? I'm using yesterday's 0.39 cvs sources...
Thanks! ...Eric