VDS Team removed 2x and replaced with 3x in the spec.

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-04-17 16:24:03 -05:00
parent 70bc766c41
commit 185912467e

View File

@ -112,8 +112,8 @@ extension VDS.TileContainer.Padding: Codable {
do {
let type = try container.decode(String.self)
switch type {
case "padding2X":
self = .padding2X
case "padding3X":
self = .padding3X
case "padding4X":
self = .padding4X
case "padding6X":