Remove undocumented and dysfunctional PathLayout

This type is poorly implemented and not documented. Let's remove it for now.
It shall remain available in the git history in the event of a resurrection.
This commit is contained in:
Simon Hausmann 2023-01-19 15:45:33 +01:00 committed by Simon Hausmann
parent 587c9f6942
commit 629c7ed80e
22 changed files with 16 additions and 663 deletions

View file

@ -12,5 +12,5 @@ TestCase := Rectangle {
}
LineTo { x: 100; y: 0; }
// ^error{LineTo can only be within the following elements: Path, PathLayout}
// ^error{LineTo can only be within a Path element}
}