The issue was that the shader `gpu_shader_gpencil_stroke_vert_no_geom.glsl` assumed a wrong format of the color attribute (`uchar4` instead of `float4`). The fix uses `vertex_fetch_attribute` with `float4`. Pull Request: https://projects.blender.org/blender/blender/pulls/129072