We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c34a4 commit 643df08Copy full SHA for 643df08
src/skia/helper.ts
@@ -1,4 +1,4 @@
1
const EPSILON = 1e-4;
2
export function isAroundZero(transform: number) {
3
- return transform < EPSILON && transform > -EPSILON;
4
-}
+ return transform < EPSILON && transform > -EPSILON;
+}
0 commit comments