d2/d2renderers/d2svg/lines.txt

14 lines
463 B
Text
Raw Normal View History

2025-01-29 00:23:40 +00:00
<pattern id="lines-%s" x="0" y="0" width="15" height="15" patternUnits="userSpaceOnUse">
2023-03-16 05:53:12 +00:00
<g style="mix-blend-mode:multiply">
<g style="mix-blend-mode:multiply" opacity="0.05">
<rect y="2" width="15" height="1" fill="#0A0F25"/>
</g>
<g style="mix-blend-mode:multiply" opacity="0.05">
<rect y="7" width="15" height="1" fill="#0A0F25"/>
</g>
<g style="mix-blend-mode:multiply" opacity="0.05">
<rect y="12" width="15" height="1" fill="#0A0F25"/>
</g>
</g>
</pattern>