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

[test_scenes] Port longpathdash test case from Skia #370

Merged
merged 2 commits into from
Oct 17, 2023

Commits on Oct 10, 2023

  1. [test_scenes] Port longpathdash test case from Skia

    This is a single very long path that results in a large number of
    line segments when dashing is applied. This demonstrates rendering
    artifacts.
    armansito committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    87b2703 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. [test_scenes} Stroke cap variants of longpathdash

    Added a butt cap and round cap variant of the pathological longpathdash
    test case. The round caps exhibit the expected increase in the number of
    line segments post-flattening, and hence a significant increase in
    required GPU memory.
    
    Also added a new `scene!` macro variant for custom test names and
    factory functions that return a test function.
    armansito committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    99f92eb View commit details
    Browse the repository at this point in the history