Diff for /Amaya/amaya/SVGnames.h between versions 1.10 and 1.11

version 1.10, 2002/01/21 14:00:12 version 1.11, 2002/01/23 18:21:15
Line 50  static AttributeMapping SVGAttributeMapp Line 50  static AttributeMapping SVGAttributeMapp
    {"cx", "", 'A', SVG_ATTR_cx, L_OtherValue},     {"cx", "", 'A', SVG_ATTR_cx, L_OtherValue},
    {"cy", "", 'A', SVG_ATTR_cy, L_OtherValue},     {"cy", "", 'A', SVG_ATTR_cy, L_OtherValue},
    {"d", "", 'A', SVG_ATTR_d, L_OtherValue},     {"d", "", 'A', SVG_ATTR_d, L_OtherValue},
      {"direction", "", 'A', SVG_ATTR_direction_, L_OtherValue},
    {"dx", "", 'A', SVG_ATTR_dx, L_OtherValue},     {"dx", "", 'A', SVG_ATTR_dx, L_OtherValue},
    {"dy", "", 'A', SVG_ATTR_dy, L_OtherValue},     {"dy", "", 'A', SVG_ATTR_dy, L_OtherValue},
    {"externalResourcesRequired", "", 'A', SVG_ATTR_externalResourcesRequired, L_OtherValue},     {"externalResourcesRequired", "", 'A', SVG_ATTR_externalResourcesRequired, L_OtherValue},
Line 80  static AttributeMapping SVGAttributeMapp Line 81  static AttributeMapping SVGAttributeMapp
    {"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},
      {"unicode-bidi", "", 'A', SVG_ATTR_unicode_bidi, L_OtherValue},
    {"viewBox", "", 'A', SVG_ATTR_viewBox, L_OtherValue},     {"viewBox", "", 'A', SVG_ATTR_viewBox, L_OtherValue},
    {"width", "", 'A', SVG_ATTR_width_, L_OtherValue},     {"width", "", 'A', SVG_ATTR_width_, L_OtherValue},
    {"x", "", 'A', SVG_ATTR_x, L_OtherValue},     {"x", "", 'A', SVG_ATTR_x, L_OtherValue},

Removed from v.1.10  
changed lines
  Added in v.1.11


Webmaster