Newer
Older
minerva / Tests / LibWeb / Layout / input / svg / use-honor-outer-viewBox.html
@minerva minerva on 13 Jul 303 bytes Initial commit
<!DOCTYPE html><style>
  #outer { width: 100px; }
  svg { border: 1px solid black; }
</style>
<svg id="outer" viewBox="0 0 10 10">
  <use href="#whee"></use>
</svg>

<div style="display: none">
  <svg width="10" height="10" id="whee">
    <rect x="0" y="0" width="5" height="5" fill="#0062FF">
  </svg>