--- a/src/extension/internal/cairo-renderer.cpp 2016-07-22 00:44:38.891156579 +0300 +++ b/src/extension/internal/cairo-renderer.cpp 2016-07-22 00:44:48.847194228 +0300 @@ -476,14 +476,6 @@ return; } - Geom::Rect docrect(Geom::Rect(Geom::Point(0, 0), item->document->getDimensions())); - bbox &= docrect; - - // no bbox, e.g. empty group - if (!bbox) { - return; - } - // The width and height of the bitmap in pixels unsigned width = ceil(bbox->width() * Inkscape::Util::Quantity::convert(res, "px", "in")); unsigned height = ceil(bbox->height() * Inkscape::Util::Quantity::convert(res, "px", "in"));