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