From e8e1d1b5accb3adbb66bd2fd6d7f1dc3b7ca4186 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 8 Mar 2024 14:28:00 -0800 Subject: [PATCH] add missing description --- sample/resizeObserverHDDPI/meta.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sample/resizeObserverHDDPI/meta.ts b/sample/resizeObserverHDDPI/meta.ts index 665a5d6b..0fdc330e 100644 --- a/sample/resizeObserverHDDPI/meta.ts +++ b/sample/resizeObserverHDDPI/meta.ts @@ -1,6 +1,9 @@ export default { name: 'ResizeObserver HD-DPI Fullscreen', - description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen`, + description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen + +There should be no [Moiré patterns](https://www.google.com/search?q=Moir%C3%A9%20pattern) regardless of zoom level. +(except possibly in Safari)`, filename: __DIRNAME__, sources: [{ path: 'main.ts' }, { path: 'checker.wgsl' }], };