When drawing strokes in Grease Pencil, some (custom) attribute values stayed uninitialized. This was due to a tiny bug in the Draw operator initializing only some attribute values of newly drawn stroke points to their default value and not all of them. This PR fixes that. Pull Request: https://projects.blender.org/blender/blender/pulls/133216