1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 09:02:41 +00:00
Arsse/tests/docroot/Icon/SVG1.php

5 lines
238 B
PHP
Raw Normal View History

2020-11-05 17:12:01 +00:00
<?php return [
'mime' => "image/svg+xml",
2020-11-16 15:26:14 +00:00
'content' => '<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect fill="#fff" height="600" width="900"/><circle fill="#bc002d" cx="450" cy="300" r="180"/></svg>',
2020-11-05 17:12:01 +00:00
];