Index: trunk/src/plugins/io_easyeda/read_hi_pro.c =================================================================== --- trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10640) +++ trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10641) @@ -595,7 +595,7 @@ GET_ARG_DBL(w, obj, 5, "easypro_parse_obj: coord x", return -1); GET_ARG_DBL(h, obj, 6, "easypro_parse_obj: coord x", return -1); - easyeda_mkimage_sym(ctx, parent, obj, x, y, w, h); + easyeda_mkimage_sym(ctx, parent, obj, x, y-h, w, h); return 0; }