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

Implement raqote backend for canvas 2D rendering #24048

Merged
merged 6 commits into from Sep 2, 2019
Merged

Commits on Aug 25, 2019

  1. Implement Path::contains_point()

    pylbrecht committed Aug 25, 2019
  2. Implement PathBuilder::get_current_point()

    pylbrecht committed Aug 25, 2019
  3. Refactor Path::contains_point() using any()

    pylbrecht committed Aug 25, 2019

Commits on Aug 29, 2019

  1. Implement create_gradient_stops()

    pylbrecht committed Aug 29, 2019

Commits on Sep 1, 2019

  1. Use raqote's implementation of Path::contains_point()

    pylbrecht committed Sep 1, 2019
  2. Don't use catch all in match

    pylbrecht committed Sep 1, 2019
You can’t perform that action at this time.