Reinis Mazeiks 3 年之前
父節點
當前提交
2c48ae271f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/html/src/geometry.rs

+ 1 - 1
packages/html/src/geometry.rs

@@ -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>;