The problem is, that currentpoint seems to return the current position in a local coordinate system (for example if my eps file is included in a latex document, and I want to obtain the bounding box of this final document, it fails).
Does anybody know how to do this?
Thanks
bracket your BBox computaions with
gsave
matrix defaultmatrix setmatrix
% your stuff here
grestore
in order to get your coordinates in the default coordinate system.
Helge