Diff for /Amaya/amaya/SVGnames.h between versions 1.31 and 1.32

version 1.31, 2004/09/23 14:13:46 version 1.32, 2005/05/02 13:44:39
Line 377  static AttributeMapping SVGAttributeMapp Line 377  static AttributeMapping SVGAttributeMapp
    {"xlink:title", "", 'A', SVG_ATTR_xlink_title, L_OtherValue},     {"xlink:title", "", 'A', SVG_ATTR_xlink_title, L_OtherValue},
    {"xlink:type", "", 'A', SVG_ATTR_xlink_type, L_OtherValue},     {"xlink:type", "", 'A', SVG_ATTR_xlink_type, L_OtherValue},
    {"xml:base", "", 'A', SVG_ATTR_xml_base, L_OtherValue},     {"xml:base", "", 'A', SVG_ATTR_xml_base, L_OtherValue},
      {"xml:id", "", 'A', SVG_ATTR_xmlid, L_OtherValue},
    {"xml:space", "", 'A', SVG_ATTR_xml_space, L_OtherValue},     {"xml:space", "", 'A', SVG_ATTR_xml_space, L_OtherValue},
    {"y", "", 'A', SVG_ATTR_y, L_OtherValue},     {"y", "", 'A', SVG_ATTR_y, L_OtherValue},
    {"y1", "", 'A', SVG_ATTR_y1, L_OtherValue},     {"y1", "", 'A', SVG_ATTR_y1, L_OtherValue},

Removed from v.1.31  
changed lines
  Added in v.1.32


Webmaster