Add tests to the Ellipse, Artboard, and Fill tools (#2181)

* Add ellipse tests

* Add tests for fill tool and re-enable some other tests

* Code review

* Fix Rust crate advisory

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
James Lindsay
2025-03-07 02:13:15 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent 1190e82322
commit b171eeba84
22 changed files with 1097 additions and 236 deletions
+6 -6
View File
@@ -923,12 +923,12 @@ mod test {
assert_eq!(
ids,
vec![
NodeId(907133870432995942),
NodeId(13049623730817360317),
NodeId(2177355904460308500),
NodeId(17479234042764485524),
NodeId(10988236038173832469),
NodeId(11097818235165626738),
NodeId(10795919842314709924),
NodeId(5986931472261716476),
NodeId(1689970140162147057),
NodeId(17084072420335757359),
NodeId(17163508657634907814),
NodeId(3540151743833532788)
]
);
}