mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 05:16:11 +02:00
🎉 Improve frame rendering
This commit is contained in:
parent
59fdf64c66
commit
2db1740ce8
6 changed files with 59 additions and 31 deletions
6
render-wasm/src/view.rs
Normal file
6
render-wasm/src/view.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
pub(crate) struct View
|
||||
{
|
||||
pub x: f32,
|
||||
pub y: f32,
|
||||
pub zoom: f32,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue