Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue where TextNode does not render when it is an empty string and the line-height issue in non-Firefox browsers; also, fix the misalignment of textDecorationLine at high resolutions. #23

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. Fixes #2238 #1624 - Fix the issue of TextNode content being overlooke…

    …d in rendering due to being perceived as blank by trim().
    xweiba committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    de16bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83bfaf2 View commit details
    Browse the repository at this point in the history
  3. Fix the issue where textDecorationLine exhibits y-axis positioning er…

    …rors on high-resolution devices due to varying devicePixelRatio, corrected by using relative values of element heights.
    xweiba committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ecc0df2 View commit details
    Browse the repository at this point in the history