Files
hcie-rust-v3.05/hcie-ai/templates_db.json
2026-07-09 02:59:53 +03:00

11552 lines
191 KiB
JSON

[
{
"name": "triangle",
"size_mm": 1000,
"description": "A regular 3-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 3,
"fill": "{color}"
}
]
},
{
"name": "star_3",
"size_mm": 1000,
"description": "A 3-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 3,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "square",
"size_mm": 1000,
"description": "A regular 4-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 4,
"fill": "{color}"
}
]
},
{
"name": "star_4",
"size_mm": 1000,
"description": "A 4-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 4,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "pentagon",
"size_mm": 1000,
"description": "A regular 5-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 5,
"fill": "{color}"
}
]
},
{
"name": "star_5",
"size_mm": 1000,
"description": "A 5-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 5,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "hexagon",
"size_mm": 1000,
"description": "A regular 6-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 6,
"fill": "{color}"
}
]
},
{
"name": "star_6",
"size_mm": 1000,
"description": "A 6-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 6,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "heptagon",
"size_mm": 1000,
"description": "A regular 7-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 7,
"fill": "{color}"
}
]
},
{
"name": "star_7",
"size_mm": 1000,
"description": "A 7-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 7,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "octagon",
"size_mm": 1000,
"description": "A regular 8-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 8,
"fill": "{color}"
}
]
},
{
"name": "star_8",
"size_mm": 1000,
"description": "A 8-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 8,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "nonagon",
"size_mm": 1000,
"description": "A regular 9-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 9,
"fill": "{color}"
}
]
},
{
"name": "star_9",
"size_mm": 1000,
"description": "A 9-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 9,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "decagon",
"size_mm": 1000,
"description": "A regular 10-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 10,
"fill": "{color}"
}
]
},
{
"name": "star_10",
"size_mm": 1000,
"description": "A 10-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 10,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "hendecagon",
"size_mm": 1000,
"description": "A regular 11-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 11,
"fill": "{color}"
}
]
},
{
"name": "star_11",
"size_mm": 1000,
"description": "A 11-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 11,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "dodecagon",
"size_mm": 1000,
"description": "A regular 12-sided polygon",
"parameters": {
"color": {
"default": "#3498db",
"desc": "Fill color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 12,
"fill": "{color}"
}
]
},
{
"name": "star_12",
"size_mm": 1000,
"description": "A 12-pointed star",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Fill color"
}
},
"components": [
{
"type": "star",
"n": 12,
"rx": "0.48",
"ry": "0.2",
"fill": "{color}"
}
]
},
{
"name": "arrow_right",
"size_mm": 500,
"description": "Directional arrow (right)",
"parameters": {
"color": {
"default": "#e74c3c",
"desc": "Arrow color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0",
"0.3"
],
[
"0.6",
"0.3"
],
[
"0.6",
"0.1"
],
[
"1",
"0.5"
],
[
"0.6",
"0.9"
],
[
"0.6",
"0.7"
],
[
"0",
"0.7"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "arrow_left",
"size_mm": 500,
"description": "Directional arrow (left)",
"parameters": {
"color": {
"default": "#e74c3c",
"desc": "Arrow color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"1",
"0.3"
],
[
"0.4",
"0.3"
],
[
"0.4",
"0.1"
],
[
"0",
"0.5"
],
[
"0.4",
"0.9"
],
[
"0.4",
"0.7"
],
[
"1",
"0.7"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "arrow_up",
"size_mm": 500,
"description": "Directional arrow (up)",
"parameters": {
"color": {
"default": "#e74c3c",
"desc": "Arrow color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.3",
"1"
],
[
"0.3",
"0.4"
],
[
"0.1",
"0.4"
],
[
"0.5",
"0"
],
[
"0.9",
"0.4"
],
[
"0.7",
"0.4"
],
[
"0.7",
"1"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "arrow_down",
"size_mm": 500,
"description": "Directional arrow (down)",
"parameters": {
"color": {
"default": "#e74c3c",
"desc": "Arrow color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.3",
"0"
],
[
"0.3",
"0.6"
],
[
"0.1",
"0.6"
],
[
"0.5",
"1"
],
[
"0.9",
"0.6"
],
[
"0.7",
"0.6"
],
[
"0.7",
"0"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "plus",
"size_mm": 500,
"description": "Plus symbol",
"parameters": {
"color": {
"default": "#2c3e50",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.35",
"0"
],
[
"0.65",
"0"
],
[
"0.65",
"0.35"
],
[
"1",
"0.35"
],
[
"1",
"0.65"
],
[
"0.65",
"0.65"
],
[
"0.65",
"1"
],
[
"0.35",
"1"
],
[
"0.35",
"0.65"
],
[
"0",
"0.65"
],
[
"0",
"0.35"
],
[
"0.35",
"0.35"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "minus",
"size_mm": 500,
"description": "Minus symbol",
"parameters": {
"color": {
"default": "#2c3e50",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.35"
],
[
"0.9",
"0.35"
],
[
"0.9",
"0.65"
],
[
"0.1",
"0.65"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "equals",
"size_mm": 500,
"description": "Equals sign",
"parameters": {
"color": {
"default": "#2c3e50",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.25"
],
[
"0.9",
"0.25"
],
[
"0.9",
"0.45"
],
[
"0.1",
"0.45"
]
],
"fill": "{color}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.55"
],
[
"0.9",
"0.55"
],
[
"0.9",
"0.75"
],
[
"0.1",
"0.75"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "check",
"size_mm": 500,
"description": "Check symbol",
"parameters": {
"color": {
"default": "#2c3e50",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.5"
],
[
"0.4",
"0.8"
],
[
"0.9",
"0.2"
],
[
"0.7",
"0.1"
],
[
"0.35",
"0.55"
],
[
"0.2",
"0.4"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "cross",
"size_mm": 500,
"description": "Cross symbol",
"parameters": {
"color": {
"default": "#2c3e50",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.2"
],
[
"0.2",
"0.1"
],
[
"0.5",
"0.4"
],
[
"0.8",
"0.1"
],
[
"0.9",
"0.2"
],
[
"0.6",
"0.5"
],
[
"0.9",
"0.8"
],
[
"0.8",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.2",
"0.9"
],
[
"0.1",
"0.8"
],
[
"0.4",
"0.5"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "tree",
"size_mm": 4000,
"description": "Basic leafy tree",
"parameters": {
"leaves": {
"default": "#2ecc71",
"desc": "Leaf color"
},
"trunk": {
"default": "#8b4513",
"desc": "Trunk color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.4",
"0.6"
],
[
"0.6",
"0.6"
],
[
"0.6",
"1.0"
],
[
"0.4",
"1.0"
]
],
"fill": "{trunk}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.4",
"rx": "0.35",
"ry": "0.35",
"n": 32,
"fill": "{leaves}"
}
]
},
{
"name": "pine_tree",
"size_mm": 5000,
"description": "Pine tree",
"parameters": {
"leaves": {
"default": "#27ae60",
"desc": "Leaf color"
},
"trunk": {
"default": "#8b4513",
"desc": "Trunk color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.4",
"0.8"
],
[
"0.6",
"0.8"
],
[
"0.6",
"1.0"
],
[
"0.4",
"1.0"
]
],
"fill": "{trunk}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.8",
"0.5"
],
[
"0.6",
"0.5"
],
[
"0.9",
"0.8"
],
[
"0.1",
"0.8"
],
[
"0.4",
"0.5"
],
[
"0.2",
"0.5"
]
],
"fill": "{leaves}",
"closed": true
}
]
},
{
"name": "mountain",
"size_mm": 800000,
"description": "Mountain peak",
"parameters": {
"rock": {
"default": "#7f8c8d",
"desc": "Mountain color"
},
"snow": {
"default": "#ecf0f1",
"desc": "Snow color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.0",
"1.0"
],
[
"0.5",
"0.1"
],
[
"1.0",
"1.0"
]
],
"fill": "{rock}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.65",
"0.35"
],
[
"0.5",
"0.45"
],
[
"0.35",
"0.35"
]
],
"fill": "{snow}",
"closed": true
}
]
},
{
"name": "cloud",
"size_mm": 50000,
"description": "Fluffy cloud",
"parameters": {
"color": {
"default": "#ffffff",
"desc": "Cloud color"
}
},
"components": [
{
"type": "circle",
"cx": "0.3",
"cy": "0.6",
"rx": "0.2",
"ry": "0.2",
"n": 32,
"fill": "{color}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.25",
"ry": "0.25",
"n": 32,
"fill": "{color}"
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.6",
"rx": "0.2",
"ry": "0.2",
"n": 32,
"fill": "{color}"
},
{
"type": "path",
"pts": [
[
"0.3",
"0.8"
],
[
"0.7",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "sun",
"size_mm": 1392000000,
"description": "Sun with rays",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Sun color"
}
},
"components": [
{
"type": "star",
"n": 12,
"rx": "0.45",
"ry": "0.25",
"fill": "{color}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.2",
"ry": "0.2",
"n": 32,
"fill": "{color}"
}
]
},
{
"name": "moon",
"size_mm": 3474000,
"description": "Crescent moon",
"parameters": {
"color": {
"default": "#f39c12",
"desc": "Moon color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.8",
"0.5"
],
[
"0.5",
"0.9"
],
[
"0.2",
"0.9"
],
[
"0.4",
"0.5"
],
[
"0.2",
"0.1"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "grass",
"size_mm": 100,
"description": "Tuft of grass",
"parameters": {
"color": {
"default": "#2ecc71",
"desc": "Grass color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"1"
],
[
"0.2",
"0.2"
],
[
"0.3",
"1"
],
[
"0.5",
"0.1"
],
[
"0.7",
"1"
],
[
"0.8",
"0.3"
],
[
"0.9",
"1"
]
],
"fill": "{color}",
"closed": false
}
]
},
{
"name": "flower",
"size_mm": 200,
"description": "Simple flower",
"parameters": {
"center": {
"default": "#f1c40f",
"desc": "Center color"
},
"petals": {
"default": "#e74c3c",
"desc": "Petal color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.2",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{petals}"
},
{
"type": "circle",
"cx": "0.8",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{petals}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.8",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{petals}"
},
{
"type": "circle",
"cx": "0.2",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{petals}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{center}"
}
]
},
{
"name": "house",
"size_mm": 10000,
"description": "Basic house",
"parameters": {
"wall": {
"default": "#ecf0f1",
"desc": "Wall"
},
"roof": {
"default": "#c0392b",
"desc": "Roof"
},
"door": {
"default": "#8b4513",
"desc": "Door"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.4"
],
[
"0.9",
"0.4"
],
[
"0.9",
"1.0"
],
[
"0.1",
"1.0"
]
],
"fill": "{wall}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.0",
"0.4"
],
[
"0.5",
"0.0"
],
[
"1.0",
"0.4"
]
],
"fill": "{roof}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"1.0"
],
[
"0.4",
"0.6"
],
[
"0.6",
"0.6"
],
[
"0.6",
"1.0"
]
],
"fill": "{door}",
"closed": true
}
]
},
{
"name": "car",
"size_mm": 4500,
"description": "Sedan car",
"parameters": {
"body": {
"default": "#3498db",
"desc": "Body"
},
"wheel": {
"default": "#2c3e50",
"desc": "Wheels"
},
"window": {
"default": "#87ceeb",
"desc": "Windows"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.6"
],
[
"0.1",
"0.4"
],
[
"0.3",
"0.4"
],
[
"0.4",
"0.2"
],
[
"0.7",
"0.2"
],
[
"0.8",
"0.4"
],
[
"0.9",
"0.4"
],
[
"0.9",
"0.6"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.35",
"0.4"
],
[
"0.45",
"0.25"
],
[
"0.65",
"0.25"
],
[
"0.75",
"0.4"
]
],
"fill": "{window}",
"closed": true
},
{
"type": "circle",
"cx": "0.25",
"cy": "0.6",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{wheel}"
},
{
"type": "circle",
"cx": "0.75",
"cy": "0.6",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{wheel}"
}
]
},
{
"name": "boat",
"size_mm": 6000,
"description": "Small sailboat",
"parameters": {
"hull": {
"default": "#8b4513",
"desc": "Hull"
},
"sail": {
"default": "#ffffff",
"desc": "Sail"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.6"
],
[
"0.9",
"0.6"
],
[
"0.7",
"0.9"
],
[
"0.3",
"0.9"
]
],
"fill": "{hull}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.5",
"0.5"
],
[
"0.9",
"0.5"
]
],
"fill": "{sail}",
"closed": true
}
]
},
{
"name": "airplane",
"size_mm": 40000,
"description": "Commercial airplane",
"parameters": {
"body": {
"default": "#ecf0f1",
"desc": "Body color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.5"
],
[
"0.9",
"0.5"
],
[
"0.8",
"0.6"
],
[
"0.1",
"0.6"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.5"
],
[
"0.6",
"0.2"
],
[
"0.7",
"0.2"
],
[
"0.5",
"0.5"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.6"
],
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.5",
"0.6"
]
],
"fill": "{body}",
"closed": true
}
]
},
{
"name": "rocket",
"size_mm": 25000,
"description": "Space rocket",
"parameters": {
"body": {
"default": "#ecf0f1",
"desc": "Body"
},
"fin": {
"default": "#e74c3c",
"desc": "Fins"
},
"window": {
"default": "#3498db",
"desc": "Window"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.3",
"0.3"
],
[
"0.5",
"0.0"
],
[
"0.7",
"0.3"
],
[
"0.7",
"0.8"
],
[
"0.3",
"0.8"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.3",
"0.6"
],
[
"0.1",
"0.9"
],
[
"0.3",
"0.8"
]
],
"fill": "{fin}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.7",
"0.6"
],
[
"0.9",
"0.9"
],
[
"0.7",
"0.8"
]
],
"fill": "{fin}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.4",
"rx": "0.08",
"ry": "0.08",
"n": 32,
"fill": "{window}"
}
]
},
{
"name": "submarine",
"size_mm": 15000,
"description": "Submarine",
"parameters": {
"body": {
"default": "#f1c40f",
"desc": "Body color"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.6",
"rx": "0.4",
"ry": "0.2",
"n": 32,
"fill": "{body}"
},
{
"type": "path",
"pts": [
[
"0.4",
"0.4"
],
[
"0.6",
"0.4"
],
[
"0.6",
"0.3"
],
[
"0.4",
"0.3"
]
],
"fill": "{body}",
"closed": true
}
]
},
{
"name": "envelope",
"size_mm": 220,
"description": "Mail envelope",
"parameters": {
"color": {
"default": "#ecf0f1",
"desc": "Envelope color"
},
"flap": {
"default": "#bdc3c7",
"desc": "Flap color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{color}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.5",
"0.5"
],
[
"0.9",
"0.3"
]
],
"fill": "{flap}",
"closed": true
}
]
},
{
"name": "smartphone",
"size_mm": 150,
"description": "Smartphone",
"parameters": {
"body": {
"default": "#2c3e50",
"desc": "Body"
},
"screen": {
"default": "#ecf0f1",
"desc": "Screen"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.8",
"0.1"
],
[
"0.8",
"0.9"
],
[
"0.2",
"0.9"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.25",
"0.15"
],
[
"0.75",
"0.15"
],
[
"0.75",
"0.8"
],
[
"0.25",
"0.8"
]
],
"fill": "{screen}",
"closed": true
}
]
},
{
"name": "laptop",
"size_mm": 300,
"description": "Laptop computer",
"parameters": {
"body": {
"default": "#95a5a6",
"desc": "Body color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.2"
],
[
"0.8",
"0.2"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.7"
],
[
"0.9",
"0.7"
],
[
"0.9",
"0.8"
],
[
"0.1",
"0.8"
]
],
"fill": "{body}",
"closed": true
}
]
},
{
"name": "cup",
"size_mm": 100,
"description": "Coffee cup",
"parameters": {
"body": {
"default": "#ecf0f1",
"desc": "Cup color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.3",
"0.2"
],
[
"0.7",
"0.2"
],
[
"0.65",
"0.8"
],
[
"0.35",
"0.8"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.7",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.6"
],
[
"0.68",
"0.6"
]
],
"fill": "none",
"closed": true
}
]
},
{
"name": "heart",
"size_mm": 150,
"description": "Heart shape",
"parameters": {
"color": {
"default": "#e74c3c",
"desc": "Heart color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.5",
"0.9"
],
[
"0.1",
"0.4"
],
[
"0.1",
"0.1"
],
[
"0.5",
"0.3"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.4"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "flag",
"size_mm": 2000,
"description": "Flag on a pole",
"parameters": {
"pole": {
"default": "#7f8c8d",
"desc": "Pole"
},
"cloth": {
"default": "#e74c3c",
"desc": "Flag color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.2",
"0.9"
]
],
"fill": "{pole}",
"closed": false
},
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.8",
"0.3"
],
[
"0.2",
"0.5"
]
],
"fill": "{cloth}",
"closed": true
}
]
},
{
"name": "battery",
"size_mm": 100,
"description": "Battery icon",
"parameters": {
"body": {
"default": "#7f8c8d",
"desc": "Body color"
},
"level": {
"default": "#2ecc71",
"desc": "Charge color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.8",
"0.4"
],
[
"0.9",
"0.4"
],
[
"0.9",
"0.6"
],
[
"0.8",
"0.6"
]
],
"fill": "{body}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.15",
"0.35"
],
[
"0.6",
"0.35"
],
[
"0.6",
"0.65"
],
[
"0.15",
"0.65"
]
],
"fill": "{level}",
"closed": true
}
]
},
{
"name": "key",
"size_mm": 80,
"description": "Door key",
"parameters": {
"color": {
"default": "#f1c40f",
"desc": "Key color"
}
},
"components": [
{
"type": "circle",
"cx": "0.2",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{color}"
},
{
"type": "path",
"pts": [
[
"0.35",
"0.5"
],
[
"0.9",
"0.5"
]
],
"fill": "{color}",
"closed": false
},
{
"type": "path",
"pts": [
[
"0.7",
"0.5"
],
[
"0.7",
"0.7"
]
],
"fill": "{color}",
"closed": false
},
{
"type": "path",
"pts": [
[
"0.85",
"0.5"
],
[
"0.85",
"0.7"
]
],
"fill": "{color}",
"closed": false
}
]
},
{
"name": "letter_a",
"size_mm": 200,
"description": "Letter A",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.1",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.4",
"0.6"
],
[
"0.6",
"0.6"
],
[
"0.7",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_b",
"size_mm": 200,
"description": "Letter B",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.7",
"0.1"
],
[
"0.8",
"0.3"
],
[
"0.7",
"0.5"
],
[
"0.8",
"0.7"
],
[
"0.7",
"0.9"
],
[
"0.2",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_c",
"size_mm": 200,
"description": "Letter C",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.8",
"0.2"
],
[
"0.5",
"0.1"
],
[
"0.2",
"0.2"
],
[
"0.1",
"0.5"
],
[
"0.2",
"0.8"
],
[
"0.5",
"0.9"
],
[
"0.8",
"0.8"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_d",
"size_mm": 200,
"description": "Letter D",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.6",
"0.1"
],
[
"0.8",
"0.5"
],
[
"0.6",
"0.9"
],
[
"0.2",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_e",
"size_mm": 200,
"description": "Letter E",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.8",
"0.1"
],
[
"0.2",
"0.1"
],
[
"0.2",
"0.9"
],
[
"0.8",
"0.9"
],
[
"0.8",
"0.7"
],
[
"0.4",
"0.7"
],
[
"0.4",
"0.6"
],
[
"0.7",
"0.6"
],
[
"0.7",
"0.4"
],
[
"0.4",
"0.4"
],
[
"0.4",
"0.3"
],
[
"0.8",
"0.3"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_f",
"size_mm": 200,
"description": "Letter F",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.8",
"0.1"
],
[
"0.2",
"0.1"
],
[
"0.2",
"0.9"
],
[
"0.4",
"0.9"
],
[
"0.4",
"0.6"
],
[
"0.7",
"0.6"
],
[
"0.7",
"0.4"
],
[
"0.4",
"0.4"
],
[
"0.4",
"0.3"
],
[
"0.8",
"0.3"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_h",
"size_mm": 200,
"description": "Letter H",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.4",
"0.1"
],
[
"0.4",
"0.4"
],
[
"0.6",
"0.4"
],
[
"0.6",
"0.1"
],
[
"0.8",
"0.1"
],
[
"0.8",
"0.9"
],
[
"0.6",
"0.9"
],
[
"0.6",
"0.6"
],
[
"0.4",
"0.6"
],
[
"0.4",
"0.9"
],
[
"0.2",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_i",
"size_mm": 200,
"description": "Letter I",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.3",
"0.1"
],
[
"0.7",
"0.1"
],
[
"0.7",
"0.3"
],
[
"0.6",
"0.3"
],
[
"0.6",
"0.7"
],
[
"0.7",
"0.7"
],
[
"0.7",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.7"
],
[
"0.4",
"0.7"
],
[
"0.4",
"0.3"
],
[
"0.3",
"0.3"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_l",
"size_mm": 200,
"description": "Letter L",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.4",
"0.1"
],
[
"0.4",
"0.7"
],
[
"0.8",
"0.7"
],
[
"0.8",
"0.9"
],
[
"0.2",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_m",
"size_mm": 200,
"description": "Letter M",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.4"
],
[
"0.5",
"0.7"
],
[
"0.7",
"0.4"
],
[
"0.7",
"0.9"
],
[
"0.9",
"0.9"
],
[
"0.9",
"0.1"
],
[
"0.7",
"0.1"
],
[
"0.5",
"0.4"
],
[
"0.3",
"0.1"
],
[
"0.1",
"0.1"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_n",
"size_mm": 200,
"description": "Letter N",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.4",
"0.9"
],
[
"0.4",
"0.4"
],
[
"0.7",
"0.9"
],
[
"0.9",
"0.9"
],
[
"0.9",
"0.1"
],
[
"0.7",
"0.1"
],
[
"0.7",
"0.6"
],
[
"0.4",
"0.1"
],
[
"0.2",
"0.1"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_o",
"size_mm": 200,
"description": "Letter O",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.5",
"0.1"
],
[
"0.2",
"0.2"
],
[
"0.1",
"0.5"
],
[
"0.2",
"0.8"
],
[
"0.5",
"0.9"
],
[
"0.8",
"0.8"
],
[
"0.9",
"0.5"
],
[
"0.8",
"0.2"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_t",
"size_mm": 200,
"description": "Letter T",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.3"
],
[
"0.6",
"0.3"
],
[
"0.6",
"0.9"
],
[
"0.4",
"0.9"
],
[
"0.4",
"0.3"
],
[
"0.1",
"0.3"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_u",
"size_mm": 200,
"description": "Letter U",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.4",
"0.1"
],
[
"0.4",
"0.7"
],
[
"0.6",
"0.7"
],
[
"0.6",
"0.1"
],
[
"0.8",
"0.1"
],
[
"0.8",
"0.8"
],
[
"0.5",
"0.9"
],
[
"0.2",
"0.8"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_v",
"size_mm": 200,
"description": "Letter V",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.3",
"0.1"
],
[
"0.5",
"0.7"
],
[
"0.7",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.6",
"0.9"
],
[
"0.4",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_w",
"size_mm": 200,
"description": "Letter W",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.3",
"0.1"
],
[
"0.4",
"0.6"
],
[
"0.5",
"0.3"
],
[
"0.6",
"0.6"
],
[
"0.7",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.7",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.3",
"0.9"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_x",
"size_mm": 200,
"description": "Letter X",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.4",
"0.1"
],
[
"0.5",
"0.4"
],
[
"0.6",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.6",
"0.5"
],
[
"0.9",
"0.9"
],
[
"0.6",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.4",
"0.9"
],
[
"0.1",
"0.9"
],
[
"0.4",
"0.5"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_y",
"size_mm": 200,
"description": "Letter Y",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.4",
"0.1"
],
[
"0.5",
"0.4"
],
[
"0.6",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.6",
"0.5"
],
[
"0.6",
"0.9"
],
[
"0.4",
"0.9"
],
[
"0.4",
"0.5"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "letter_z",
"size_mm": 200,
"description": "Letter Z",
"parameters": {
"color": {
"default": "#34495e",
"desc": "Color"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.1"
],
[
"0.8",
"0.1"
],
[
"0.8",
"0.3"
],
[
"0.4",
"0.7"
],
[
"0.8",
"0.7"
],
[
"0.8",
"0.9"
],
[
"0.2",
"0.9"
],
[
"0.2",
"0.7"
],
[
"0.6",
"0.3"
],
[
"0.2",
"0.3"
]
],
"fill": "{color}",
"closed": true
}
]
},
{
"name": "ui_button_1",
"size_mm": 50,
"description": "UI Button Variation 1",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_2",
"size_mm": 50,
"description": "UI Button Variation 2",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_3",
"size_mm": 50,
"description": "UI Button Variation 3",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_4",
"size_mm": 50,
"description": "UI Button Variation 4",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_5",
"size_mm": 50,
"description": "UI Button Variation 5",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_6",
"size_mm": 50,
"description": "UI Button Variation 6",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_7",
"size_mm": 50,
"description": "UI Button Variation 7",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_8",
"size_mm": 50,
"description": "UI Button Variation 8",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_9",
"size_mm": 50,
"description": "UI Button Variation 9",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_10",
"size_mm": 50,
"description": "UI Button Variation 10",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_11",
"size_mm": 50,
"description": "UI Button Variation 11",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_12",
"size_mm": 50,
"description": "UI Button Variation 12",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_13",
"size_mm": 50,
"description": "UI Button Variation 13",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_14",
"size_mm": 50,
"description": "UI Button Variation 14",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_15",
"size_mm": 50,
"description": "UI Button Variation 15",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_16",
"size_mm": 50,
"description": "UI Button Variation 16",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_17",
"size_mm": 50,
"description": "UI Button Variation 17",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_18",
"size_mm": 50,
"description": "UI Button Variation 18",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_19",
"size_mm": 50,
"description": "UI Button Variation 19",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_20",
"size_mm": 50,
"description": "UI Button Variation 20",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_21",
"size_mm": 50,
"description": "UI Button Variation 21",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_button_22",
"size_mm": 50,
"description": "UI Button Variation 22",
"parameters": {
"bg": {
"default": "#3498db",
"desc": "Background"
},
"fg": {
"default": "#ffffff",
"desc": "Foreground"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.3"
],
[
"0.9",
"0.3"
],
[
"0.9",
"0.7"
],
[
"0.1",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{fg}"
}
]
},
{
"name": "ui_card_1",
"size_mm": 150,
"description": "UI Card Variation 1",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_2",
"size_mm": 150,
"description": "UI Card Variation 2",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_3",
"size_mm": 150,
"description": "UI Card Variation 3",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_4",
"size_mm": 150,
"description": "UI Card Variation 4",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_5",
"size_mm": 150,
"description": "UI Card Variation 5",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_6",
"size_mm": 150,
"description": "UI Card Variation 6",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_7",
"size_mm": 150,
"description": "UI Card Variation 7",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_8",
"size_mm": 150,
"description": "UI Card Variation 8",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_9",
"size_mm": 150,
"description": "UI Card Variation 9",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_10",
"size_mm": 150,
"description": "UI Card Variation 10",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_11",
"size_mm": 150,
"description": "UI Card Variation 11",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_12",
"size_mm": 150,
"description": "UI Card Variation 12",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_13",
"size_mm": 150,
"description": "UI Card Variation 13",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_14",
"size_mm": 150,
"description": "UI Card Variation 14",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_15",
"size_mm": 150,
"description": "UI Card Variation 15",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_16",
"size_mm": 150,
"description": "UI Card Variation 16",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_17",
"size_mm": 150,
"description": "UI Card Variation 17",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_18",
"size_mm": 150,
"description": "UI Card Variation 18",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_19",
"size_mm": 150,
"description": "UI Card Variation 19",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_20",
"size_mm": 150,
"description": "UI Card Variation 20",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_21",
"size_mm": 150,
"description": "UI Card Variation 21",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_card_22",
"size_mm": 150,
"description": "UI Card Variation 22",
"parameters": {
"bg": {
"default": "#ffffff",
"desc": "Background"
},
"shadow": {
"default": "#ecf0f1",
"desc": "Shadow"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.12",
"0.12"
],
[
"0.92",
"0.12"
],
[
"0.92",
"0.92"
],
[
"0.12",
"0.92"
]
],
"fill": "{shadow}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.1",
"0.1"
],
[
"0.9",
"0.1"
],
[
"0.9",
"0.9"
],
[
"0.1",
"0.9"
]
],
"fill": "{bg}",
"closed": true
}
]
},
{
"name": "ui_slider_1",
"size_mm": 200,
"description": "UI Slider Variation 1",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.14",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_2",
"size_mm": 200,
"description": "UI Slider Variation 2",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.18000000000000002",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_3",
"size_mm": 200,
"description": "UI Slider Variation 3",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.22",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_4",
"size_mm": 200,
"description": "UI Slider Variation 4",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.26",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_5",
"size_mm": 200,
"description": "UI Slider Variation 5",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.30000000000000004",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_6",
"size_mm": 200,
"description": "UI Slider Variation 6",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.33999999999999997",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_7",
"size_mm": 200,
"description": "UI Slider Variation 7",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.38",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_8",
"size_mm": 200,
"description": "UI Slider Variation 8",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.42000000000000004",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_9",
"size_mm": 200,
"description": "UI Slider Variation 9",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.4600000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_10",
"size_mm": 200,
"description": "UI Slider Variation 10",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_11",
"size_mm": 200,
"description": "UI Slider Variation 11",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.54",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_12",
"size_mm": 200,
"description": "UI Slider Variation 12",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.58",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_13",
"size_mm": 200,
"description": "UI Slider Variation 13",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.62",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_14",
"size_mm": 200,
"description": "UI Slider Variation 14",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.6599999999999999",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_15",
"size_mm": 200,
"description": "UI Slider Variation 15",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.7000000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_16",
"size_mm": 200,
"description": "UI Slider Variation 16",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.7400000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_17",
"size_mm": 200,
"description": "UI Slider Variation 17",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.78",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_18",
"size_mm": 200,
"description": "UI Slider Variation 18",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.8200000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_19",
"size_mm": 200,
"description": "UI Slider Variation 19",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.86",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_20",
"size_mm": 200,
"description": "UI Slider Variation 20",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.9",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_21",
"size_mm": 200,
"description": "UI Slider Variation 21",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.9400000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_slider_22",
"size_mm": 200,
"description": "UI Slider Variation 22",
"parameters": {
"track": {
"default": "#bdc3c7",
"desc": "Track"
},
"thumb": {
"default": "#3498db",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.45"
],
[
"0.9",
"0.45"
],
[
"0.9",
"0.55"
],
[
"0.1",
"0.55"
]
],
"fill": "{track}",
"closed": true
},
{
"type": "circle",
"cx": "0.9800000000000001",
"cy": "0.5",
"rx": "0.1",
"ry": "0.1",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_1",
"size_mm": 50,
"description": "UI Toggle Variation 1",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_2",
"size_mm": 50,
"description": "UI Toggle Variation 2",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_3",
"size_mm": 50,
"description": "UI Toggle Variation 3",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_4",
"size_mm": 50,
"description": "UI Toggle Variation 4",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_5",
"size_mm": 50,
"description": "UI Toggle Variation 5",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_6",
"size_mm": 50,
"description": "UI Toggle Variation 6",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_7",
"size_mm": 50,
"description": "UI Toggle Variation 7",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_8",
"size_mm": 50,
"description": "UI Toggle Variation 8",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_9",
"size_mm": 50,
"description": "UI Toggle Variation 9",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_10",
"size_mm": 50,
"description": "UI Toggle Variation 10",
"parameters": {
"bg": {
"default": "#e74c3c",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.3",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_11",
"size_mm": 50,
"description": "UI Toggle Variation 11",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_12",
"size_mm": 50,
"description": "UI Toggle Variation 12",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_13",
"size_mm": 50,
"description": "UI Toggle Variation 13",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_14",
"size_mm": 50,
"description": "UI Toggle Variation 14",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_15",
"size_mm": 50,
"description": "UI Toggle Variation 15",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_16",
"size_mm": 50,
"description": "UI Toggle Variation 16",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_17",
"size_mm": 50,
"description": "UI Toggle Variation 17",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_18",
"size_mm": 50,
"description": "UI Toggle Variation 18",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_19",
"size_mm": 50,
"description": "UI Toggle Variation 19",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_20",
"size_mm": 50,
"description": "UI Toggle Variation 20",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_21",
"size_mm": 50,
"description": "UI Toggle Variation 21",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "ui_toggle_22",
"size_mm": 50,
"description": "UI Toggle Variation 22",
"parameters": {
"bg": {
"default": "#2ecc71",
"desc": "Background"
},
"thumb": {
"default": "#ffffff",
"desc": "Thumb"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.2",
"0.3"
],
[
"0.8",
"0.3"
],
[
"0.8",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bg}",
"closed": true
},
{
"type": "circle",
"cx": "0.7",
"cy": "0.5",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{thumb}"
}
]
},
{
"name": "avatar_1",
"size_mm": 150,
"description": "Avatar Profile 1",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_2",
"size_mm": 150,
"description": "Avatar Profile 2",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_3",
"size_mm": 150,
"description": "Avatar Profile 3",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_4",
"size_mm": 150,
"description": "Avatar Profile 4",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_5",
"size_mm": 150,
"description": "Avatar Profile 5",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_6",
"size_mm": 150,
"description": "Avatar Profile 6",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_7",
"size_mm": 150,
"description": "Avatar Profile 7",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_8",
"size_mm": 150,
"description": "Avatar Profile 8",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_9",
"size_mm": 150,
"description": "Avatar Profile 9",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_10",
"size_mm": 150,
"description": "Avatar Profile 10",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_11",
"size_mm": 150,
"description": "Avatar Profile 11",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_12",
"size_mm": 150,
"description": "Avatar Profile 12",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_13",
"size_mm": 150,
"description": "Avatar Profile 13",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_14",
"size_mm": 150,
"description": "Avatar Profile 14",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_15",
"size_mm": 150,
"description": "Avatar Profile 15",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_16",
"size_mm": 150,
"description": "Avatar Profile 16",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_17",
"size_mm": 150,
"description": "Avatar Profile 17",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_18",
"size_mm": 150,
"description": "Avatar Profile 18",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_19",
"size_mm": 150,
"description": "Avatar Profile 19",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_20",
"size_mm": 150,
"description": "Avatar Profile 20",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_21",
"size_mm": 150,
"description": "Avatar Profile 21",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "avatar_22",
"size_mm": 150,
"description": "Avatar Profile 22",
"parameters": {
"bg": {
"default": "#9b59b6",
"desc": "Background"
},
"fg": {
"default": "#ecf0f1",
"desc": "Foreground"
}
},
"components": [
{
"type": "circle",
"cx": "0.5",
"cy": "0.5",
"rx": "0.45",
"ry": "0.45",
"n": 32,
"fill": "{bg}"
},
{
"type": "circle",
"cx": "0.5",
"cy": "0.35",
"rx": "0.15",
"ry": "0.15",
"n": 32,
"fill": "{fg}"
},
{
"type": "path",
"pts": [
[
"0.2",
"0.8"
],
[
"0.8",
"0.8"
],
[
"0.7",
"0.6"
],
[
"0.3",
"0.6"
]
],
"fill": "{fg}",
"closed": true
}
]
},
{
"name": "chart_bar_1",
"size_mm": 500,
"description": "Bar Chart 1",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.6000000000000001"
],
[
"0.2",
"0.6000000000000001"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.7000000000000001"
],
[
"0.4",
"0.7000000000000001"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_2",
"size_mm": 500,
"description": "Bar Chart 2",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.49999999999999994"
],
[
"0.2",
"0.49999999999999994"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.4",
"0.6"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_3",
"size_mm": 500,
"description": "Bar Chart 3",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.39999999999999997"
],
[
"0.2",
"0.39999999999999997"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.5"
],
[
"0.4",
"0.5"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_4",
"size_mm": 500,
"description": "Bar Chart 4",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.3"
],
[
"0.2",
"0.3"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.4"
],
[
"0.4",
"0.4"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_5",
"size_mm": 500,
"description": "Bar Chart 5",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.30000000000000004"
],
[
"0.4",
"0.30000000000000004"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_6",
"size_mm": 500,
"description": "Bar Chart 6",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.6000000000000001"
],
[
"0.2",
"0.6000000000000001"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.19999999999999993"
],
[
"0.4",
"0.19999999999999993"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_7",
"size_mm": 500,
"description": "Bar Chart 7",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.49999999999999994"
],
[
"0.2",
"0.49999999999999994"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.8"
],
[
"0.4",
"0.8"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_8",
"size_mm": 500,
"description": "Bar Chart 8",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.39999999999999997"
],
[
"0.2",
"0.39999999999999997"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.7000000000000001"
],
[
"0.4",
"0.7000000000000001"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_9",
"size_mm": 500,
"description": "Bar Chart 9",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.3"
],
[
"0.2",
"0.3"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.4",
"0.6"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_10",
"size_mm": 500,
"description": "Bar Chart 10",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.5"
],
[
"0.4",
"0.5"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_11",
"size_mm": 500,
"description": "Bar Chart 11",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.6000000000000001"
],
[
"0.2",
"0.6000000000000001"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.4"
],
[
"0.4",
"0.4"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_12",
"size_mm": 500,
"description": "Bar Chart 12",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.49999999999999994"
],
[
"0.2",
"0.49999999999999994"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.30000000000000004"
],
[
"0.4",
"0.30000000000000004"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_13",
"size_mm": 500,
"description": "Bar Chart 13",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.39999999999999997"
],
[
"0.2",
"0.39999999999999997"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.19999999999999993"
],
[
"0.4",
"0.19999999999999993"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_14",
"size_mm": 500,
"description": "Bar Chart 14",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.3"
],
[
"0.2",
"0.3"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.8"
],
[
"0.4",
"0.8"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_15",
"size_mm": 500,
"description": "Bar Chart 15",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.7000000000000001"
],
[
"0.4",
"0.7000000000000001"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_16",
"size_mm": 500,
"description": "Bar Chart 16",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.6000000000000001"
],
[
"0.2",
"0.6000000000000001"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.6"
],
[
"0.4",
"0.6"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_17",
"size_mm": 500,
"description": "Bar Chart 17",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.49999999999999994"
],
[
"0.2",
"0.49999999999999994"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.5"
],
[
"0.4",
"0.5"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_18",
"size_mm": 500,
"description": "Bar Chart 18",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.39999999999999997"
],
[
"0.2",
"0.39999999999999997"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.4"
],
[
"0.4",
"0.4"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_19",
"size_mm": 500,
"description": "Bar Chart 19",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.3"
],
[
"0.2",
"0.3"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.30000000000000004"
],
[
"0.4",
"0.30000000000000004"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_20",
"size_mm": 500,
"description": "Bar Chart 20",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.7"
],
[
"0.2",
"0.7"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.19999999999999993"
],
[
"0.4",
"0.19999999999999993"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.39999999999999997"
],
[
"0.6",
"0.39999999999999997"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_21",
"size_mm": 500,
"description": "Bar Chart 21",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.6000000000000001"
],
[
"0.2",
"0.6000000000000001"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.8"
],
[
"0.4",
"0.8"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.6000000000000001"
],
[
"0.6",
"0.6000000000000001"
]
],
"fill": "{bar_3}",
"closed": true
}
]
},
{
"name": "chart_bar_22",
"size_mm": 500,
"description": "Bar Chart 22",
"parameters": {
"bar_1": {
"default": "#3498db",
"desc": "Bar 1"
},
"bar_2": {
"default": "#2ecc71",
"desc": "Bar 2"
},
"bar_3": {
"default": "#e74c3c",
"desc": "Bar 3"
}
},
"components": [
{
"type": "path",
"pts": [
[
"0.1",
"0.9"
],
[
"0.9",
"0.9"
]
],
"fill": "none",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.2",
"0.9"
],
[
"0.3",
"0.9"
],
[
"0.3",
"0.49999999999999994"
],
[
"0.2",
"0.49999999999999994"
]
],
"fill": "{bar_1}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.4",
"0.9"
],
[
"0.5",
"0.9"
],
[
"0.5",
"0.7000000000000001"
],
[
"0.4",
"0.7000000000000001"
]
],
"fill": "{bar_2}",
"closed": true
},
{
"type": "path",
"pts": [
[
"0.6",
"0.9"
],
[
"0.7",
"0.9"
],
[
"0.7",
"0.5"
],
[
"0.6",
"0.5"
]
],
"fill": "{bar_3}",
"closed": true
}
]
}
]