d2/d2layouts
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
..
d2dagrelayout Fixes issues with special chars in dagre ids 2022-12-06 13:44:59 -08:00
d2elklayout fix label and icon being placed over each other in dagre/elk 2022-12-03 16:30:44 -08:00
d2sequence fix builds on 32bit systems 2022-12-07 10:55:46 -05:00