-
Notifications
You must be signed in to change notification settings - Fork 281
Planned Changes for 1.0
Dan Marshall edited this page Dec 20, 2016
·
2 revisions
Breaking changes:
- Remove exporter.Exporter class (use model.walk instead) and related interfaces
- Remove model.findLoops()
- Remove model.detachLoops() - use detachChain()
- Remove model.walkPaths()
- Change model.isPathInsideModel() to isPointInsideModel()
- Don't use Funny names for PathIDs in ConnectTheDots and other models - just use a number
- Rectangle & Square paths haves names Top Left Bottom Right
- Remove point.zero()
New Features:
- model.distort (requires Bezier reconciliation)