d2/d2layouts/d2sequence
Toyam Cox a1b192723f
fix builds on 32bit systems
@alixander says: This is the highest number we go to:

```
d2/lib/imgbundler/imgbundler.go
Line 25 in 3f62eed
 const maxImageSize int64 = 1 << 25 // 33_554_432
```

This is several shy of 64 bits, and even shy of 32 bits, so let's just
choose 32 bits.
2022-12-07 10:55:46 -05:00
..
constants.go Merge branch 'master' into actors-distance 2022-12-05 13:13:30 -08:00
layout.go fix empty sequence panic 2022-12-05 14:51:01 -08:00
layout_test.go Update tests 2022-12-05 10:33:46 -08:00
sequence_diagram.go fix builds on 32bit systems 2022-12-07 10:55:46 -05:00