mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 21:06:12 +02:00
Merge pull request #5529 from penpot/azazeln28-refactor-panning-perf
♻️ Refactor panning perf
This commit is contained in:
commit
4d4bf1edd1
7 changed files with 70 additions and 23 deletions
6
render-wasm/src/shapes/rects.rs
Normal file
6
render-wasm/src/shapes/rects.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use crate::math::Point;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Rect {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue