Function rsvg::text::children_to_chunks
source ยท fn children_to_chunks(
chunks: &mut Vec<Chunk>,
node: &Node<NodeData>,
acquired_nodes: &mut AcquiredNodes<'_>,
cascaded: &CascadedValues<'_>,
layout_context: &LayoutContext,
dx: f64,
dy: f64,
depth: usize,
link: Option<String>,
)
Expand description
Walks the children of a <text>
, <tspan>
, or <tref>
element
and appends chunks/spans from them into the specified chunks
array.