DontShootMe

Results 4 comments of DontShootMe

here is a [fiddle](https://jsfiddle.net/606b8ry0/3/) (click to resize , and over the first div ) with two problem : The first one is related to the bad formating of `transform()` attribute....

yes it would be the expected behaviour. In the demo everything is fixed by code, not any auto-sizing. I can auto-resize the shapes using the ( backbone.model ) element.resize. But...

@DavidDurman > The UML shapes are not auto-sizing based on the text inside mmm... ??? are you sure ? let me ask you : from [joint.shapes.uml.Class = joint.shapes.basic.Generic.extend](https://github.com/clientIO/joint/blob/master/plugins/joint.shapes.uml.js#L61) we have...

Why when i call `this.resize` from joint.shapes.uml.ClassView nothing happend ? But if, instead, i call `this.model.resize()` the shape is resized ? I thought that the model handles the size and...