From: kramm Date: Sun, 18 Jul 2004 12:26:27 +0000 (+0000) Subject: fixed "startdepth" white background bug. X-Git-Tag: release-0-6-0~64 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=b2a60b691211c3ad3eb8005fb89573b030dadec8 fixed "startdepth" white background bug. --- 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