mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 00:57:13 +02:00
♻️ Refactor mutability modifiers in wasm
This commit is contained in:
parent
f0f01af55c
commit
3d374e8e97
12 changed files with 155 additions and 131 deletions
|
@ -14,7 +14,7 @@ pub fn render_overlay(
|
|||
modifiers: &HashMap<Uuid, Matrix>,
|
||||
structure: &HashMap<Uuid, Vec<StructureEntry>>,
|
||||
) {
|
||||
let cells = grid_cell_data(shape.clone(), shapes, modifiers, structure, true);
|
||||
let cells = grid_cell_data(shape, shapes, modifiers, structure, true);
|
||||
|
||||
let mut paint = skia::Paint::default();
|
||||
paint.set_style(skia::PaintStyle::Stroke);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue