mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 14:51:40 +02:00
6 lines
72 B
Rust
6 lines
72 B
Rust
pub(crate) struct View
|
|
{
|
|
pub x: f32,
|
|
pub y: f32,
|
|
pub zoom: f32,
|
|
}
|