From b749f2179d2f4ab16f62dc81fb835bb81d74b264 Mon Sep 17 00:00:00 2001 From: erg Date: Sat, 5 Dec 2009 22:53:35 +0000 Subject: [PATCH] Add bounding box info to postscript data file --- rtest/graphs/dice.ps | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rtest/graphs/dice.ps b/rtest/graphs/dice.ps index fe4211b24..e6e81ec68 100644 --- a/rtest/graphs/dice.ps +++ b/rtest/graphs/dice.ps @@ -1,4 +1,7 @@ -%! PostScript +%!PS-Adobe-3.0 +%%Page: 1 1 +%%PageBoundingBox: 175 316 437 579 +%%BoundingBox: 175 316 437 579 /strdimensions { gsave -- 2.50.1