/[gzz]/gzz/gzz/modules/pp2/PPCanvasNode.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp2/PPCanvasNode.java

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

revision 1.13 by mudyc, Wed Feb 12 10:57:44 2003 UTC revision 1.14 by tjl, Wed Feb 12 14:49:09 2003 UTC
# Line 97  private static final String rcsid = "$Id Line 97  private static final String rcsid = "$Id
97          int[] pan = getCoords(c);          int[] pan = getCoords(c);
98          final int c2fCS =          final int c2fCS =
99              vs.coords.ortho(0, 0,  -pan[0]*buoyZoom, -pan[1]*buoyZoom, buoyZoom, buoyZoom);              vs.coords.ortho(0, 0,  -pan[0]*buoyZoom, -pan[1]*buoyZoom, buoyZoom, buoyZoom);
100            final int c2fCSInv =
101                vs.coords.ortho(0, 0,  pan[0], pan[1], 1/buoyZoom, 1/buoyZoom);
102          vs.matcher.add(into, c2fCS, "C2F");          vs.matcher.add(into, c2fCS, "C2F");
103            vs.matcher.add(into, c2fCS, "C2FINV");
104    
105          SinglePaper.i(space, d,win,c).render(vs, into, c2fCS, null);          SinglePaper.i(space, d,win,c).render(vs, into, c2fCS, c2fCSInv, null);
106          return into;          return into;
107      }      }
108    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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