Searched refs:os_bbox (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp789 Inkscape::SVGOStringStream os_bbox; local
791 os_bbox.setf(std::ios::fixed); // don't use scientific notation
793 os_bbox << "%%BoundingBox: 0 0 " << (int)ceil(width) << (int)ceil(height); // apparently, the numbers should be integers. (see bug 380501)
819 // cairo_ps_dsc_comment(surface, os_bbox.str().c_str());

Completed in 18 milliseconds