Skip to content

Commit

Permalink
Correct an incorrect statement about Canvas, and credit @romainguy
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Feb 24, 2024
1 parent 3610760 commit 9ea51d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ private fun SecondsHand() {

### One canvas for all by default

`OClockCanvas` is actually a bit more powerful than `Canvas`:
All `OClockCanvas` will share the same underlying canvas, without layering by default,
`OClockCanvas` works just like `Canvas`:
All `OClockCanvas` will draw on the same backing canvas,
which means that if you use a `BlendMode`, it will apply over everything that has been drawn yet.

It can have multiple use cases, like:
Expand Down Expand Up @@ -333,4 +333,5 @@ will be used for ambient mode or energy saver mode (which will make sense once t

## Credits

Thanks to [Yuri Schimke](https://github.com/yschimke) for encouraging me to try making a Compose API for Watch Faces, and for all the helpful input! 🙏❤️
Thanks to [Yuri Schimke](https://github.com/yschimke) for encouraging me to try making a Compose API for Watch Faces, and for all the helpful input! And thanks for the PRs on this repo, too🙏❤️
Thanks to [Romain Guy](https://github.com/romainguy) for providing helpful clarifications and sharing me his very deep and accurate knowledge on graphics programming.

0 comments on commit 9ea51d8

Please sign in to comment.