Code

The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects) returns...
authordvlierop2 <dvlierop2@users.sourceforge.net>
Thu, 27 Mar 2008 20:44:53 +0000 (20:44 +0000)
committerdvlierop2 <dvlierop2@users.sourceforge.net>
Thu, 27 Mar 2008 20:44:53 +0000 (20:44 +0000)
commitfa193656dee1876dc331d9502a67b4bb21f0b160
treec05f8e8d61f7d7dfd2b342a2a3ddb297be9a2261
parent0adfd757e07cf18268be1240e7ef91dac27506ea
The deprecated version of sp_item_invoke_bbox_full (which still uses NRRects) returns empty rectangles when calculating geometric bboxes of vertical or horizontal lines. A group of those lines will therefore also have an empty geometric bbox, which is wrong. We must use the new version of sp_item_invoke_bbox_full, which uses NR::Maybe<NR::Rects> instead.
src/seltrans.cpp
src/sp-item-group.cpp