From eb5a626b251fcdf22775563033ecfa43be109f84 Mon Sep 17 00:00:00 2001 From: jwilliams720 Date: Wed, 30 Oct 2024 12:03:30 +0000 Subject: [PATCH] add references and acknowledgements --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 794686d..86a0cca 100644 --- a/README.md +++ b/README.md @@ -265,3 +265,11 @@ Finally tracking of all rectangles in user space may not be as efficient as the - Element Timing For Containers: [https://www.youtube.com/watch?v=MjGVtshDN7U](https://www.youtube.com/watch?v=MjGVtshDN7U). - [Element Timing for Text](https://docs.google.com/document/d/1xhPJnXf0Nqsi8cBFrlzBuHavirOVZBd8TqdD_OyrDGw/edit) - [Element Timing Implementation Proposal](https://docs.google.com/document/d/1BvHknbj3T-fUuj4RxHF8qGRNxbswtBqUjKiPx7iLXCc/edit#heading=h.sgo0q1rfaa9b) + +## References & acknowledgements + +Many thanks for valuable feedback and advice from: + +- [Barry Pollard](https://github.com/tunetheweb) +- [Michael Mocny](https://github.com/mmocny) +- [Sergey Chernyshev](https://github.com/sergeychernyshev)