| @@ -8342,6 +8342,17 @@ const attributionData = { | |||||
| "dimensions-guide" | "dimensions-guide" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/food/eggs/", | |||||
| files: [ | |||||
| { name: "chicken-egg.svg", source: null }, | |||||
| { name: "quail-egg.svg", source: null }, | |||||
| { name: "ostritch-egg.svg", source: null }, | |||||
| ], | |||||
| authors: [ | |||||
| "chemicalcrux" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/food/fast-food/", | prefix: "./media/food/fast-food/", | ||||
| files: [ | files: [ | ||||
| @@ -8357,6 +8368,15 @@ const attributionData = { | |||||
| "chemicalcrux" | "chemicalcrux" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/food/snacks/", | |||||
| files: [ | |||||
| { name: "pringles-can.svg", source: null }, | |||||
| ], | |||||
| authors: [ | |||||
| "chemicalcrux" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/food/fruits/", | prefix: "./media/food/fruits/", | ||||
| files: [ | files: [ | ||||
| @@ -0,0 +1,6 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 24.1.1, 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" | |||||
| viewBox="0 0 176 208.4" style="enable-background:new 0 0 176 208.4;" xml:space="preserve"> | |||||
| <path d="M176,114.71c0,57.55-39.4,93.69-88,93.69S0,172.25,0,114.71S44.07,0,88,0S176,57.16,176,114.71z"/> | |||||
| </svg> | |||||
| @@ -0,0 +1,6 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 24.1.1, 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" | |||||
| viewBox="0 0 55.16 70.57" style="enable-background:new 0 0 55.16 70.57;" xml:space="preserve"> | |||||
| <path d="M55.16,38.54c0,19.49-12.35,32.03-27.58,32.03S0,58.03,0,38.54S12.35,0,27.58,0S55.16,19.05,55.16,38.54z"/> | |||||
| </svg> | |||||
| @@ -0,0 +1,6 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 24.1.1, 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" | |||||
| viewBox="0 0 7.93 9.33" style="enable-background:new 0 0 7.93 9.33;" xml:space="preserve"> | |||||
| <path d="M7.93,5.2c0,2.58-1.77,4.13-3.96,4.13S0,7.78,0,5.2S1.77,0,3.96,0S7.93,2.63,7.93,5.2z"/> | |||||
| </svg> | |||||
| @@ -0,0 +1,7 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | |||||
| <!-- Generator: Adobe Illustrator 24.1.1, 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" | |||||
| viewBox="0 0 304.62 916.73" style="enable-background:new 0 0 304.62 916.73;" xml:space="preserve"> | |||||
| <polygon points="304.62,21.74 304.62,0 152.31,0 0,0 0,21.74 6.88,21.74 6.88,908.81 3.33,908.81 3.33,915.33 7.32,916.73 | |||||
| 152.31,916.73 297.3,916.73 301.29,915.33 301.29,908.81 297.74,908.81 297.74,21.74 "/> | |||||
| </svg> | |||||
| @@ -127,6 +127,26 @@ function makeFood() { | |||||
| "food" | "food" | ||||
| )); | )); | ||||
| results.push(makeHeight( | |||||
| [ | |||||
| ["pringles-can", 9.16, "inches"], | |||||
| ], | |||||
| "Snacks", | |||||
| "", | |||||
| "food" | |||||
| )); | |||||
| results.push(makeHeight( | |||||
| [ | |||||
| ["chicken-egg", 2.084, "inches"], | |||||
| ["quail-egg", 1.05, "inches"], | |||||
| ["ostritch-egg", 5.9, "inches"] | |||||
| ], | |||||
| "Eggs", | |||||
| "", | |||||
| "food" | |||||
| )); | |||||
| results.push(makeHeightWeight( | results.push(makeHeightWeight( | ||||
| [ | [ | ||||
| ["m&m", 0.5262, "inches", 43/50, "g", "./media/objects/circle.svg"], | ["m&m", 0.5262, "inches", 43/50, "g", "./media/objects/circle.svg"], | ||||