“<svg width="1000" height="1000" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"> <defs> <pattern id="checker" width="100" height="100" patternUnits="userSpaceOnUse"> <rect width="50" height="50" fill="#000"/> <rect x="50" y="0" width="50" height="50" fill="#fff"/> <rect x="0" y="50" width="50" height="50" fill="#fff"/> <rect x="50" y="50" width="50" height="50" fill="#000"/> </pattern> </defs> <rect width="1000" height="1000" fill="url(#checker)"/> </svg>”
Made with Emergent