(vtk.js) Looking for a way to add always-front-facing text that maps to an underlying image

Hi @mattbrook ,
possibly you need to divide xy[0] and xy[1] by window.devicePixelRatio. At least for me, this helped fixing problems with offset labels. See also Label widget example offset on windows 10 · Issue #1179 · Kitware/vtk-js · GitHub .