Fix artboard tool and remove old artboard code

This commit is contained in:
0hypercube
2023-10-17 11:02:06 -07:00
committed by Keavon Chambers
parent 9a39c4a0cc
commit b52f831b21
27 changed files with 196 additions and 553 deletions
@@ -1,3 +1,4 @@
use document_legacy::document_metadata::LayerNodeIdentifier;
use document_legacy::LayerId;
use serde::{Deserialize, Serialize};
@@ -63,5 +64,5 @@ pub enum ExportBounds {
#[default]
AllArtwork,
Selection,
Artboard(LayerId),
Artboard(LayerNodeIdentifier),
}