A proven SVG-based JavaScript diagramming library powering exceptional UIs
Mozilla Public License 2.0
4.73k
stars
853
forks
source link
fix(dia.ElementView): prevent exception when position or size is not … #2713
Closed
kumilingus closed 3 months ago
Description
Prevents exceptions if position or size is not defined on the model.
This can happen if you define a class and override the JointJS
defaults()
without extending them.