strip_form_control_shapes_from_vml

Function strip_form_control_shapes_from_vml 

Source
pub fn strip_form_control_shapes_from_vml(vml_bytes: &[u8]) -> Option<Vec<u8>>
Expand description

Strip form control shapes from VML bytes, keeping only comment (Note) shapes.

Returns None if no comment shapes remain after stripping, or Some(bytes) with the cleaned VML that contains only comment shapes.