Skip to content

Instantly share code, notes, and snippets.

@popovevgeny
popovevgeny / index.html
Last active August 29, 2015 14:01 — forked from jfsiii/.block
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>SVG colored patterns via mask</title>
<style>
/* FF seems to need explicit dimensions */
svg {
width: 500px;
height: 500px;