Is a path better than SVG?
- 
 Is using a path number array more performant or better in some way than using an SVG? 
- 
 @whoopsydoodle if you can achieve what you want with a monochromatic path, then yes this will be better (both from a handling / versatility perspective as well as performance). 
- 
 @Christoph-Hart great. thanks! 
- 
 @whoopsydoodle Use a base64 path instead of an array  
- 
 @d-healey Is there a big performance different between base64 & array? 
- 
 @orange I don't think so, but they usually take fewer lines of script than an array. Also if the image you want is part of an icon font use that instead of paths. 



