Advertisement
Drakaos

Tile - Brick SVG

Jul 3rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <svg height="100" width="100">
  2. <rect height="100" width="100" fill="lightslategray" />
  3. <rect x="0" y="5" height="40" width="60" fill="#b33300" />
  4. <rect x="70" y="5" height="40" width="30" fill="#b33300" />
  5. <rect x="40" y="55" height="40" width="60" fill="#b33300" />
  6. <rect x="0" y="55" height="40" width="30" fill="#b33300" />
  7. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement