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

Inner join #603

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Inner join #603

wants to merge 9 commits into from

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    1591919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd040b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. [flatten] lower to arcs

    armansito committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3da308a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    002cd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4076b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    55d5979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead808d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Scene::print_path_counts

    armansito committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4984ada View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Add inner joins

    Draw inner join for almost all joins. The exception is when the join angle is tiny. It shouldn't be too hard to add optimizations, especially when it's possible to evaluate that the join is entirely inside one side of the stroke.
    
    It's under an #ifdef, the old code is not changed substantially.
    raphlinus committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    24df185 View commit details
    Browse the repository at this point in the history