path = html
`
<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1">
<defs>
<pattern id="pattern_empty" patternUnits="userSpaceOnUse" width="${3 +
3 / 2}" height="${3 + 3 / 2}" patternTransform="rotate(${45})">
<line x1="0" y="0" x2="0" y2="${3 +
3 / 2}" stroke=${'#cfcfcf'} stroke-width="${3}" />
</pattern>
</defs>
</svg>
`