The `double inittime` attribute on strokes is truncated to a `uint32_t` range. This wasn't done explicitly and the code only did a cast. The `double` should be clamped to a legal `uint32_t` value before casting it. Pull Request: https://projects.blender.org/blender/blender/pulls/131625