pizarra 0.6.3

The backend for a simple vector hand-drawing application
Documentation
1
2
3
4
5
/// Thikness in pixels used by default while drawing
pub const DEFAULT_THICKNESS: f64 = 3.0;

/// Padding in pixels added to drawings while exporting.
pub const EXPORT_PADDING: f64 = 20.0;