xref: /webtrees/resources/views/errors/image-svg.phtml (revision 4a213054c13c5caf2ed7b812a0d260527e167ef6)
1<?php
2
3/**
4 * @var string $status
5 */
6
7?>
8<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
9    <rect width="100" height="100" fill="#F88" />
10    <text x="5" y="55" font-family="Verdana" font-size="35"><?= $status ?></text>
11</svg>
12