Firefox mobile doesn't support `context.getTransform`
See original GitHub issueThe issue is reproductible on firefox mobile v68.3
Stack trace
be@https://excalidraw.com/static/js/main.a1fcd27b.chunk.js:1:48184
value@https://excalidraw.com/static/js/main.a1fcd27b.chunk.js:1:138117
bu@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:160321
t.unstable_runWithPriority@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:179832
$a@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:104594
gu@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:156574
iu@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:146901
Ka/<@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:104885
t.unstable_runWithPriority@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:179832
$a@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:104594
Ka@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:104830
Qa@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:104765
eu@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:143488
enqueueSetState@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:109589
k.prototype.setState@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:54130
t/n.syncActionResult@https://excalidraw.com/static/js/main.a1fcd27b.chunk.js:1:116851
e/<@https://excalidraw.com/static/js/main.a1fcd27b.chunk.js:1:123287
u@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:47414
l/i._invoke</<@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:47167
y/</e[t]@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:47771
r@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:2207
l@https://excalidraw.com/static/js/2.75b44755.chunk.js:2:2410
localStorage
{"i18nextLng":"en"}
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Firefox ESR doesn't support context.getTransform #861 - GitHub
Stack trace m.getTransform is not a function: getTransform (renderer/renderScene.ts:47:42) componentDidUpdate (index.tsx:2301:37) ...
Read more >CanvasRenderingContext2D.getTransform() - Web APIs | MDN
getTransform () method of the Canvas 2D API retrieves the current transformation matrix being applied to the context.
Read more >CanvasRenderingContext2D.translate() - Web APIs | MDN
The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation transformation to the current matrix.
Read more >CanvasRenderingContext2D - Web APIs | MDN
Chrome Edge
CanvasRenderingContext2D Full support. Chrome1. Toggle history Full support. Edge12. T...
arc Full support. Chrome1. Toggle history Full support. Edge12. T...
arcTo Full support. Chrome1....
Read more >CanvasRenderingContext2D.getImageData() - Web APIs | MDN
The CanvasRenderingContext2D method getImageData() of the Canvas 2D API returns an ImageData object representing the underlying pixel data ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Huh… https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/getTransform
/cc @enzoferey
Here is the new stack trace: