<svg width="100%">
<defs>
<pattern id="title" x="0" y="0" width=".2" height=".2" patternUnits="objectBoundingBox"
patternContentUnits="objectBoundingBox"
>
<path d="M 0 0 Q .05 .20 .10 .10 T .20 .20" style="stroke: black; fill: none; stroke-width: 0.01"></path>
<path d="M 0 0 h 0.2 v 0.2 h-0.2z" style="stroke: gray; fill: none; stroke-width: 0.01"></path>
</pattern>
</defs>
<g >
<rect x="20" y="20" width="100" height="100" style="fill: url(#title); stroke: black"></rect>
</g>
<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>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.