|
|
|
@ -20,7 +20,7 @@ struct DocumentDimensions {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fn kle_font_units(kle_font_units: &usize) -> SVGMeasure {
|
|
|
|
|
return SVGMeasure::new((6 + kle_font_units * 2) as f64, SVGUnit::Pixel);
|
|
|
|
|
SVGMeasure::new((6 + kle_font_units * 2) as f64, SVGUnit::Pixel)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
lazy_static! {
|
|
|
|
|