magilus / jsdot

Automatically exported from code.google.com/p/jsdot
0 stars 0 forks source link

graph svg bigger than container #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The svg may be allowed to be bigger than the container by giving it fixed 
dimensions and setting 'overflow: auto' on the container.
The should also be made to scroll automatically when dragging something.

Still it would be interesting to have zoom and pan abilities implemented using 
svg transformations.

Original issue reported on code.google.com by silh...@gmail.com on 25 Aug 2010 at 4:19

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r248.

This still doesn't work when a node has negative coordinates, making the svg
overflow from the top-left corner of the container.

New issue
Summary: Layout.Center grows svg size instead of scaling
Labels: Type-Defect Priority-Medium
The 'center' layout doesn't scale anymore, since it uses the svg container size
as a constraint, but now the container is allowed to grow.

Original comment by silh...@gmail.com on 11 Sep 2010 at 11:35