**Describe the bug** The SVG mime type used by Allure is incorrect The Allure current mime type: `image/svg-xml` https://github.com/allure-framework/allure-python/blob/20ba28a086e9097c4d44f9e01c8df8bf85f41d3e/allure-python-commons/src/types.py#L56 The correct mime type is `image/svg+xml` Reference: [https://www.w3.org/TR/SVG11/intro.html#:~:text=The%20MIME%20type%20for%20SVG,XML%20Media%20Types%20%5BRFC3023%5D).](https://www.w3.org/TR/SVG11/intro.html#:~:text=The%20MIME%20type%20for%20SVG,XML%20Media%20Types%20%5BRFC3023%5D)