Last active
July 21, 2016 19:02
-
-
Save kapsakcj/d6bafd4acc011bc450eac0d9828537e7 to your computer and use it in GitHub Desktop.
Revisions
-
Curtis revised this gist
Jul 21, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" /> <polygon x="0" y="195" width="100" height="105" fill="green" /> </svg> </body> -
Curtis revised this gist
Jul 21, 2016 . No changes.There are no files selected for viewing
-
Curtis created this gist
Jul 21, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ license: gpl-3.0 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>