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

version 1.30, 2003/10/17 17:16:36 version 1.31, 2004/09/23 14:13:46
Line 16  static ElemMapping    SVGElemMappingTabl Line 16  static ElemMapping    SVGElemMappingTabl
    {"c", SPACE, SVG_EL_TEXT_UNIT, L_OtherValue, TRUE},     {"c", SPACE, SVG_EL_TEXT_UNIT, L_OtherValue, TRUE},
    {"cdata", SPACE, SVG_EL_CDATA, L_OtherValue, FALSE},     {"cdata", SPACE, SVG_EL_CDATA, L_OtherValue, FALSE},
    {"cdata_line", SPACE, SVG_EL_CDATA_line, L_OtherValue, FALSE},     {"cdata_line", SPACE, SVG_EL_CDATA_line, L_OtherValue, FALSE},
    {"circle", SPACE, SVG_EL_circle, L_OtherValue, FALSE},     {"circle", SPACE, SVG_EL_circle_, L_OtherValue, FALSE},
    {"clipPath", SPACE, SVG_EL_clipPath, L_OtherValue, FALSE},     {"clipPath", SPACE, SVG_EL_clipPath, L_OtherValue, FALSE},
    {"color-profile", SPACE, SVG_EL_color_profile, L_OtherValue, FALSE},     {"color-profile", SPACE, SVG_EL_color_profile, L_OtherValue, FALSE},
    {"cursor", SPACE, SVG_EL_cursor, L_OtherValue, FALSE},     {"cursor", SPACE, SVG_EL_cursor, L_OtherValue, FALSE},
Line 144  static AttributeMapping SVGAttributeMapp Line 144  static AttributeMapping SVGAttributeMapp
    {"descent", "", 'A', SVG_ATTR_descent, L_OtherValue},     {"descent", "", 'A', SVG_ATTR_descent, L_OtherValue},
    {"diffuseConstant", "", 'A', SVG_ATTR_diffuseConstant, L_OtherValue},     {"diffuseConstant", "", 'A', SVG_ATTR_diffuseConstant, L_OtherValue},
    {"direction", "", 'A', SVG_ATTR_direction_, L_OtherValue},     {"direction", "", 'A', SVG_ATTR_direction_, L_OtherValue},
    {"display", "", 'A', SVG_ATTR_display, L_OtherValue},     {"display", "", 'A', SVG_ATTR_display_, L_OtherValue},
    {"divisor", "", 'A', SVG_ATTR_divisor, L_OtherValue},     {"divisor", "", 'A', SVG_ATTR_divisor, L_OtherValue},
    {"dominant-baseline", "", 'A', SVG_ATTR_dominant_baseline, L_OtherValue},     {"dominant-baseline", "", 'A', SVG_ATTR_dominant_baseline, L_OtherValue},
    {"dur", "", 'A', SVG_ATTR_dur, L_OtherValue},     {"dur", "", 'A', SVG_ATTR_dur, L_OtherValue},
Line 444  static AttrValueMapping SVGAttrValueMapp Line 444  static AttrValueMapping SVGAttrValueMapp
    {SVG_ATTR_direction_, "rtl", SVG_ATTR_direction__VAL_rtl_},     {SVG_ATTR_direction_, "rtl", SVG_ATTR_direction__VAL_rtl_},
    {SVG_ATTR_direction_, "inherit", SVG_ATTR_direction__VAL_inherit},     {SVG_ATTR_direction_, "inherit", SVG_ATTR_direction__VAL_inherit},
   
    {SVG_ATTR_display, "block", SVG_ATTR_display_VAL_block},     {SVG_ATTR_display_, "block", SVG_ATTR_display__VAL_block},
    {SVG_ATTR_display, "compact", SVG_ATTR_display_VAL_compact},     {SVG_ATTR_display_, "compact", SVG_ATTR_display__VAL_compact},
    {SVG_ATTR_display, "inherit", SVG_ATTR_display_VAL_inherit},     {SVG_ATTR_display_, "inherit", SVG_ATTR_display__VAL_inherit},
    {SVG_ATTR_display, "inline", SVG_ATTR_display_VAL_inline},     {SVG_ATTR_display_, "inline", SVG_ATTR_display__VAL_inline},
    {SVG_ATTR_display, "inline-table", SVG_ATTR_display_VAL_inline_table},     {SVG_ATTR_display_, "inline-table", SVG_ATTR_display__VAL_inline_table},
    {SVG_ATTR_display, "list-item", SVG_ATTR_display_VAL_list_item},     {SVG_ATTR_display_, "list-item", SVG_ATTR_display__VAL_list_item},
    {SVG_ATTR_display, "marker", SVG_ATTR_display_VAL_marker_},     {SVG_ATTR_display_, "marker", SVG_ATTR_display__VAL_marker_},
    {SVG_ATTR_display, "none", SVG_ATTR_display_VAL_none},     {SVG_ATTR_display_, "none", SVG_ATTR_display__VAL_none},
    {SVG_ATTR_display, "run-in", SVG_ATTR_display_VAL_run_in},     {SVG_ATTR_display_, "run-in", SVG_ATTR_display__VAL_run_in},
    {SVG_ATTR_display, "table", SVG_ATTR_display_VAL_table},     {SVG_ATTR_display_, "table", SVG_ATTR_display__VAL_table},
    {SVG_ATTR_display, "table-caption", SVG_ATTR_display_VAL_table_caption},     {SVG_ATTR_display_, "table-caption", SVG_ATTR_display__VAL_table_caption},
    {SVG_ATTR_display, "table-cell", SVG_ATTR_display_VAL_table_cell},     {SVG_ATTR_display_, "table-cell", SVG_ATTR_display__VAL_table_cell},
    {SVG_ATTR_display, "table-column", SVG_ATTR_display_VAL_table_column},     {SVG_ATTR_display_, "table-column", SVG_ATTR_display__VAL_table_column},
    {SVG_ATTR_display, "table-column-group", SVG_ATTR_display_VAL_table_column_group},     {SVG_ATTR_display_, "table-column-group", SVG_ATTR_display__VAL_table_column_group},
    {SVG_ATTR_display, "table-footer-group", SVG_ATTR_display_VAL_table_footer_group},     {SVG_ATTR_display_, "table-footer-group", SVG_ATTR_display__VAL_table_footer_group},
    {SVG_ATTR_display, "table-header-group", SVG_ATTR_display_VAL_table_header_group},     {SVG_ATTR_display_, "table-header-group", SVG_ATTR_display__VAL_table_header_group},
    {SVG_ATTR_display, "table-row", SVG_ATTR_display_VAL_table_row},     {SVG_ATTR_display_, "table-row", SVG_ATTR_display__VAL_table_row},
    {SVG_ATTR_display, "table-row-group", SVG_ATTR_display_VAL_table_row_group},     {SVG_ATTR_display_, "table-row-group", SVG_ATTR_display__VAL_table_row_group},
   
    {SVG_ATTR_dominant_baseline, "auto", SVG_ATTR_dominant_baseline_VAL_auto},     {SVG_ATTR_dominant_baseline, "auto", SVG_ATTR_dominant_baseline_VAL_auto},
    {SVG_ATTR_dominant_baseline, "autosense-script", SVG_ATTR_dominant_baseline_VAL_autosense_script},     {SVG_ATTR_dominant_baseline, "autosense-script", SVG_ATTR_dominant_baseline_VAL_autosense_script},

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


Webmaster