灵弦
Results
2
issues of
灵弦
Tested Browser Version: Chromium 86.0.4236.0 The issue originates from line 71 in SplitText.ts: _charSegmenter: any = typeof Intl !== "undefined" ? new (Intl as any).Segmenter() : 0 In the tested...
### Describe the bug When testing compatibility with older browser versions, I found that canvas elements created via JSX cannot obtain a WebGL context properly. The following three methods of...