Diff for /Amaya/amaya/SVG.S between versions 1.11 and 1.12

version 1.11, 2001/12/17 08:40:19 version 1.12, 2002/01/15 13:20:56
Line 311  STRUCT Line 311  STRUCT
   
 { Scripting }  { Scripting }
   
    script  { not in SVG Tiny }     script_  { not in SVG Tiny }
         (ATTR externalResourcesRequired;          (ATTR externalResourcesRequired;
               type)                type)
         = TEXT;          = TEXT;
Line 403  STRUCT Line 403  STRUCT
               defs;                defs;
               path; text_; rect; circle; ellipse; line_; polyline; polygon;                path; text_; rect; circle; ellipse; line_; polyline; polygon;
               use_; image; SVG; g; switch; a;                use_; image; SVG; g; switch; a;
               script; style__; symbol_;                script_; style__; symbol_;
               XLink;                XLink;
               END;                END;
   
Line 448  EXCEPT Line 448  EXCEPT
                         NoCreate;                          NoCreate;
    a:                   NoMove, NoResize, HighlightChildren, NoShowBox,     a:                   NoMove, NoResize, HighlightChildren, NoShowBox,
                         NoCreate;                          NoCreate;
    script:              NoMove, NoResize, NoShowBox, NoCreate;     script_:             NoMove, NoResize, NoShowBox, NoCreate;
    style__:             NoMove, NoResize, NoShowBox, NoCreate;     style__:             NoMove, NoResize, NoShowBox, NoCreate;
    switch:              NoMove, NoResize, NoShowBox, NoCreate;     switch:              NoMove, NoResize, NoShowBox, NoCreate;
    foreignObject:       MoveResize, HighlightChildren, NoCreate;     foreignObject:       MoveResize, HighlightChildren, NoCreate;

Removed from v.1.11  
changed lines
  Added in v.1.12


Webmaster