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

Improve Canvas Text Renderer Performance #319

Merged
merged 5 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    3d4f023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ad932 View commit details
    Browse the repository at this point in the history
  3. Canvas2D Text: Use a managed child node to render text

    - Canvas Text Textures are now managed properly by the texture manager
    - Also add willReadFrequently option to text drawing canvas element context
    frank-weindel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3ac9adf View commit details
    Browse the repository at this point in the history
  4. Update text-canvas-font-no-metrics test snapshot

    Minor changes to text rendering due to eliminating multi-page implementation
    frank-weindel committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2fdd7f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f4705 View commit details
    Browse the repository at this point in the history