mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 14:57:16 +02:00
🎉 Render only visible shapes
This commit is contained in:
parent
f9912e0299
commit
f7ff3129ed
11 changed files with 235 additions and 103 deletions
4
render-wasm/src/math.rs
Normal file
4
render-wasm/src/math.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
use skia_safe as skia;
|
||||
|
||||
pub type Rect = skia::Rect;
|
||||
pub type Matrix = skia::Matrix;
|
Loading…
Add table
Add a link
Reference in a new issue