Diff for /Amaya/amaya/SVG.S between versions 1.17 and 1.18

version 1.17, 2002/03/28 17:25:36 version 1.18, 2002/04/12 15:21:27
Line 362  STRUCT Line 362  STRUCT
   
 { Clipping }  { Clipping }
   
    { clipPath }     clipPath
           (ATTR requiredFeatures; requiredExtensions; systemLanguage;
                 externalResourcesRequired;
                 fill; stroke; stroke_width;
                 font_family; font_size; font_style; font_variant; font_weight;
                 direction_; text_anchor; text_decoration; unicode_bidi;
                 transform;
                 clipPathUnits = userSpaceOnUse, objectBoundingBox;)
           = BEGIN
             descTitleMetadata = AGGREGATE desc; title; metadata; END;
             clipPathContent = LIST OF (CASE OF path; text_; rect; circle;
                                 ellipse; line; polyline; polygon; use_; END);
             END;
   
 { Masking }  { Masking }
   
Line 403  STRUCT Line 415  STRUCT
   
    GraphicsElement     GraphicsElement
         = CASE OF          = CASE OF
               desc; title; metadata;                desc; title; metadata; 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_; clipPath;
               XLink;                XLink;
               END;                END;
   
Line 463  EXCEPT Line 474  EXCEPT
    PICTURE:             NoMove, NoResize, SelectParent;     PICTURE:             NoMove, NoResize, SelectParent;
    TEXT:                NoMove, NoResize;     TEXT:                NoMove, NoResize;
    Unknown_namespace:   NoCreate;     Unknown_namespace:   NoCreate;
      descTitleMetadata:   Hidden;
      clipPathContent:     Hidden;
      XMLcomment_line:     Hidden;
      XMLPI_line:          Hidden;
      DOCTYPE:             NoCut;
      DOCTYPE_line:        Hidden, NoCut;
      CDATA_line:          Hidden;
   
    id:                  CssId;     id:                  CssId;
    class:               CssClass;     class:               CssClass;
Line 474  EXCEPT Line 492  EXCEPT
    IntEmptyShape:       Invisible;     IntEmptyShape:       Invisible;
    RealLang:            Invisible;     RealLang:            Invisible;
    Charset:             Invisible;     Charset:             Invisible;
    XMLcomment_line:     Hidden;  
    XMLPI_line:          Hidden;  
    DOCTYPE:             NoCut;  
    DOCTYPE_line:        Hidden, NoCut;  
    CDATA_line:          Hidden;  
   
 END  END

Removed from v.1.17  
changed lines
  Added in v.1.18


Webmaster