Rename Shape tool to Polygon tool

This commit is contained in:
Keavon Chambers
2023-08-01 01:28:14 -07:00
parent b9e49623a3
commit 2b05e1c270
15 changed files with 104 additions and 106 deletions
+2 -4
View File
@@ -6,10 +6,8 @@ pub enum DocumentError {
LayerNotFound(Vec<LayerId>),
InvalidPath,
IndexOutOfBounds,
NotAFolder,
NonReorderableSelection,
NotFolder,
NotShape,
NotText,
NotNodeGraph,
NotLayer,
InvalidFile(String),
}