Index: svg.c =================================================================== --- svg.c (revision 8412) +++ svg.c (revision 8413) @@ -125,7 +125,7 @@ %end-doc */ {"outfile", "Graphics output file", - HID_String, 0, 0, {0, 0, 0}, 0, 0}, + PCB_HATT_STRING, 0, 0, {0, 0, 0}, 0, 0}, #define HA_svgfile 0 /* %start-doc options "93 SVG Options" @@ -137,7 +137,7 @@ %end-doc */ {"photo-mode", "Photo-realistic export mode", - HID_Boolean, 0, 0, {0, 0, 0}, 0, 0}, + PCB_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0}, #define HA_photo_mode 1 /* %start-doc options "93 SVG Options" @@ -149,7 +149,7 @@ %end-doc */ {"opacity", "Layer opacity", - HID_Integer, 0, 100, {100, 0, 0}, 0, 0}, + PCB_HATT_INTEGER, 0, 100, {100, 0, 0}, 0, 0}, #define HA_opacity 2 /* %start-doc options "93 SVG Options" @@ -161,7 +161,7 @@ %end-doc */ {"flip", "Flip board", - HID_Boolean, 0, 0, {0, 0, 0}, 0, 0} + PCB_HATT_BOOL, 0, 0, {0, 0, 0}, 0, 0} #define HA_flip 3 };