Diff for /Amaya/amaya/SVG.S between versions 1.26 and 1.27

version 1.26, 2002/08/30 13:47:59 version 1.27, 2002/10/10 07:15:42
Line 48  STRUCT Line 48  STRUCT
               viewBox = text;                viewBox = text;
               version = text;                version = text;
               x = text;                x = text;
               y = text;                y = text; 
               width_ = text;                width_ = text;
               height_ = text;                height_ = text;
                 opacity = text; 
               RealLang = Yes_;                RealLang = Yes_;
               Charset = text)                Charset = text)
         = LIST OF (GraphicsElement) + (XMLcomment, XMLPI, CDATA,          = LIST OF (GraphicsElement) + (XMLcomment, XMLPI, CDATA,
Line 60  STRUCT Line 61  STRUCT
         (ATTR requiredFeatures; requiredExtensions; systemLanguage;          (ATTR requiredFeatures; requiredExtensions; systemLanguage;
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
                 opacity; 
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               direction_; text_anchor; text_decoration; unicode_bidi;                direction_; text_anchor; text_decoration; unicode_bidi;
               transform = text)                transform = text)
Line 93  STRUCT Line 95  STRUCT
         (ATTR xlink_href = text;          (ATTR xlink_href = text;
               requiredFeatures; requiredExtensions; systemLanguage;                requiredFeatures; requiredExtensions; systemLanguage;
               externalResourcesRequired;                externalResourcesRequired;
               fill; stroke; stroke_width;                opacity; fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               direction_; text_anchor; text_decoration; unicode_bidi;                direction_; text_anchor; text_decoration; unicode_bidi;
               transform;                transform;
Line 117  STRUCT Line 119  STRUCT
               x;                 x; 
               y;                y;
               width_;                width_;
               height_)                height_;
                 opacity)          
         = AGGREGATE          = AGGREGATE
               desc; ? title; ? metadata;                desc; ? title; ? metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 153  STRUCT Line 156  STRUCT
    path     path
         (ATTR requiredFeatures; requiredExtensions; systemLanguage;          (ATTR requiredFeatures; requiredExtensions; systemLanguage;
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                opacity; fill; stroke; stroke_width;
               transform;                transform;
               d = text;                d = text;
               pathLength = text)                pathLength = text)
Line 174  STRUCT Line 177  STRUCT
               y;                y;
               width_;                width_;
               height_;                height_;
                 opacity;
               rx = text;                rx = text;
               ry = text)                ry = text)
         = AGGREGATE          = AGGREGATE
Line 189  STRUCT Line 193  STRUCT
               transform;                transform;
               cx = text;                cx = text;
               cy = text;                cy = text;
               r = text)                r = text;
                 opacity)
         = AGGREGATE          = AGGREGATE
               desc; title; metadata;                desc; title; metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 204  STRUCT Line 209  STRUCT
               cx;                cx;
               cy;                cy;
               rx;                rx;
               ry)                ry;
                 opacity)
         = AGGREGATE          = AGGREGATE
               desc; title; metadata;                desc; title; metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 219  STRUCT Line 225  STRUCT
               x1 = text;                x1 = text;
               y1 = text;                y1 = text;
               x2 = text;                x2 = text;
               y2 = text)                y2 = text;
                 opacity)
         = AGGREGATE          = AGGREGATE
               desc; title; metadata;                desc; title; metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 231  STRUCT Line 238  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               transform;                transform;
               points = text)                points = text;
                 opacity)
         = AGGREGATE          = AGGREGATE
               desc; title; metadata;                desc; title; metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 243  STRUCT Line 251  STRUCT
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                fill; stroke; stroke_width;
               transform;                transform;
               points)                points;
                 opacity)
         = AGGREGATE          = AGGREGATE
               desc; title; metadata;                desc; title; metadata;
               LIST OF (Anim);                LIST OF (Anim);
Line 263  STRUCT Line 272  STRUCT
               x;                x;
               y;                y;
               dx = text;                dx = text;
               dy = text)                dy = text;
                 opacity)
         = LIST OF (CASE OF          = LIST OF (CASE OF
                    TEXT; desc; title; metadata;                     TEXT; desc; title; metadata;
                    tspan; tref; a;                     tspan; tref; a;
Line 281  STRUCT Line 291  STRUCT
               x;                x;
               y;                y;
               dx;                dx;
               dy)                dy;
                 opacity)
         = LIST OF (SpanElement = CASE OF          = LIST OF (SpanElement = CASE OF
                       TEXT;                        TEXT;
                       desc; title; metadata;                        desc; title; metadata;
Line 301  STRUCT Line 312  STRUCT
               x;                x;
               y;                y;
               dx;                dx;
               dy)                dy;
                 opacity)
         = LIST OF (CASE OF          = LIST OF (CASE OF
                    desc; title; metadata;                     desc; title; metadata;
                    animate; set_; animateColor;                     animate; set_; animateColor;
Line 537  STRUCT Line 549  STRUCT
    foreignObject  { not in SVG Tiny }     foreignObject  { not in SVG Tiny }
         (ATTR requiredFeatures; requiredExtensions; systemLanguage;          (ATTR requiredFeatures; requiredExtensions; systemLanguage;
               externalResourcesRequired;                 externalResourcesRequired; 
               fill; stroke; stroke_width;                opacity; fill; stroke; stroke_width;
               font_family; font_size; font_style; font_variant; font_weight;                font_family; font_size; font_style; font_variant; font_weight;
               direction_; text_anchor; text_decoration; unicode_bidi;                direction_; text_anchor; text_decoration; unicode_bidi;
               transform;                transform;
Line 556  STRUCT Line 568  STRUCT
   Timeline_cross    Timeline_cross
         (ATTR x;           (ATTR x; 
               y;                y;
           opacity; 
           width_;            width_;
           height_)            height_)
         = PICTURE;          = PICTURE;

Removed from v.1.26  
changed lines
  Added in v.1.27


Webmaster