From b2a60b691211c3ad3eb8005fb89573b030dadec8 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 18 Jul 2004 12:26:27 +0000 Subject: [PATCH] fixed "startdepth" white background bug. --- pdf2swf/swfoutput.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 98701b0..81d9a8b 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1533,8 +1533,7 @@ void swfoutput_newpage(struct swfoutput*obj) swf_SetU16(tag,depth); } - depth = 1; - startdepth = depth; + depth = startdepth; } /* "destroy" like in (oo-terminology) "destructor". Perform cleaning -- 1.7.10.4