<svg width="100%">
  <defs>
    <pattern id="title" x="0" y="0" width="20%" height="20%" patternUnits="objectBoundingBox">
  <path d="M 0 0 Q 5 20 10 10 T 20 20" style="stroke: black; fill: none"></path>
  <path d="M 0 0 h20 v20 h-20 z" style="stroke: gray; fill: none"></path>
      </pattern>
    </defs>
  
  <rect x="20" y="20" width="100" height="100" style="fill: url(#title); stroke: black"></rect>
  <rect x="135" y="20" width="70" height="80" style="fill: url(#title); stroke: black"></rect>
  <rect x="220" y="20" width="200" height="130" style="fill: url(#title); stroke: black"></rect>
</svg>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.