| @@ -1184,6 +1184,8 @@ const attributionData = { | |||||
| prefix: "./media/buildings/doorways/", | prefix: "./media/buildings/doorways/", | ||||
| files: [ | files: [ | ||||
| { name: "residential.svg", source: null }, | { name: "residential.svg", source: null }, | ||||
| { name: "garage-door.svg", source: null }, | |||||
| { name: "double-garage-door.svg", source: null }, | |||||
| ], | ], | ||||
| authors: [ | authors: [ | ||||
| "chemicalcrux" | "chemicalcrux" | ||||
| @@ -0,0 +1,9 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| width="1701" height="751" viewBox="0 0 1701 751" style="enable-background:new 0 0 1701 751;" xml:space="preserve"> | |||||
| <style type="text/css"> | |||||
| .st0{fill:#1A1A1A;stroke:#000000;stroke-miterlimit:10;} | |||||
| </style> | |||||
| <polygon class="st0" points="0.5,0.5 0.5,750.5 50.5,750.5 50.5,50.5 1650.5,50.5 1650.5,750.5 1700.5,750.5 1700.5,0.5 "/> | |||||
| </svg> | |||||
| @@ -0,0 +1,9 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| width="1001" height="751" viewBox="0 0 1001 751" style="enable-background:new 0 0 1001 751;" xml:space="preserve"> | |||||
| <style type="text/css"> | |||||
| .st0{fill:#1A1A1A;stroke:#000000;stroke-miterlimit:10;} | |||||
| </style> | |||||
| <polygon class="st0" points="0.5,0.5 0.5,750.5 50.5,750.5 50.5,50.5 950.5,50.5 950.5,750.5 1000.5,750.5 1000.5,0.5 "/> | |||||
| </svg> | |||||
| @@ -1,7 +1,7 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||
| <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | <!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | ||||
| <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | ||||
| viewBox="0 0 384 834" style="enable-background:new 0 0 384 834;" xml:space="preserve"> | |||||
| width="384" height="834" viewBox="0 0 384 834" style="enable-background:new 0 0 384 834;" xml:space="preserve"> | |||||
| <style type="text/css"> | <style type="text/css"> | ||||
| .st0{fill:#1A1A1A;stroke:#000000;stroke-width:4;stroke-miterlimit:10;} | .st0{fill:#1A1A1A;stroke:#000000;stroke-width:4;stroke-miterlimit:10;} | ||||
| </style> | </style> | ||||
| @@ -222,7 +222,9 @@ function makeBuildings() { | |||||
| results.push( | results.push( | ||||
| makeHeight( | makeHeight( | ||||
| [ | [ | ||||
| ["residential", 83, "inches"] | |||||
| ["residential", 83, "inches"], | |||||
| ["garage-door", 7.5, "feet"], | |||||
| ["double-garage-door", 7.5, "feet"], | |||||
| ], | ], | ||||
| "Doorways", | "Doorways", | ||||
| "", | "", | ||||