|
|
|
|
|
by GuB-42
825 days ago
|
|
Why make so many fields required? Node: only id, x, y would be necessary. This would allow for point nodes. We could even imagine letting go of x and y to signify that the position of the node is not fixed and could be recomputed in real time by the program. Even ids could be optional, why require them if they are not referenced? An added bonus of having point nodes is that you get freehand drawings for free: every stroke is a series of connected dots. Maybe it is an anti-feature though, depending on your vision. |
|