Function resolve_rotate_list

Source
fn resolve_rotate_list(text_node: SvgNode<'_, '_>) -> Vec<f32>
Expand description

Resolves characters rotation.

The algorithm is well explained in the SVG spec (scroll down a bit).

Note: this algorithm differs from the position resolving one.