abcjs icon indicating copy to clipboard operation
abcjs copied to clipboard

Flags not aligned with stem when stem is pointing down

Open nudopnu opened this issue 2 years ago • 2 comments

There might be an issue with the x-positioning of flags on stems which are pointing down. I don't think these are floating-point precision issues since the positioning works very well on stems pointing up. image Minimal example to reproduce:

X:1
a

nudopnu avatar Oct 28 '22 16:10 nudopnu

What computer and browser are you on? Is there anything else unusual about your setup? Like, do you have the browser zoom level not at 100%?

paulrosen avatar Oct 28 '22 20:10 paulrosen

Ah yes, sort of. I am rendering using responsive: 'resize' inside a container whose scale transform I am manipulating to enable some sort of zooming (using Google Chrome, Win10, 1920x1080 resolution). So this might be a neglectable edge case.

I just noticed the difference in behaviour between flags pointing up or down when zooming in. I am also noticing this on your sightreadingfactory project (though less noticable) when using 300% in the settings (no additional browser zooming): image

nudopnu avatar Oct 29 '22 11:10 nudopnu