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

version 1.2, 2001/09/17 13:19:40 version 1.3, 2001/09/22 10:54:24
Line 27  static ElemMapping    SVGElemMappingTabl Line 27  static ElemMapping    SVGElemMappingTabl
    {"script", SPACE, SVG_EL_script, L_OtherValue, FALSE},     {"script", SPACE, SVG_EL_script, L_OtherValue, FALSE},
    {"style", SPACE, SVG_EL_style__, L_OtherValue, FALSE},     {"style", SPACE, SVG_EL_style__, L_OtherValue, FALSE},
    {"svg", SPACE, SVG_EL_SVG, L_OtherValue, FALSE},     {"svg", SPACE, SVG_EL_SVG, L_OtherValue, FALSE},
      {"switch", SPACE, SVG_EL_switch, L_OtherValue, FALSE},
    {"symbol", SPACE, SVG_EL_symbol_, L_OtherValue, FALSE},     {"symbol", SPACE, SVG_EL_symbol_, L_OtherValue, FALSE},
    {"text", SPACE, SVG_EL_text_, L_OtherValue, FALSE},     {"text", SPACE, SVG_EL_text_, L_OtherValue, FALSE},
    {"title", SPACE, SVG_EL_title, L_OtherValue, FALSE},     {"title", SPACE, SVG_EL_title, L_OtherValue, FALSE},
Line 56  static AttributeMapping SVGAttributeMapp Line 57  static AttributeMapping SVGAttributeMapp
    {"points", "", 'A', SVG_ATTR_points, L_OtherValue},     {"points", "", 'A', SVG_ATTR_points, L_OtherValue},
    {"preserveAspectRatio", "", 'A', SVG_ATTR_preserveAspectRatio, L_OtherValue},     {"preserveAspectRatio", "", 'A', SVG_ATTR_preserveAspectRatio, L_OtherValue},
    {"r", "", 'A', SVG_ATTR_r, L_OtherValue},     {"r", "", 'A', SVG_ATTR_r, L_OtherValue},
      {"requiredExtensions", "", 'A', SVG_ATTR_requiredExtensions, L_OtherValue},
      {"requiredFeatures", "", 'A', SVG_ATTR_requiredFeatures, L_OtherValue},
    {"rx", "", 'A', SVG_ATTR_rx, L_OtherValue},     {"rx", "", 'A', SVG_ATTR_rx, L_OtherValue},
    {"ry", "", 'A', SVG_ATTR_ry, L_OtherValue},     {"ry", "", 'A', SVG_ATTR_ry, L_OtherValue},
    {"stroke", "", 'A', SVG_ATTR_stroke, L_OtherValue},     {"stroke", "", 'A', SVG_ATTR_stroke, L_OtherValue},
    {"stroke-width", "", 'A', SVG_ATTR_stroke_width, L_OtherValue},     {"stroke-width", "", 'A', SVG_ATTR_stroke_width, L_OtherValue},
    {"style", "", 'A', SVG_ATTR_style_, L_OtherValue},     {"style", "", 'A', SVG_ATTR_style_, L_OtherValue},
      {"systemLanguage", "", 'A', SVG_ATTR_systemLanguage, L_OtherValue},
    {"target", "", 'A', SVG_ATTR_target_, L_OtherValue},     {"target", "", 'A', SVG_ATTR_target_, 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},

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


Webmaster