Pattern #21
- #circles
- #off-centered
Add this code to your <defs>
in your document, to make the pattern available.
<pattern id="pattern-21" patternUnits="userSpaceOnUse" width="16" height="16">
<circle cx="0" cy="8" r="3" style="stroke: var(--pattern-channel-1, currentcolor)" fill="none" />
<circle cx="16" cy="8" r="3" style="stroke: var(--pattern-channel-1, currentcolor)" fill="none" />
<circle cx="8" cy="0" r="3" style="stroke: var(--pattern-channel-1, currentcolor)" fill="none" />
<circle cx="8" cy="16" r="3" style="stroke: var(--pattern-channel-1, currentcolor)" fill="none" />
</pattern>