This commit is contained in:
Reinis Mazeiks 2022-05-07 01:01:38 +03:00
parent 6a5a3f47cc
commit 2c48ae271f

View file

@ -10,4 +10,4 @@ pub struct ElementSpace;
pub type ElementPoint = Point2D<f64, ElementSpace>;
pub struct PageSpace;
pub type PagePoint = Point2D<f64, PageSpace>;
pub type PagePoint = Point2D<f64, PageSpace>;