Diff for /Amaya/amaya/SVG.S between versions 1.13 and 1.14

version 1.13, 2002/01/21 14:00:12 version 1.14, 2002/01/23 18:21:15
Line 41  STRUCT Line 41  STRUCT
               font_variant = normal_, small_caps, inherit;                font_variant = normal_, small_caps, inherit;
               font_weight = normal_, bold_, bolder, lighter, w100, w200, w300,                font_weight = normal_, bold_, bolder, lighter, w100, w200, w300,
                             w400, w500, w600, w700, w800, w900, inherit;                              w400, w500, w600, w700, w800, w900, inherit;
                 direction_ = ltr_, rtl_, inherit; 
               text_decoration = text;                text_decoration = text;
                 unicode_bidi = normal_, embed_, bidi_override, inherit;
               viewBox = text;                viewBox = text;
               x = text;                x = text;
               y = text;                y = text;
Line 49  STRUCT Line 51  STRUCT
               height_ = text;                height_ = text;
               RealLang = Yes_;                RealLang = Yes_;
               Charset = text)                Charset = text)
         = LIST OF (GraphicsElement) + (XMLcomment, XMLPI, CDATA, Unknown_namespace);          = LIST OF (GraphicsElement) + (XMLcomment, XMLPI, CDATA,
                                          Unknown_namespace);
   
    desc = TEXT;     desc = TEXT;
                   
Line 62  STRUCT Line 65  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform = text)                transform = text)
         = LIST OF (GraphicsElement);          = LIST OF (GraphicsElement);
   
Line 71  STRUCT Line 74  STRUCT
               externalResourcesRequired;                externalResourcesRequired;
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform;                transform;
               { graphicsElementEvents })                { graphicsElementEvents })
         = LIST OF (GraphicsElement);          = LIST OF (GraphicsElement);
   
      symbol_  { not in SVG Tiny }
           (ATTR externalResourcesRequired;
                 fill; stroke; stroke_width;
                 font_family; font_size; font_style; font_variant; font_weight;
                 direction_; text_decoration; unicode_bidi;
                 viewBox;
                 preserveAspectRatio = text; 
                 { graphicsElementEvents })
           = LIST OF (GraphicsElement);
   
    use_  { not in SVG Tiny }     use_  { not in SVG Tiny }
         (ATTR xlink_href = text;          (ATTR xlink_href = text;
               requiredFeatures; requiredExtensions; systemLanguage;                requiredFeatures; requiredExtensions; systemLanguage;
               externalResourcesRequired;                externalResourcesRequired;
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform;                transform;
               { graphicsElementEvents }                { graphicsElementEvents }
               x;                 x; 
Line 93  STRUCT Line 106  STRUCT
               desc; title; metadata;                desc; title; metadata;
               END;                END;
                   
    symbol_  { not in SVG Tiny }  
         (ATTR externalResourcesRequired;  
               fill; stroke; stroke_width;  
               font_family; font_size; font_style; font_variant; font_weight;  
               text_decoration;  
               viewBox;  
               preserveAspectRatio = text;   
               { graphicsElementEvents })  
         = LIST OF (GraphicsElement);  
   
 { Images }  { Images }
   
    image     image
Line 128  STRUCT Line 131  STRUCT
               { PresentationAttributes-All }                { PresentationAttributes-All }
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform;                transform;
               { graphicsElementEvents })                { graphicsElementEvents })
         = LIST OF (CASE OF          = LIST OF (CASE OF
                       GraphicsElement; foreignObject;                        GraphicsElement; foreignObject;
                       END);                        END);
   
 { Hyperlinking }  
   
    a  
         (ATTR xlink_href;  
               requiredFeatures; requiredExtensions; systemLanguage;  
               externalResourcesRequired;  
               fill; stroke; stroke_width;  
               font_family; font_size; font_style; font_variant; font_weight;  
               text_decoration;  
               transform;  
               { graphicsElementEvents }  
               target_ = text)  
         = LIST OF (CASE OF  
                       GraphicsElement; TextComponent;  
                       END);  
   
 { Styling }  { Styling }
   
    style__  { not in SVG Tiny }     style__  { not in SVG Tiny }
Line 259  STRUCT Line 246  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform;                transform;
               x;                x;
               y;                y;
Line 272  STRUCT Line 259  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               x;                x;
               y;                y;
               dx;                dx;
Line 309  STRUCT Line 296  STRUCT
    { feTile }     { feTile }
    { feTurbulence }     { feTurbulence }
   
   { Interactivity }
   
      { cursor }
   
   { Linking }
   
      a
           (ATTR xlink_href;
                 requiredFeatures; requiredExtensions; systemLanguage;
                 externalResourcesRequired;
                 fill; stroke; stroke_width;
                 font_family; font_size; font_style; font_variant; font_weight;
                 direction_; text_decoration; unicode_bidi;
                 transform;
                 { graphicsElementEvents }
                 target_ = text)
           = LIST OF (CASE OF
                         GraphicsElement; TextComponent;
                         END);
   
 { Scripting }  { Scripting }
   
    script_  { not in SVG Tiny }     script_  { not in SVG Tiny }
Line 341  STRUCT Line 348  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               text_decoration;                direction_; text_decoration; unicode_bidi;
               transform;                transform;
               x;                 x; 
               y;                y;
Line 374  STRUCT Line 381  STRUCT
   
    { pattern }     { pattern }
   
 { Cursors }  
   
    { cursor }  
   
 { Views }  { Views }
   
    { view }     { view }

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


Webmaster