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;