From 3c7543d9d855058db64c4655d3f672cf8e0adb09 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 21 Dec 2004 15:32:38 +0000 Subject: [PATCH] undid 1.95->1.96 changes --- pdf2swf/swfoutput.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 7071724..8bfd968 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1728,13 +1728,7 @@ static void endshape(swfoutput*obj, int clipdepth) if(i->shapeisempty || /*bbox empty?*/ (i->bboxrect.xmin == i->bboxrect.xmax && - i->bboxrect.ymin == i->bboxrect.ymax) || - /*bbox outside page?*/ - (i->bboxrect.xmax <= i->min_x*20 || - i->bboxrect.ymax <= i->min_y*20 || - i->bboxrect.xmin >= i->max_x*20 || - i->bboxrect.ymin >= i->max_y*20) - ) + i->bboxrect.ymin == i->bboxrect.ymax)) { // delete the shape again, we didn't do anything cancelshape(obj); -- 1.7.10.4