Files
drupal11-ddev/vendor/chi-teck/drupal-code-generator/templates/_theme/logo.svg.twig

5 lines
341 B
Twig
Raw Normal View History

2025-10-08 11:39:17 -04:00
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60">
<rect x="3" y="3" rx="10" ry="10" width="94" height="54" style="stroke: #187bb8; fill: #f5f5ff;"/>
<text x="50%" y="50%" text-anchor="middle" alignment-baseline="middle" style="font-family: Arial, 'Helvetica Neue', Helvetica; fill: #187bb8;">{{ name }} logo</text>
</svg>