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

version 1.3, 2001/09/22 10:54:24 version 1.4, 2001/11/02 12:44:24
Line 50  static AttributeMapping SVGAttributeMapp Line 50  static AttributeMapping SVGAttributeMapp
    {"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},
    {"fill", "", 'A', SVG_ATTR_fill, L_OtherValue},     {"fill", "", 'A', SVG_ATTR_fill, L_OtherValue},
      {"font-family", "", 'A', SVG_ATTR_font_family, L_OtherValue},
      {"font-size", "", 'A', SVG_ATTR_font_size, L_OtherValue},
      {"font-style", "", 'A', SVG_ATTR_font_style, L_OtherValue},
      {"font-variant", "", 'A', SVG_ATTR_font_variant, L_OtherValue},
      {"font-weight", "", 'A', SVG_ATTR_font_weight, L_OtherValue},
    {"height", "", 'A', SVG_ATTR_height_, L_OtherValue},     {"height", "", 'A', SVG_ATTR_height_, L_OtherValue},
    {"id", "", 'A', SVG_ATTR_id, L_OtherValue},     {"id", "", 'A', SVG_ATTR_id, L_OtherValue},
    {"media", "", 'A', SVG_ATTR_media, L_OtherValue},     {"media", "", 'A', SVG_ATTR_media, L_OtherValue},

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


Webmaster