pub fn validate_with_dir(
presentation: &Presentation,
base_dir: &Path,
) -> Vec<VecslideError>Available on crate feature
native only.Expand description
Validates a presentation and also checks that referenced SVG files exist on disk. Native only (requires filesystem access).