Crate vsvg_viewer

Source

Re-exports§

pub use viewer::Viewer;

Modules§

exports
Export of core dependencies in addition to what vsvg already re-exports.
viewer

Structs§

DocumentWidget
Widget to display a Document in an egui application.

Traits§

ViewerApp
Implement this trait to build a custom viewer app based on Viewer.

Functions§

show
Show a document in a window.
show_tolerance
Show a document in a window with a custom renderer tolerance.
show_with_viewer_app
Show a custom ViewerApp.