Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Special handling for lines and quadratics #10

Description

@jneem

Currently, we convert all the input data to cubic beziers. This is convenient because it means there's only one case to handle, but it has some disadvantages:

  • performance: it would be faster to compute intersections if we kept things as lines and quadratics
  • output quality: if the input is straight lines, the output should be straight lines.

See also #9

Metadata

Metadata

Assignees

No one assigned

    Labels

    output qualityIssues affecting the quality of the outputperformanceIssues affecting runtime performance

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions