-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: repo documentation, crate names (#552)
* refactor: rename vello_svg to demo_svg, update docs * docs: add changelog * docs: update changelog * fix(docs): remove trailing HTML escape * fix: grammar * Update CHANGELOG.md Co-authored-by: Daniel McNab <[email protected]> * Update README.md * Update Cargo.lock * Delete integrations/demo_svg/Cargo.toml * Delete integrations/demo_svg/src/lib.rs * Update README.md Co-authored-by: Daniel McNab <[email protected]> * Update README.md Co-authored-by: Daniel McNab <[email protected]> * fix: outdated docs * fix: attribute linebender * docs: update changelog * Update CHANGELOG.md Co-authored-by: Daniel McNab <[email protected]> * fix: docs --------- Co-authored-by: Daniel McNab <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
<!-- Instructions | ||
This changelog follows the patterns described here: <https://keepachangelog.com/en/1.0.0/>. | ||
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`. | ||
--> | ||
|
||
## Unreleased | ||
|
||
### Added | ||
|
||
- [#435](https://github.com/linebender/vello/pull/435) - Sweep gradients by [@dfrg](https://github.com/drfg) | ||
- [#544](https://github.com/linebender/vello/pull/544) - Restore glyph hinting support by [@dfrg](https://github.com/drfg) | ||
|
||
### Changed | ||
|
||
- [#547](https://github.com/linebender/vello/pull/547) - `RenderContext::new()` no longer returns a `Result` by [@waywardmonkeys](https://github.com/waywardmonkeys) | ||
|
||
### Fixed | ||
|
||
- [#496](https://github.com/linebender/vello/pull/496) - Performance optimizations for stroke-heavy scenes by [@raphlinus](https://github.com/raphlinus) | ||
- [#521](https://github.com/linebender/vello/pull/521) - Increase robustness of cubic params by [@raphlinus](https://github.com/raphlinus) | ||
- [#526](https://github.com/linebender/vello/pull/526) - Increases ~64k draw object limit by [@raphlinus](https://github.com/raphlinus) | ||
- [#537](https://github.com/linebender/vello/pull/537) - Increase robustness of GPU shaders by [@raphlinus](https://github.com/raphlinus) | ||
|
||
## 0.1 (2024-03-04) | ||
|
||
- Initial release |
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