Diff for /Amaya/amaya/SVG.S between versions 1.65 and 1.66

version 1.65, 2009/04/23 09:51:17 version 1.66, 2009/04/29 16:04:39
Line 2480  EXCEPT Line 2480  EXCEPT
    rect:          MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     rect:          MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;
    circle_:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     circle_:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;
    ellipse:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     ellipse:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;
    line_:         MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic;     line_:         MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UseMarkers;
    polyline:      MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     polyline:      MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer, UseMarkers;
    polygon:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     polygon:       MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer, UseMarkers;
    path:                MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer;     path:                MoveResize, HighlightChildren, NoShowBox, NoCreate, EmptyGraphic, UsePaintServer, UseMarkers;
    text_:         MoveResize, NoResize, NoShowBox, ReturnCreateWithin,     text_:         MoveResize, NoResize, NoShowBox, ReturnCreateWithin,
                         NoCreate, UsePaintServer;                          NoCreate, UsePaintServer;
    tspan:                NoShowBox, UsePaintServer;      tspan:                NoShowBox, UsePaintServer; 

Removed from v.1.65  
changed lines
  Added in v.1.66


Webmaster