Implement Math view

This commit is contained in:
Guille Gonzalez
2026-01-04 15:33:48 +01:00
parent 6e1a38ede7
commit baea9de415
9 changed files with 356 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ extension GraphicsContext {
context.translateBy(x: 0, y: size.height)
context.scaleBy(x: 1, y: -1)
context.translateBy(x: 0, y: displayNode.descent)
let foregroundColor = foregroundColor.resolve(in: environment).cgColor