Constant rsvg::limits::MAX_LAYER_NESTING_DEPTH

source ·
pub const MAX_LAYER_NESTING_DEPTH: u16 = 50;
Expand description

Maximum level of nesting for layers during rendering.

This is a mitigation for malicious SVGs which try to have layers that are nested extremely deep, as this could cause stack exhaustion.