Diff for /Amaya/amaya/SVGnames.h between versions 1.4 and 1.5

version 1.4, 2001/11/02 12:44:24 version 1.5, 2001/11/09 15:03:57
Line 71  static AttributeMapping SVGAttributeMapp Line 71  static AttributeMapping SVGAttributeMapp
    {"style", "", 'A', SVG_ATTR_style_, L_OtherValue},     {"style", "", 'A', SVG_ATTR_style_, L_OtherValue},
    {"systemLanguage", "", 'A', SVG_ATTR_systemLanguage, L_OtherValue},     {"systemLanguage", "", 'A', SVG_ATTR_systemLanguage, L_OtherValue},
    {"target", "", 'A', SVG_ATTR_target_, L_OtherValue},     {"target", "", 'A', SVG_ATTR_target_, L_OtherValue},
      {"text-decoration", "", 'A', SVG_ATTR_text_decoration, L_OtherValue},
    {"title", "", 'A', SVG_ATTR_title_, L_OtherValue},     {"title", "", 'A', SVG_ATTR_title_, L_OtherValue},
    {"transform", "", 'A', SVG_ATTR_transform, L_OtherValue},     {"transform", "", 'A', SVG_ATTR_transform, L_OtherValue},
    {"type", "", 'A', SVG_ATTR_type, L_OtherValue},     {"type", "", 'A', SVG_ATTR_type, L_OtherValue},

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster