maxrects-packer icon indicating copy to clipboard operation
maxrects-packer copied to clipboard

Example broken

Open ErikSom opened this issue 4 years ago • 1 comments

The main example has this invalid object in the input: {width: 2000, height: 2000, name: "oversized background", {frameWidth: 500, frameHeight: 500}},

ErikSom avatar Feb 02 '21 19:02 ErikSom

Looks like any name is accepted, though, I'm not 100% sure: {width: 2000, height: 2000, name: "oversized background", some_invalid_name: {frameWidth: 500, frameHeight: 500}},

SchrodingersCpp avatar Apr 10 '25 13:04 SchrodingersCpp