Remove custom (de)serializers from the DashPattern and BoxCorners TaggedValue variants (#4394)

Replace the DashPattern and BoxCorners custom serde impls with storage-shaped Vec<f64> TaggedValue payloads
This commit is contained in:
Keavon Chambers
2026-09-10 20:23:54 +00:00
committed by Dennis Kobert
parent 81cb0515f5
commit 4c8bddea9f
10 changed files with 96 additions and 82 deletions
+1 -1
View File
@@ -1320,7 +1320,7 @@ mod test {
// If this assert fails: These NodeIds seem to be changing when you modify TaggedValue, just update them.
assert_eq!(
ids,
vec![NodeId(12815475172301479638), NodeId(13251389748338817266), NodeId(7166921994790432021), NodeId(15318519137317483318)]
vec![NodeId(12331852515109999872), NodeId(5084548161767585362), NodeId(14635346976242256925), NodeId(16015195863711239715)]
);
}