Code
set(uniqname, azimuthline);
addhotspot(get(uniqname));
set(hotspot[get(uniqname)].point[0], ath = get(hpos), atv = (image.vfov/2));
set(hotspot[get(uniqname)].point[1], ath = get(hpos), atv = (-image.vfov/2));
When adding a polyline hotspot like shown above, the resulting line is drawn in the wrong place, with some vertical offset. The code worked fine in 1.21. It is broken as well if using JS code.