mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add .mskp file to binary format (flutter/engine#12454)
Fixes https://bugs.chromium.org/p/skia/issues/detail?id=9467
This commit is contained in:
parent
e44a27a339
commit
92dda0b588
@ -1,2 +1,2 @@
|
||||
Signature: d510e80277a674c258a08394950ac485
|
||||
Signature: a7021ed1fe0bdedbfa3f76fcc6927f10
|
||||
|
||||
|
||||
@ -202,6 +202,7 @@ FileType identifyFile(String name, Reader reader) {
|
||||
case '.pdf': return FileType.binary; // PDF
|
||||
case '.emf': return FileType.binary; // Windows enhanced metafile format
|
||||
case '.skp': return FileType.binary; // Skia picture format
|
||||
case '.mskp': return FileType.binary; // Skia picture format
|
||||
// Videos
|
||||
case '.ogg': return FileType.binary; // Ogg media
|
||||
case '.mp4': return FileType.binary; // MPEG media
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user