/[fenfire]/fenfire/org/fenfire/view/lava/mindMapView2D.py
ViewVC logotype

Diff of /fenfire/org/fenfire/view/lava/mindMapView2D.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54 by humppake, Thu Aug 28 09:30:27 2003 UTC revision 1.55 by humppake, Thu Aug 28 09:39:51 2003 UTC
# Line 119  class MindMapMainNode2D(ff.view.buoy.Mai Line 119  class MindMapMainNode2D(ff.view.buoy.Mai
119          x = r * Math.cos(angle) + x0          x = r * Math.cos(angle) + x0
120          y = -r * Math.sin(angle) + y0          y = -r * Math.sin(angle) + y0
121                    
122          cs = vs.orthoBoxCS(into, "PRE_"+node, -100, x-bx/2,y-by/2, 1,1, bx,by)          cs = vs.orthoBoxCS(into, node+"_FILLET", -100, x-bx/2,y-by/2, 1,1, bx,by)
123          return cs          return cs
124    
125      def place(self, vs, node, into):      def place(self, vs, node, into):

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26