文件是否是Vector
static bool isVector(String filePath) { return filePath.toLowerCase().endsWith(".svg"); }