mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 05:05:17 +02:00
🐛 Fix some problems with modifiers
This commit is contained in:
parent
1a705cee24
commit
a85a42d367
10 changed files with 138 additions and 99 deletions
|
@ -64,7 +64,7 @@ impl Bounds {
|
|||
Self { nw, ne, se, sw }
|
||||
}
|
||||
|
||||
pub fn join_bounds(bounds: &[&Bounds]) -> Self {
|
||||
pub fn join_bounds(bounds: &[Bounds]) -> Self {
|
||||
let (min_x, min_y, max_x, max_y) =
|
||||
bounds
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue