Index: trunk/src_plugins/lib_compat_help/pstk_help.c =================================================================== --- trunk/src_plugins/lib_compat_help/pstk_help.c (revision 14272) +++ trunk/src_plugins/lib_compat_help/pstk_help.c (revision 14273) @@ -323,8 +323,11 @@ pcb_pstk_poly_t *dst = &shape->data.poly; pcb_pstk_shape_alloc_poly(dst, 4); - shape->shape = PCB_PSSH_CIRC; + shape->shape = PCB_PSSH_POLY; + width/=2; + height/=2; + dst->x[0] = -width; dst->y[0] = -height; dst->x[1] = +width; dst->y[1] = -height; dst->x[2] = +width; dst->y[2] = +height;