pub const MAX_LOADED_ELEMENTS: usize = 1_000_000;
Expand description

Maximum number of elements loadable per document.

This is a mitigation for SVG files which create millions of elements in an attempt to exhaust memory. We don’t allow loading more than this number of elements during the initial streaming load process.