ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Proportional Resizing of Shapes #357

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to define, that shapes or parts of them can only be
resize proportionally. An example is the SVGCircleElement used in the petri
nets stencil set. 

You can resize a place by changing the bounds of it like usually. The
diameter of the circle is always taken from the smaller side of the bounds.
Now image you have wider than higher bounds. The result is a small circle
in middle of the bounds.

Now there are two major problems: 
First, the circle is not only resized, but also shifted. (fig1)
Second, it is not possible to select the shape by pulling an area around
the visible shape, because the bounds are much larger.

Original issue reported on code.google.com by sven.wag...@gmail.com on 11 Feb 2009 at 2:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 11 Feb 2009 at 3:02