Skip to content

Add compatibility addon for shape drawing #1

Closed
@davepagurek

Description

@davepagurek
  • Restore quadraticVertex
  • Restore bezierVertex
  • Aliases old curve* methods to the new spline* ones:
    • Restore curveVertex
    • Restores curve()
    • RestorescurvePoint
    • Restores curveTangent
  • Change default spline ends mode to not interpolate ends
  • Restore curveTightness
  • Default endContour() with no args to CLOSE
  • Disable loop closing behaviour with endShape(CLOSE) when curveVertex() is used
  • Restores begin/endGeometry
  • Adds an approximate conversion from the old curveDetail/bezierDetail units of number of points to the new curveDetail units of samples per unit length
    • Note that these now the edit the same state, and this library doesn't split them back into two different ones as we think that's enough of an edge case to not justify the implementation complexity.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions