Diff for /Amaya/amaya/SVG.S between versions 1.48 and 1.49

version 1.48, 2004/09/27 15:47:23 version 1.49, 2005/05/02 13:44:39
Line 12  ATTR Line 12  ATTR
    {stdAttrs}     {stdAttrs}
    id = text;     id = text;
    xml_base = text;     xml_base = text;
      xmlid = Text;                { xml:id }
    xml_space = xml_space_default, xml_space_preserve;     xml_space = xml_space_default, xml_space_preserve;
   
    { attributes for internal processing }     { attributes for internal processing }
Line 23  ATTR Line 23  ATTR
                               current selection in the source view }                                current selection in the source view }
    Namespace = text;        { for children of element foreignObject }     Namespace = text;        { for children of element foreignObject }
   
   
 CONST  CONST
   
    C_Empty = ' ';     C_Empty = ' ';
Line 2512  EXCEPT Line 2513  EXCEPT
    XMLcomment:          ReturnCreateNL, NoReplicate;     XMLcomment:          ReturnCreateNL, NoReplicate;
   
    { exceptions for attributes }     { exceptions for attributes }
    id:                  CssId;     id:                  CssId; {Default id attribute}
    class:               CssClass;     class:               CssClass;
    PseudoClass:         Invisible, CssPseudoClass;     PseudoClass:         Invisible, CssPseudoClass;
    Unknown_attribute:   Invisible;     Unknown_attribute:   Invisible;
Line 2661  EXCEPT Line 2662  EXCEPT
    strikethrough_thickness:     Invisible;     strikethrough_thickness:     Invisible;
    overline_position:   Invisible;     overline_position:   Invisible;
    overline_thickness:  Invisible;     overline_thickness:  Invisible;
    xml_space:      SpacePreserve;     xml_space:           SpacePreserve;
 END  END

Removed from v.1.48  
changed lines
  Added in v.1.49


Webmaster