Diff for /Amaya/amaya/SVGnames.h between versions 1.1 and 1.2

version 1.1, 2001/09/05 14:11:34 version 1.2, 2001/09/17 13:19:40
Line 39  static AttributeMapping SVGAttributeMapp Line 39  static AttributeMapping SVGAttributeMapp
 {  {
    /* The first entry MUST be unknown_attr */     /* The first entry MUST be unknown_attr */
    /* The rest of this table MUST be in alphabetical order */     /* The rest of this table MUST be in alphabetical order */
    {"unknown_attr", "", 'A', SVG_ATTR_Invalid_attribute, L_OtherValue},     {"unknown_attr", "", 'A', SVG_ATTR_Unknown_attribute, L_OtherValue},
   
    {"class", "", 'A', SVG_ATTR_class, L_OtherValue},     {"class", "", 'A', SVG_ATTR_class, L_OtherValue},
    {"cx", "", 'A', SVG_ATTR_cx, L_OtherValue},     {"cx", "", 'A', SVG_ATTR_cx, L_OtherValue},

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster