benjarobin commented on issue #21647:
URL: https://github.com/apache/echarts/issues/21647#issuecomment-4701694908

   I have additional findings:
    - This is not related to the font, I can force a specific font, and I can 
still reproduce the same issue.
    - But this depends on the "screen" when the page is loaded... If the window 
is moved between the screen, the layout does not change. The layout is computed 
when the page is first loaded, and it is not the same depending of the "screen".
      - I am under Linux with Wayland (KDE)
      - With a screen "A" of 1920x1080 with a scaling factor of 100%, the delta 
between the 2 lines in Firefox is ~21px
      - With a screen "B" of 2256x1504 with a scaling factor of 150%, the delta 
between the 2 lines in Firefox is ~28px
      - With same screen "B" of 2256x1504 but with a scaling factor of 200%, 
the delta between the 2 lines in Firefox is ~34px
      - If I move the window, loaded from screen "B", to the screen "A", the 
`transform="translate()"` are updated, but the height between the lines is kept 
to 34px (if "B" has a scaling factor of 200%)
    - I cannot reproduce this issue under chromium.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to