author | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Thu, 27 Mar 2008 20:44:53 +0000 (20:44 +0000) | ||
committer | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Thu, 27 Mar 2008 20:44:53 +0000 (20:44 +0000) | ||
commit | fa193656dee1876dc331d9502a67b4bb21f0b160 | |
tree | c05f8e8d61f7d7dfd2b342a2a3ddb297be9a2261 | tree | snapshot |
parent | 0adfd757e07cf18268be1240e7ef91dac27506ea | commit | diff |
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 | diff | blob | history | |
src/sp-item-group.cpp | diff | blob | history |