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.
fn resolve_rotate_list(text_node: SvgNode<'_, '_>) -> Vec<f32>
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.