CAE

Conversation

$blue cae
$<svg
  id="svg-root"
  width="200"
  height="100"
  viewBox="0 0 200 100"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">

  <!-- Optional background rectangle (transparent here) -->
  <rect
    id="background"
    width="100%"
    height="100%"
    fill="none" />

  <!-- Blue text -->
  <text
    id="text-01"
    x="50%"
    y="50%"
    dominant-baseline="middle"
    text-anchor="middle"
    font-family="sans-serif"
    font-size="48"
    fill="blue"
    font-weight="bold">
    CAE
  </text>
</svg>