From 9121faed0cf54a08882acf41120cf28fc3a32998 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Mar 2019 22:27:57 +0000 Subject: asy 2.48 sources git-svn-id: svn://tug.org/texlive/trunk@50622 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/texfile.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/asymptote/texfile.cc') diff --git a/Build/source/utils/asymptote/texfile.cc b/Build/source/utils/asymptote/texfile.cc index b3fea9f84bb..fc0e575c22b 100644 --- a/Build/source/utils/asymptote/texfile.cc +++ b/Build/source/utils/asymptote/texfile.cc @@ -13,6 +13,8 @@ using std::ofstream; using settings::getSetting; +using settings::ps2tex; +using settings::tex2ps; using vm::array; using vm::read; @@ -349,10 +351,11 @@ void svgtexfile::endspecial() void svgtexfile::begintransform() { + bbox b=box; + b.left=-Hoffset; + b=svgbbox(b); *out << "" << nl; + << b.left << " " << b.top << ")'>" << nl; } void svgtexfile::endtransform() -- cgit v1.2.3