mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 06:07:16 +02:00
✨ Add constraints calculation on WASM (#5894)
* ✨ Add constraints calculation on WASM * ✨ Fix after review
This commit is contained in:
parent
f5c913d26e
commit
6cb1aa24cd
15 changed files with 746 additions and 76 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::math::Rect;
|
||||
use skia_safe::Rect;
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub(crate) struct Viewbox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue