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

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp790 Inkscape::SVGOStringStream os_pagebbox; local
792 os_pagebbox.setf(std::ios::fixed); // don't use scientific notation
794 os_pagebbox << "%%PageBoundingBox: 0 0 " << (int)ceil(width) << (int)ceil(height);
821 // cairo_ps_dsc_comment(surface, os_pagebbox.str().c_str());

Completed in 23 milliseconds