From 237e7094243912c204e5e8f195741f246b1cc876 Mon Sep 17 00:00:00 2001 From: Anders Lehmann Pier Date: Fri, 13 Jun 2025 14:13:45 +0200 Subject: [PATCH] Update cross-platform-notes.md --- knowledge-base/technical/cross-platform-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/knowledge-base/technical/cross-platform-notes.md b/knowledge-base/technical/cross-platform-notes.md index 348086b..dacc508 100644 --- a/knowledge-base/technical/cross-platform-notes.md +++ b/knowledge-base/technical/cross-platform-notes.md @@ -21,7 +21,7 @@ ## Device Testing Results ### Desktop Performance -``` +```markdown MacBook Pro M1 (2021): - Chrome: 60fps solid - Safari: 60fps solid @@ -38,7 +38,7 @@ Ubuntu 20.04 (AMD Ryzen 5): ``` ### Mobile Performance -``` +```markdown iPhone 12 Pro: - Safari: 50-60fps - Touch responsiveness: Excellent @@ -282,4 +282,4 @@ class PlatformMonitor { **Issue**: Slower Canvas 2D performance compared to Chrome **Workaround**: Reduce particle count automatically on Edge -This document should be updated as new compatibility issues are discovered and resolved. \ No newline at end of file +This document should be updated as new compatibility issues are discovered and resolved.