- From: L. David Baron via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Jul 2019 17:07:34 +0000
- To: public-css-archive@w3.org
One note is that I *think* (although being sure requires executing the entire [`ResizeObserver` spec](https://drafts.csswg.org/resize-observer-1/) in my head) calling `ResizeObserver.observe()` on the canvas element in question on every `requestAnimationFrame` should lead to a reliable `ResizeObserver` notification every cycle, whether the canvas has resized or not. That might be a path forward for @jdashg's use case. -- GitHub Notification of comment by dbaron Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3554#issuecomment-514718271 using your GitHub account
Received on Wednesday, 24 July 2019 17:07:36 UTC