Open GoogleCodeExporter opened 9 years ago
Problem found !
For each arrow/link you are drawing your recreate a new canvas of the same size
as the original.
For example, if you create a 2000x2000 controller and add 3 labels with two
links, your webapp will have in memory 3 canvas of the same size (2000x2000).
You should use the original canvas that is created as the DiagramController
instantiation, and draw link/arrow directly on this one.
Original comment by brendan....@gmail.com
on 9 May 2012 at 12:31
Original issue reported on code.google.com by
brendan....@gmail.com
on 8 May 2012 at 10:44