-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from Nilirad/required-components
* Rename `Path` to `Shape` `Path` will be the "driving concept" component for Required Components. The name does not fit well, so I changed it to `Shape`. * Add required components for `Shape` * Make examples use Required Components * Update example in `README.md` * Make tests use Required Components * Deprecate ShapeBundle and remove it from prelude * Update doc comments * Include fill and stroke data (stub) into `Shape` component * Add `ShapeBuilder` * Make examples use ShapeBuilder * Remove `GeometryBuilder` * Document missing items * Update `PathBuilder` - Added `fill` and `stroke` fields - Added `fill` and `stroke` setters - Improved builder pattern by returning `Self` in methods * Remove `ShapePath` `ShapePath` is no longer functional after including fill and stroke data into `Shape`. Use `ShapeBuilder` or `PathBuilder` instead. * Remove `Component` impl for `Fill` and `Stroke` * Update `CHANGELOG.md` * Update `README.md` * Remove note from `dynamic_shape` example
- Loading branch information
Showing
14 changed files
with
457 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.