Skip to content

WIP: support for quadratic curves #26

Description

@typemytype

There are some not implemented errors, mostly related to support for quadratic curves.

While splitting and merging existing curves there are three scenarios possible:

  • the beginning of curve is needed
  • the ending is needed
  • a part somewhere in the middle is needed

A quadratic curves exists of one or more sub quadratic segments, in fontTools those can be created with decomposeQaudraticSegment(...)

Therefore the inputContour.split(tValues) have to split the quad curve nicely in parts, without adding points (by decomposing the curve).

This is work in progress, any help is welcome!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions