Skip to content

Instantly share code, notes, and snippets.

@kapsakcj
Last active July 21, 2016 19:02
Show Gist options
  • Save kapsakcj/d6bafd4acc011bc450eac0d9828537e7 to your computer and use it in GitHub Desktop.
Save kapsakcj/d6bafd4acc011bc450eac0d9828537e7 to your computer and use it in GitHub Desktop.

Revisions

  1. Curtis revised this gist Jul 21, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,6 @@
    <rect x="0" y="165" width="400" height="25" fill="white" />
    <rect x="0" y="180" width="400" height="15" fill="red" />
    <rect x="0" y="0" width="141.14" height="105" fill="blue" />
    <star x="0" y="195" width="100" height="105" fill="green" />
    <polygon x="0" y="195" width="100" height="105" fill="green" />
    </svg>
    </body>
  2. Curtis revised this gist Jul 21, 2016. No changes.
  3. Curtis created this gist Jul 21, 2016.
    1 change: 1 addition & 0 deletions .block
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    license: gpl-3.0
    5 changes: 5 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    Built with [blockbuilder.org](http://blockbuilder.org)

    forked from <a href='http://bl.ocks.org/kapsakcj/'>kapsakcj</a>'s block: <a href='http://bl.ocks.org/kapsakcj/3dac86cd3427492d728795e9ee328a63'>'Mericuh flag - SVG</a>

    forked from <a href='http://bl.ocks.org/kapsakcj/'>kapsakcj</a>'s block: <a href='http://bl.ocks.org/kapsakcj/b71b3abf866d8194e29f3e5f298ed483'>(Almost) 'Mericuh flag - SVG</a>
    28 changes: 28 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <!DOCTYPE html>
    <head>
    <meta charset="utf-8">
    <script src="https://d3js.org/d3.v4.min.js"></script>
    <style>
    body { margin:0;position:fixed;top:0;right:0;bottom:0;left:0; }
    </style>
    </head>

    <body>
    <svg width="500" height="600">
    <rect x="0" y="0" width="400" height="15" fill="red" />
    <rect x="0" y="15" width="400" height="25" fill="white" />
    <rect x="0" y="30" width="400" height="25" fill="red" />
    <rect x="0" y="45" width="400" height="25" fill="white" />
    <rect x="0" y="60" width="400" height="25" fill="red" />
    <rect x="0" y="75" width="400" height="25" fill="white" />
    <rect x="0" y="90" width="400" height="15" fill="red" />
    <rect x="0" y="105" width="400" height="25" fill="white" />
    <rect x="0" y="120" width="400" height="25" fill="red" />
    <rect x="0" y="135" width="400" height="25" fill="white" />
    <rect x="0" y="150" width="400" height="25" fill="red" />
    <rect x="0" y="165" width="400" height="25" fill="white" />
    <rect x="0" y="180" width="400" height="15" fill="red" />
    <rect x="0" y="0" width="141.14" height="105" fill="blue" />
    <star x="0" y="195" width="100" height="105" fill="green" />
    </svg>
    </body>