17c2c99faSGreg Roach<?php 27c2c99faSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 57c2c99faSGreg Roach/** 67c2c99faSGreg Roach * @var string $status 77c2c99faSGreg Roach */ 87c2c99faSGreg Roach 97c2c99faSGreg Roach?> 10009f366bSGreg Roach<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> 11009f366bSGreg Roach <rect width="100" height="100" fill="#F88" /> 12009f366bSGreg Roach <text x="5" y="55" font-family="Verdana" font-size="35"><?= $status ?></text> 13009f366bSGreg Roach</svg> 14