Diff for /Amaya/amaya/SVGnames.h between versions 1.25 and 1.26

version 1.25, 2003/01/13 09:50:43 version 1.26, 2003/02/17 08:03:37
Line 103  static AttributeMapping SVGAttributeMapp Line 103  static AttributeMapping SVGAttributeMapp
    {"onbegin", "", 'A', SVG_ATTR_onbegin, L_OtherValue},     {"onbegin", "", 'A', SVG_ATTR_onbegin, L_OtherValue},
    {"onend", "", 'A', SVG_ATTR_onend, L_OtherValue},     {"onend", "", 'A', SVG_ATTR_onend, L_OtherValue},
    {"onrepeat", "", 'A', SVG_ATTR_onrepeat, L_OtherValue},     {"onrepeat", "", 'A', SVG_ATTR_onrepeat, L_OtherValue},
    {"opacity", "", 'A', SVG_ATTR_opacity, L_OtherValue},     {"opacity", "", 'A', SVG_ATTR_opacity_, L_OtherValue},
    {"origin", "", 'A', SVG_ATTR_origin, L_OtherValue},     {"origin", "", 'A', SVG_ATTR_origin, L_OtherValue},
    {"path", "", 'A', SVG_ATTR_path_, L_OtherValue},     {"path", "", 'A', SVG_ATTR_path_, L_OtherValue},
    {"pathLength", "", 'A', SVG_ATTR_pathLength, L_OtherValue},     {"pathLength", "", 'A', SVG_ATTR_pathLength, L_OtherValue},

Removed from v.1.25  
changed lines
  Added in v.1.26


Webmaster