From: kramm Date: Tue, 21 Dec 2004 15:32:38 +0000 (+0000) Subject: undid 1.95->1.96 changes X-Git-Tag: release-0-6-3~72 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=3c7543d9d855058db64c4655d3f672cf8e0adb09 undid 1.95->1.96 changes --- 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);