pub fn read_shape_properties(
reader: &mut Reader<'_>,
) -> Result<ShapeProperties, Error>Expand description
Parses CT_ShapeProperties’s content (<a:xfrm>/EG_Geometry/ EG_FillProperties/<a:ln>,
in any order, each optional) from a reader positioned right after the wrapper element’s own
opening tag was consumed by the caller. See the module doc comment for the exact contract.