Fix Burrow owl icon silhouette
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 613 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 4 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.9 KiB |
|
|
@ -92,17 +92,25 @@ for size in "${sizes[@]}"; do
|
||||||
done
|
done
|
||||||
|
|
||||||
preview_inputs=()
|
preview_inputs=()
|
||||||
for size in 256 128 80 64 48 40 32 29 20 16; do
|
pixel_preview_inputs=()
|
||||||
|
for size in 256 128 80 64 48 40 32 29 24 20 16; do
|
||||||
preview="$output_dir/preview-${size}.png"
|
preview="$output_dir/preview-${size}.png"
|
||||||
if (( size <= 20 )); then
|
if (( size <= 32 )); then
|
||||||
filter=Point
|
filter=Point
|
||||||
else
|
else
|
||||||
filter=Lanczos
|
filter=Lanczos
|
||||||
fi
|
fi
|
||||||
magick "$output_dir/burrow-icon-${size}.png" -filter "$filter" -resize 128x128 "$preview"
|
magick "$output_dir/burrow-icon-${size}.png" -filter "$filter" -resize 128x128 "$preview"
|
||||||
preview_inputs+=("$preview")
|
preview_inputs+=("$preview")
|
||||||
|
|
||||||
|
if (( size <= 32 )); then
|
||||||
|
pixel_preview="$output_dir/pixel-preview-${size}.png"
|
||||||
|
magick "$output_dir/burrow-icon-${size}.png" -filter Point -resize 128x128 "$pixel_preview"
|
||||||
|
pixel_preview_inputs+=("$pixel_preview")
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
magick -background "#202020" -gravity center "${preview_inputs[@]}" +append "$output_dir/preview-strip.png"
|
magick -background "#202020" -gravity center "${preview_inputs[@]}" +append "$output_dir/preview-strip.png"
|
||||||
|
magick -background "#202020" -gravity center "${pixel_preview_inputs[@]}" +append "$output_dir/pixel-preview-strip.png"
|
||||||
|
|
||||||
echo "low-res icon exports written to $output_dir"
|
echo "low-res icon exports written to $output_dir"
|
||||||
|
|
|
||||||
|
|
@ -5,45 +5,39 @@
|
||||||
<stop offset="0" stop-color="#1b140f"/>
|
<stop offset="0" stop-color="#1b140f"/>
|
||||||
<stop offset="1" stop-color="#080604"/>
|
<stop offset="1" stop-color="#080604"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient id="burrow-body" x1="48" y1="29" x2="80" y2="84" gradientUnits="userSpaceOnUse">
|
<linearGradient id="burrow-body" x1="31" y1="25" x2="97" y2="86" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#b87435"/>
|
<stop offset="0" stop-color="#b87435"/>
|
||||||
<stop offset="0.65" stop-color="#72401f"/>
|
<stop offset="0.65" stop-color="#72401f"/>
|
||||||
<stop offset="1" stop-color="#2a1710"/>
|
<stop offset="1" stop-color="#2a1710"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient id="burrow-ground" x1="25" y1="96" x2="103" y2="116" gradientUnits="userSpaceOnUse">
|
<linearGradient id="burrow-gold" x1="45" y1="40" x2="83" y2="58" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#4a2a18"/>
|
|
||||||
<stop offset="0.48" stop-color="#a7632a"/>
|
|
||||||
<stop offset="1" stop-color="#3a2114"/>
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient id="burrow-gold" x1="45" y1="41" x2="83" y2="59" gradientUnits="userSpaceOnUse">
|
|
||||||
<stop offset="0" stop-color="#ffd762"/>
|
<stop offset="0" stop-color="#ffd762"/>
|
||||||
<stop offset="1" stop-color="#c98213"/>
|
<stop offset="1" stop-color="#c98213"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<rect x="4" y="4" width="120" height="120" rx="28" fill="url(#burrow-bg)"/>
|
<rect x="4" y="4" width="120" height="120" rx="28" fill="url(#burrow-bg)"/>
|
||||||
<path d="M45 58c0-18 7-29 19-29s19 11 19 29c0 17-8 28-19 28S45 75 45 58Z" fill="url(#burrow-body)"/>
|
<path d="M30 101c9-4 20-6 34-6s25 2 34 6c-11-1-22-1.5-34-1.5S41 100 30 101Z" fill="#050302" opacity=".78"/>
|
||||||
<path d="M49 62c3 6 8 10 15 10s12-4 15-10c1 14-5 22-15 22s-16-8-15-22Z" fill="#4b2919" opacity=".42"/>
|
<path d="M51 75c2-1 5-.8 7 .5l-.3 31c0 2.7-4 2.9-4.4.2Z" fill="#d99b52"/>
|
||||||
<path d="M48 41c4-9 10-14 16-14s12 5 16 14c-5-4-11-6-16-6s-11 2-16 6Z" fill="#8b4f25"/>
|
<path d="M70 75.5c2-1.3 5-1.5 7-.5l-2.5 31.7c-.4 2.7-4.4 2.5-4.4-.2Z" fill="#d99b52"/>
|
||||||
<path d="M50 42c4-4 9-6 14-6 2 0 4 .3 5 .8-3 6-7 9-14 10-2-.7-4-2-5-4.8Z" fill="#fff0c8"/>
|
<path d="M34 57c0-11 5.5-20.5 15.8-26 4.6-2.5 9.4-3.5 14.2-3 4.8-.5 9.6.5 14.2 3C88.5 36.5 94 46 94 57c0 10.6-6.6 18.5-20 22.6L64 82.7l-10-3.1C40.6 75.5 34 67.6 34 57Z" fill="url(#burrow-body)"/>
|
||||||
<path d="M78 42c-4-4-9-6-14-6-2 0-4 .3-5 .8 3 6 7 9 14 10 2-.7 4-2 5-4.8Z" fill="#fff0c8"/>
|
<path d="M40 60.5c5.3 5.4 13.3 8.1 24 8.1s18.7-2.7 24-8.1c-1.6 10.9-9.6 17.1-24 20C49.6 77.6 41.6 71.4 40 60.5Z" fill="#4b2919" opacity=".32"/>
|
||||||
<circle cx="56" cy="43" r="5.4" fill="url(#burrow-gold)"/>
|
<path d="M36.5 62.3c-7.2 5.6-10.2 13.6-9 23.8 11-3.9 17.9-11.3 20.5-22.2Z" fill="#2b1710" opacity=".64"/>
|
||||||
<circle cx="72" cy="43" r="5.4" fill="url(#burrow-gold)"/>
|
<path d="M91.5 62.3c7.2 5.6 10.2 13.6 9 23.8-11-3.9-17.9-11.3-20.5-22.2Z" fill="#2b1710" opacity=".64"/>
|
||||||
<circle cx="56" cy="43" r="2.8" fill="#050403"/>
|
<path d="M45.5 42.8c4.5-4 9.2-6 14-6 1.9 0 3.8.3 5.6 1-2.8 5.2-7.5 8.1-14.4 8.8-2.2-.6-4-1.9-5.2-3.8Z" fill="#fff0c8"/>
|
||||||
<circle cx="72" cy="43" r="2.8" fill="#050403"/>
|
<path d="M82.5 42.8c-4.5-4-9.2-6-14-6-1.9 0-3.8.3-5.6 1 2.8 5.2 7.5 8.1 14.4 8.8 2.2-.6 4-1.9 5.2-3.8Z" fill="#fff0c8"/>
|
||||||
<path d="M64 47l4 4.4-4 7.8-4-7.8Z" fill="#d89642"/>
|
<circle cx="56" cy="44" r="5.2" fill="url(#burrow-gold)"/>
|
||||||
<path d="M51 35c4-4 8-5.8 13-5.8s9 1.8 13 5.8" fill="none" stroke="#f2d69e" stroke-width="3" stroke-linecap="round"/>
|
<circle cx="72" cy="44" r="5.2" fill="url(#burrow-gold)"/>
|
||||||
|
<circle cx="56" cy="44" r="2.8" fill="#050403"/>
|
||||||
|
<circle cx="72" cy="44" r="2.8" fill="#050403"/>
|
||||||
|
<path d="M64 47.2l4 4.4-4 7.5-4-7.5Z" fill="#d89642"/>
|
||||||
|
<path d="M50 35.7c3-2.7 6.6-4.2 10.8-4.5M67.2 31.2c4.2.3 7.8 1.8 10.8 4.5" fill="none" stroke="#f2d69e" stroke-width="3" stroke-linecap="round"/>
|
||||||
<g fill="#f2d69e" opacity=".9">
|
<g fill="#f2d69e" opacity=".9">
|
||||||
<ellipse cx="55" cy="58" rx="3.1" ry="1.7" transform="rotate(20 55 58)"/>
|
<ellipse cx="55" cy="58" rx="2.8" ry="1.6" transform="rotate(20 55 58)"/>
|
||||||
<ellipse cx="64" cy="59" rx="3.4" ry="1.7"/>
|
<ellipse cx="64" cy="59" rx="3.2" ry="1.6"/>
|
||||||
<ellipse cx="73" cy="58" rx="3.1" ry="1.7" transform="rotate(-20 73 58)"/>
|
<ellipse cx="73" cy="58" rx="2.8" ry="1.6" transform="rotate(-20 73 58)"/>
|
||||||
<ellipse cx="58" cy="68" rx="3.4" ry="1.7" transform="rotate(30 58 68)"/>
|
<ellipse cx="58" cy="66.5" rx="2.4" ry="1.4" transform="rotate(18 58 66.5)"/>
|
||||||
<ellipse cx="70" cy="68" rx="3.4" ry="1.7" transform="rotate(-30 70 68)"/>
|
<ellipse cx="70" cy="66.5" rx="2.4" ry="1.4" transform="rotate(-18 70 66.5)"/>
|
||||||
<ellipse cx="64" cy="77" rx="1.8" ry="4"/>
|
|
||||||
</g>
|
</g>
|
||||||
<path d="M56 78c2-1 5-1 7 0l-2 31c-.3 2.5-4.3 2.5-4.6 0Z" fill="#d99b52"/>
|
<path d="M53.8 107c-4.8 1-8.8 2.8-12 5.6 5.2-.7 9.5-.2 13.1 1.4 2 .9 4.2-.6 3.8-2.8-.4-2.5-2.2-4.8-4.9-4.2Z" fill="#d99b52"/>
|
||||||
<path d="M65 78c2-1 5-1 7 0l-1.4 31c-.3 2.5-4.3 2.5-4.6 0Z" fill="#d99b52"/>
|
<path d="M74.2 107c4.8 1 8.8 2.8 12 5.6-5.2-.7-9.5-.2-13.1 1.4-2 .9-4.2-.6-3.8-2.8.4-2.5 2.2-4.8 4.9-4.2Z" fill="#d99b52"/>
|
||||||
<path d="M23 108c9-7 24-11 41-11s32 4 41 11c-10-3-23-4.5-41-4.5S33 105 23 108Z" fill="url(#burrow-ground)"/>
|
|
||||||
<path d="M33 111c7-4 17-6 31-6s24 2 31 6c-8-1.5-18-2.2-31-2.2s-23 .7-31 2.2Z" fill="#0d0805"/>
|
|
||||||
<path d="M56.5 110c-4 1-7.7 3.2-10.8 6.5 5.2-1.2 9.5-1 12.8.7 2 1 4.3-.5 4.1-2.7-.2-2.4-2.4-5.2-6.1-4.5Z" fill="#3d2917"/>
|
|
||||||
<path d="M71.5 110c4 1 7.7 3.2 10.8 6.5-5.2-1.2-9.5-1-12.8.7-2 1-4.3-.5-4.1-2.7.2-2.4 2.4-5.2 6.1-4.5Z" fill="#3d2917"/>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3 KiB |
|
|
@ -1,11 +1,11 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||||
<g fill="#2e3436">
|
<g fill="#2e3436">
|
||||||
<path d="M5 7c0-2.7 1.1-4.4 3-4.4S11 4.3 11 7c0 2.4-1.2 4-3 4s-3-1.6-3-4Z"/>
|
<path d="M4.3 7c0-2.5 1.5-4.3 3.7-4.3s3.7 1.8 3.7 4.3c0 2-1.4 3.3-3.7 3.9C5.7 10.3 4.3 9 4.3 7Z"/>
|
||||||
<path d="M5.2 4.8c.8-1 1.7-1.5 2.8-1.5s2 .5 2.8 1.5C9.9 4.4 9 4.2 8 4.2s-1.9.2-2.8.6Z"/>
|
<path d="M5.1 4.8c.8-1 1.8-1.5 2.9-1.5s2.1.5 2.9 1.5C9.9 4.4 9 4.2 8 4.2s-1.9.2-2.9.6Z"/>
|
||||||
<path d="M5.8 5.7c.6-.5 1.2-.8 2-.7-.3.8-.9 1.2-1.7 1.3-.2-.1-.3-.3-.3-.6ZM10.2 5.7c-.6-.5-1.2-.8-2-.7.3.8.9 1.2 1.7 1.3.2-.1.3-.3.3-.6Z" fill="#fff"/>
|
<path d="M5.8 5.7c.6-.5 1.2-.8 2-.7-.3.8-.9 1.2-1.7 1.3-.2-.1-.3-.3-.3-.6ZM10.2 5.7c-.6-.5-1.2-.8-2-.7.3.8.9 1.2 1.7 1.3.2-.1.3-.3.3-.6Z" fill="#fff"/>
|
||||||
<path d="M7.5 6.5 8 7l.5-.5L8 8.2Z"/>
|
<path d="M7.5 6.5 8 7l.5-.5L8 8.2Z"/>
|
||||||
<path d="M6.8 10.3h.6l-.2 2.5h-.5ZM8.6 10.3h.6l-.1 2.5h-.5Z"/>
|
<path d="M6.6 10.2h.6l-.1 2.6h-.5ZM8.8 10.2h.6l-.2 2.6h-.5Z"/>
|
||||||
<path d="M2.4 13c1.1-.9 3-1.4 5.6-1.4s4.5.5 5.6 1.4c-1.4-.3-3.3-.5-5.6-.5s-4.2.2-5.6.5Z"/>
|
<path d="M3.1 13c1-.6 2.6-.9 4.9-.9s3.9.3 4.9.9c-1.5-.2-3.1-.3-4.9-.3s-3.4.1-4.9.3Z"/>
|
||||||
<path d="M6.8 12.9c-.8.2-1.4.6-2 1.1 1-.2 1.7-.2 2.2 0 .3.1.6-.1.6-.4s-.3-.8-.8-.7ZM9.2 12.9c.8.2 1.4.6 2 1.1-1-.2-1.7-.2-2.2 0-.3.1-.6-.1-.6-.4s.3-.8.8-.7Z"/>
|
<path d="M6.8 12.9c-.8.2-1.4.6-2 1.1 1-.2 1.7-.2 2.2 0 .3.1.6-.1.6-.4s-.3-.8-.8-.7ZM9.2 12.9c.8.2 1.4.6 2 1.1-1-.2-1.7-.2-2.2 0-.3.1-.6-.1-.6-.4s.3-.8.8-.7Z"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 199 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -14,7 +14,7 @@
|
||||||
"scale" : 1,
|
"scale" : 1,
|
||||||
"translation-in-points" : [
|
"translation-in-points" : [
|
||||||
0,
|
0,
|
||||||
0
|
18
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -24,10 +24,10 @@
|
||||||
"image-name" : "owl-figure.png",
|
"image-name" : "owl-figure.png",
|
||||||
"name" : "owl-figure",
|
"name" : "owl-figure",
|
||||||
"position" : {
|
"position" : {
|
||||||
"scale" : 1,
|
"scale" : 1.16,
|
||||||
"translation-in-points" : [
|
"translation-in-points" : [
|
||||||
0,
|
0,
|
||||||
0
|
18
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -37,10 +37,10 @@
|
||||||
"image-name" : "owl-legs.png",
|
"image-name" : "owl-legs.png",
|
||||||
"name" : "owl-legs",
|
"name" : "owl-legs",
|
||||||
"position" : {
|
"position" : {
|
||||||
"scale" : 1,
|
"scale" : 1.16,
|
||||||
"translation-in-points" : [
|
"translation-in-points" : [
|
||||||
0,
|
0,
|
||||||
0
|
18
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ The script writes `design/brand/low-res/`, including:
|
||||||
|
|
||||||
- `burrow-icon-{16,20,24,29,32,40,48,64,80,128,256}.png`
|
- `burrow-icon-{16,20,24,29,32,40,48,64,80,128,256}.png`
|
||||||
- `preview-strip.png`, a 256-to-16px visual strip scaled up for inspection
|
- `preview-strip.png`, a 256-to-16px visual strip scaled up for inspection
|
||||||
|
- `pixel-preview-strip.png`, a nearest-neighbor strip for 32px and below
|
||||||
- `report.csv`, with color-count and grayscale-contrast checks
|
- `report.csv`, with color-count and grayscale-contrast checks
|
||||||
|
|
||||||
Sizes that overlap `Apple/UI/Assets.xcassets/AppIcon.appiconset/` should remain
|
Sizes that overlap `Apple/UI/Assets.xcassets/AppIcon.appiconset/` should remain
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 722 KiB After Width: | Height: | Size: 899 KiB |
|
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 111 KiB |
|
|
@ -1,16 +1,16 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024" role="img" aria-label="Burrow burrowing owl icon source">
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024" role="img" aria-label="Burrow burrowing owl icon source">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="body-fill" x1="360" y1="230" x2="650" y2="725" gradientUnits="userSpaceOnUse">
|
<linearGradient id="body-fill" x1="260" y1="220" x2="765" y2="690" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#b87435"/>
|
<stop offset="0" stop-color="#b87435"/>
|
||||||
<stop offset="0.62" stop-color="#72401f"/>
|
<stop offset="0.62" stop-color="#72401f"/>
|
||||||
<stop offset="1" stop-color="#2a1710"/>
|
<stop offset="1" stop-color="#2a1710"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient id="ground-fill" x1="230" y1="740" x2="800" y2="900" gradientUnits="userSpaceOnUse">
|
<linearGradient id="ground-fill" x1="330" y1="860" x2="700" y2="930" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#4a2a18"/>
|
<stop offset="0" stop-color="#2b170e"/>
|
||||||
<stop offset="0.46" stop-color="#a7632a"/>
|
<stop offset="0.5" stop-color="#7a4320"/>
|
||||||
<stop offset="1" stop-color="#3a2114"/>
|
<stop offset="1" stop-color="#21110a"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient id="leg-fill" x1="430" y1="600" x2="604" y2="920" gradientUnits="userSpaceOnUse">
|
<linearGradient id="leg-fill" x1="400" y1="600" x2="625" y2="910" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#f2c27c"/>
|
<stop offset="0" stop-color="#f2c27c"/>
|
||||||
<stop offset="1" stop-color="#9b612c"/>
|
<stop offset="1" stop-color="#9b612c"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
|
|
@ -24,21 +24,17 @@
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<g id="burrow-ground">
|
<g id="burrow-ground">
|
||||||
<ellipse cx="512" cy="886" rx="350" ry="72" fill="#070403" opacity="0.82"/>
|
<path d="M256 904c61-31 146-46 256-46s195 15 256 46c-73-9-158-14-256-14s-183 5-256 14Z" fill="#050302" opacity="0.78"/>
|
||||||
<path d="M190 872c62-57 182-88 322-88s260 31 322 88c-82-22-190-34-322-34s-240 12-322 34Z" fill="url(#ground-fill)"/>
|
<path d="M310 884c49-24 116-36 202-36s153 12 202 36c-59-10-126-15-202-15s-143 5-202 15Z" fill="url(#ground-fill)" opacity="0.64"/>
|
||||||
<path d="M266 888c54-31 136-46 246-46s192 15 246 46c-62-12-144-18-246-18s-184 6-246 18Z" fill="#0d0805"/>
|
<path d="M360 900c38-14 89-21 152-21s114 7 152 21c-44-5-95-8-152-8s-108 3-152 8Z" fill="#0b0604"/>
|
||||||
<path d="M178 876c-24 12-39 29-45 50 36-13 78-19 124-17l-13-39c-23 0-45 2-66 6Z" fill="#321c11"/>
|
|
||||||
<path d="M846 876c24 12 39 29 45 50-36-13-78-19-124-17l13-39c23 0 45 2 66 6Z" fill="#321c11"/>
|
|
||||||
<ellipse cx="318" cy="880" rx="22" ry="9" fill="#b17034" opacity="0.66"/>
|
|
||||||
<ellipse cx="721" cy="873" rx="21" ry="9" fill="#c27a36" opacity="0.62"/>
|
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<g id="owl-body" filter="url(#soft-shadow)">
|
<g id="owl-body" filter="url(#soft-shadow)">
|
||||||
<path d="M346 455c0-144 65-235 166-235s166 91 166 235c0 134-68 224-166 224s-166-90-166-224Z" fill="url(#body-fill)"/>
|
<path d="M262 458c0-88 44-164 126-208 37-20 78-28 124-24 46-4 87 4 124 24 82 44 126 120 126 208 0 85-53 148-160 181l-90 28-90-28c-107-33-160-96-160-181Z" fill="url(#body-fill)"/>
|
||||||
<path d="M378 478c24 52 68 80 134 80s110-28 134-80c5 113-48 181-134 181s-139-68-134-181Z" fill="#4b2919" opacity="0.38"/>
|
<path d="M316 486c42 43 108 64 196 64s154-21 196-64c-13 87-78 137-196 160-118-23-183-73-196-160Z" fill="#4b2919" opacity="0.3"/>
|
||||||
<path d="M380 506c-31 47-34 104-8 171 45-33 68-85 70-156Z" fill="#2b1710" opacity="0.48"/>
|
<path d="M286 499c-58 45-82 109-72 190 88-31 143-90 164-178Z" fill="#2b1710" opacity="0.62"/>
|
||||||
<path d="M644 506c31 47 34 104 8 171-45-33-68-85-70-156Z" fill="#2b1710" opacity="0.48"/>
|
<path d="M738 499c58 45 82 109 72 190-88-31-143-90-164-178Z" fill="#2b1710" opacity="0.62"/>
|
||||||
<path d="M443 596c26 18 49 27 69 27s43-9 69-27c-14 49-37 74-69 74s-55-25-69-74Z" fill="#c48340" opacity="0.38"/>
|
<path d="M400 578c44 27 82 41 112 41s68-14 112-41c-26 47-63 72-112 72s-86-25-112-72Z" fill="#c48340" opacity="0.26"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<g id="owl-face">
|
<g id="owl-face">
|
||||||
|
|
@ -55,25 +51,26 @@
|
||||||
<circle cx="589" cy="343" r="8" fill="#fff8e4"/>
|
<circle cx="589" cy="343" r="8" fill="#fff8e4"/>
|
||||||
<path d="M512 384l30 34-30 62-30-62Z" fill="#d89642"/>
|
<path d="M512 384l30 34-30 62-30-62Z" fill="#d89642"/>
|
||||||
<path d="M512 384v96l-30-62Z" fill="#f0bd65" opacity="0.84"/>
|
<path d="M512 384v96l-30-62Z" fill="#f0bd65" opacity="0.84"/>
|
||||||
<path d="M402 295c31-27 68-41 110-41s79 14 110 41" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
<path d="M402 293c24-22 53-34 86-36" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
||||||
|
<path d="M536 257c33 2 62 14 86 36" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<g id="owl-spots" fill="#f2d69e" opacity="0.9">
|
<g id="owl-spots" fill="#f2d69e" opacity="0.9">
|
||||||
<ellipse cx="443" cy="471" rx="22" ry="13" transform="rotate(22 443 471)"/>
|
<ellipse cx="443" cy="471" rx="22" ry="13" transform="rotate(22 443 471)"/>
|
||||||
<ellipse cx="512" cy="478" rx="25" ry="13"/>
|
<ellipse cx="512" cy="478" rx="25" ry="13"/>
|
||||||
<ellipse cx="581" cy="471" rx="22" ry="13" transform="rotate(-22 581 471)"/>
|
<ellipse cx="581" cy="471" rx="22" ry="13" transform="rotate(-22 581 471)"/>
|
||||||
<ellipse cx="462" cy="543" rx="26" ry="13" transform="rotate(30 462 543)"/>
|
<ellipse cx="462" cy="544" rx="25" ry="13" transform="rotate(30 462 544)"/>
|
||||||
<ellipse cx="512" cy="552" rx="28" ry="13"/>
|
<ellipse cx="562" cy="544" rx="25" ry="13" transform="rotate(-30 562 544)"/>
|
||||||
<ellipse cx="562" cy="543" rx="26" ry="13" transform="rotate(-30 562 543)"/>
|
<ellipse cx="484" cy="617" rx="18" ry="11" transform="rotate(18 484 617)"/>
|
||||||
<ellipse cx="512" cy="621" rx="14" ry="30"/>
|
<ellipse cx="548" cy="617" rx="18" ry="11" transform="rotate(-18 548 617)"/>
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<g id="owl-legs">
|
<g id="owl-legs">
|
||||||
<path d="M437 616c20-9 43-9 63 0l-18 258c-2 22-31 22-33 0Z" fill="url(#leg-fill)"/>
|
<path d="M411 612c20-8 42-6 60 5l-3 258c0 22-30 24-33 2Z" fill="url(#leg-fill)"/>
|
||||||
<path d="M524 616c20-9 43-9 63 0l-12 258c-2 22-31 22-33 0Z" fill="url(#leg-fill)"/>
|
<path d="M553 617c18-11 40-13 60-5l-24 265c-3 22-33 20-33-2Z" fill="url(#leg-fill)"/>
|
||||||
<path d="M446 676h40M442 744h38M438 812h35M538 676h40M536 744h38M533 812h35" stroke="#74461f" stroke-width="9" stroke-linecap="round" opacity="0.34"/>
|
<path d="M424 683h36M422 752h34M421 817h30M563 683h36M558 752h34M553 817h30" stroke="#74461f" stroke-width="9" stroke-linecap="round" opacity="0.3"/>
|
||||||
<path d="M451 872c-34 9-63 26-88 51 42-9 76-7 102 7 16 8 35-4 33-22-1-20-19-42-47-36Z" fill="#d99b52"/>
|
<path d="M437 874c-40 8-73 23-98 46 43-6 79-2 109 12 17 8 35-5 31-23-4-21-19-40-42-35Z" fill="#d99b52"/>
|
||||||
<path d="M573 872c34 9 63 26 88 51-42-9-76-7-102 7-16 8-35-4-33-22 1-20 19-42 47-36Z" fill="#d99b52"/>
|
<path d="M579 874c40 8 73 23 98 46-43-6-79-2-109 12-17 8-35-5-31-23 4-21 19-40 42-35Z" fill="#d99b52"/>
|
||||||
<path d="M398 922l-32 30M444 928l-6 43M489 921l29 35M626 922l32 30M580 928l6 43M535 921l-29 35" stroke="#2a1710" stroke-width="14" stroke-linecap="round"/>
|
<path d="M392 920l-30 25M436 927l-9 38M478 919l24 29M632 920l30 25M588 927l9 38M546 919l-24 29" stroke="#2a1710" stroke-width="13" stroke-linecap="round"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.8 KiB |
|
|
@ -1,16 +1,12 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="ground-fill" x1="230" y1="740" x2="800" y2="900" gradientUnits="userSpaceOnUse">
|
<linearGradient id="ground-fill" x1="330" y1="860" x2="700" y2="930" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#4a2a18"/>
|
<stop offset="0" stop-color="#2b170e"/>
|
||||||
<stop offset="0.46" stop-color="#a7632a"/>
|
<stop offset="0.5" stop-color="#7a4320"/>
|
||||||
<stop offset="1" stop-color="#3a2114"/>
|
<stop offset="1" stop-color="#21110a"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<ellipse cx="512" cy="886" rx="350" ry="72" fill="#070403" opacity="0.82"/>
|
<path d="M256 904c61-31 146-46 256-46s195 15 256 46c-73-9-158-14-256-14s-183 5-256 14Z" fill="#050302" opacity="0.78"/>
|
||||||
<path d="M190 872c62-57 182-88 322-88s260 31 322 88c-82-22-190-34-322-34s-240 12-322 34Z" fill="url(#ground-fill)"/>
|
<path d="M310 884c49-24 116-36 202-36s153 12 202 36c-59-10-126-15-202-15s-143 5-202 15Z" fill="url(#ground-fill)" opacity="0.64"/>
|
||||||
<path d="M266 888c54-31 136-46 246-46s192 15 246 46c-62-12-144-18-246-18s-184 6-246 18Z" fill="#0d0805"/>
|
<path d="M360 900c38-14 89-21 152-21s114 7 152 21c-44-5-95-8-152-8s-108 3-152 8Z" fill="#0b0604"/>
|
||||||
<path d="M178 876c-24 12-39 29-45 50 36-13 78-19 124-17l-13-39c-23 0-45 2-66 6Z" fill="#321c11"/>
|
|
||||||
<path d="M846 876c24 12 39 29 45 50-36-13-78-19-124-17l13-39c23 0 45 2 66 6Z" fill="#321c11"/>
|
|
||||||
<ellipse cx="318" cy="880" rx="22" ry="9" fill="#b17034" opacity="0.66"/>
|
|
||||||
<ellipse cx="721" cy="873" rx="21" ry="9" fill="#c27a36" opacity="0.62"/>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 741 B |
|
|
@ -1,6 +1,6 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="body-fill" x1="360" y1="230" x2="650" y2="725" gradientUnits="userSpaceOnUse">
|
<linearGradient id="body-fill" x1="260" y1="220" x2="765" y2="690" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#b87435"/>
|
<stop offset="0" stop-color="#b87435"/>
|
||||||
<stop offset="0.62" stop-color="#72401f"/>
|
<stop offset="0.62" stop-color="#72401f"/>
|
||||||
<stop offset="1" stop-color="#2a1710"/>
|
<stop offset="1" stop-color="#2a1710"/>
|
||||||
|
|
@ -10,10 +10,10 @@
|
||||||
</filter>
|
</filter>
|
||||||
</defs>
|
</defs>
|
||||||
<g filter="url(#soft-shadow)">
|
<g filter="url(#soft-shadow)">
|
||||||
<path d="M346 455c0-144 65-235 166-235s166 91 166 235c0 134-68 224-166 224s-166-90-166-224Z" fill="url(#body-fill)"/>
|
<path d="M262 458c0-88 44-164 126-208 37-20 78-28 124-24 46-4 87 4 124 24 82 44 126 120 126 208 0 85-53 148-160 181l-90 28-90-28c-107-33-160-96-160-181Z" fill="url(#body-fill)"/>
|
||||||
<path d="M378 478c24 52 68 80 134 80s110-28 134-80c5 113-48 181-134 181s-139-68-134-181Z" fill="#4b2919" opacity="0.38"/>
|
<path d="M316 486c42 43 108 64 196 64s154-21 196-64c-13 87-78 137-196 160-118-23-183-73-196-160Z" fill="#4b2919" opacity="0.3"/>
|
||||||
<path d="M380 506c-31 47-34 104-8 171 45-33 68-85 70-156Z" fill="#2b1710" opacity="0.48"/>
|
<path d="M286 499c-58 45-82 109-72 190 88-31 143-90 164-178Z" fill="#2b1710" opacity="0.62"/>
|
||||||
<path d="M644 506c31 47 34 104 8 171-45-33-68-85-70-156Z" fill="#2b1710" opacity="0.48"/>
|
<path d="M738 499c58 45 82 109 72 190-88-31-143-90-164-178Z" fill="#2b1710" opacity="0.62"/>
|
||||||
<path d="M443 596c26 18 49 27 69 27s43-9 69-27c-14 49-37 74-69 74s-55-25-69-74Z" fill="#c48340" opacity="0.38"/>
|
<path d="M400 578c44 27 82 41 112 41s68-14 112-41c-26 47-63 72-112 72s-86-25-112-72Z" fill="#c48340" opacity="0.26"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
|
@ -18,5 +18,6 @@
|
||||||
<circle cx="589" cy="343" r="8" fill="#fff8e4"/>
|
<circle cx="589" cy="343" r="8" fill="#fff8e4"/>
|
||||||
<path d="M512 384l30 34-30 62-30-62Z" fill="#d89642"/>
|
<path d="M512 384l30 34-30 62-30-62Z" fill="#d89642"/>
|
||||||
<path d="M512 384v96l-30-62Z" fill="#f0bd65" opacity="0.84"/>
|
<path d="M512 384v96l-30-62Z" fill="#f0bd65" opacity="0.84"/>
|
||||||
<path d="M402 295c31-27 68-41 110-41s79 14 110 41" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
<path d="M402 293c24-22 53-34 86-36" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
||||||
|
<path d="M536 257c33 2 62 14 86 36" fill="none" stroke="#f2d69e" stroke-width="20" stroke-linecap="round"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,14 +1,14 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient id="leg-fill" x1="430" y1="600" x2="604" y2="920" gradientUnits="userSpaceOnUse">
|
<linearGradient id="leg-fill" x1="400" y1="600" x2="625" y2="910" gradientUnits="userSpaceOnUse">
|
||||||
<stop offset="0" stop-color="#f2c27c"/>
|
<stop offset="0" stop-color="#f2c27c"/>
|
||||||
<stop offset="1" stop-color="#9b612c"/>
|
<stop offset="1" stop-color="#9b612c"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<path d="M437 616c20-9 43-9 63 0l-18 258c-2 22-31 22-33 0Z" fill="url(#leg-fill)"/>
|
<path d="M411 612c20-8 42-6 60 5l-3 258c0 22-30 24-33 2Z" fill="url(#leg-fill)"/>
|
||||||
<path d="M524 616c20-9 43-9 63 0l-12 258c-2 22-31 22-33 0Z" fill="url(#leg-fill)"/>
|
<path d="M553 617c18-11 40-13 60-5l-24 265c-3 22-33 20-33-2Z" fill="url(#leg-fill)"/>
|
||||||
<path d="M446 676h40M442 744h38M438 812h35M538 676h40M536 744h38M533 812h35" stroke="#74461f" stroke-width="9" stroke-linecap="round" opacity="0.34"/>
|
<path d="M424 683h36M422 752h34M421 817h30M563 683h36M558 752h34M553 817h30" stroke="#74461f" stroke-width="9" stroke-linecap="round" opacity="0.3"/>
|
||||||
<path d="M451 872c-34 9-63 26-88 51 42-9 76-7 102 7 16 8 35-4 33-22-1-20-19-42-47-36Z" fill="#d99b52"/>
|
<path d="M437 874c-40 8-73 23-98 46 43-6 79-2 109 12 17 8 35-5 31-23-4-21-19-40-42-35Z" fill="#d99b52"/>
|
||||||
<path d="M573 872c34 9 63 26 88 51-42-9-76-7-102 7-16 8-35-4-33-22 1-20 19-42 47-36Z" fill="#d99b52"/>
|
<path d="M579 874c40 8 73 23 98 46-43-6-79-2-109 12-17 8-35-5-31-23 4-21 19-40 42-35Z" fill="#d99b52"/>
|
||||||
<path d="M398 922l-32 30M444 928l-6 43M489 921l29 35M626 922l32 30M580 928l6 43M535 921l-29 35" stroke="#2a1710" stroke-width="14" stroke-linecap="round"/>
|
<path d="M392 920l-30 25M436 927l-9 38M478 919l24 29M632 920l30 25M588 927l9 38M546 919l-24 29" stroke="#2a1710" stroke-width="13" stroke-linecap="round"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
|
|
@ -3,9 +3,9 @@
|
||||||
<ellipse cx="443" cy="471" rx="22" ry="13" transform="rotate(22 443 471)"/>
|
<ellipse cx="443" cy="471" rx="22" ry="13" transform="rotate(22 443 471)"/>
|
||||||
<ellipse cx="512" cy="478" rx="25" ry="13"/>
|
<ellipse cx="512" cy="478" rx="25" ry="13"/>
|
||||||
<ellipse cx="581" cy="471" rx="22" ry="13" transform="rotate(-22 581 471)"/>
|
<ellipse cx="581" cy="471" rx="22" ry="13" transform="rotate(-22 581 471)"/>
|
||||||
<ellipse cx="462" cy="543" rx="26" ry="13" transform="rotate(30 462 543)"/>
|
<ellipse cx="462" cy="544" rx="25" ry="13" transform="rotate(30 462 544)"/>
|
||||||
<ellipse cx="512" cy="552" rx="28" ry="13"/>
|
<ellipse cx="562" cy="544" rx="25" ry="13" transform="rotate(-30 562 544)"/>
|
||||||
<ellipse cx="562" cy="543" rx="26" ry="13" transform="rotate(-30 562 543)"/>
|
<ellipse cx="484" cy="617" rx="18" ry="11" transform="rotate(18 484 617)"/>
|
||||||
<ellipse cx="512" cy="621" rx="14" ry="30"/>
|
<ellipse cx="548" cy="617" rx="18" ry="11" transform="rotate(-18 548 617)"/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 673 B |
|
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 613 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 989 B After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
design/brand/low-res/pixel-preview-16.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
design/brand/low-res/pixel-preview-20.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
design/brand/low-res/pixel-preview-24.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
design/brand/low-res/pixel-preview-29.png
Normal file
|
After Width: | Height: | Size: 3 KiB |
BIN
design/brand/low-res/pixel-preview-32.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
design/brand/low-res/pixel-preview-strip.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2 KiB |
BIN
design/brand/low-res/preview-24.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 3 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 118 KiB |
|
|
@ -1,12 +1,12 @@
|
||||||
size,colors,gray_stddev,status
|
size,colors,gray_stddev,status
|
||||||
16,169,0.104705,ok
|
16,194,0.109923,ok
|
||||||
20,229,0.0961543,ok
|
20,260,0.101566,ok
|
||||||
24,300,0.0875631,ok
|
24,358,0.0940771,ok
|
||||||
29,396,0.0974807,ok
|
29,475,0.103601,ok
|
||||||
32,446,0.0871776,ok
|
32,541,0.0941397,ok
|
||||||
40,627,0.122803,ok
|
40,763,0.129173,ok
|
||||||
48,792,0.126094,ok
|
48,963,0.133595,ok
|
||||||
64,1198,0.142225,ok
|
64,1399,0.149997,ok
|
||||||
80,1509,0.155485,ok
|
80,1804,0.163688,ok
|
||||||
128,2577,0.171217,ok
|
128,2922,0.180054,ok
|
||||||
256,4464,0.185023,ok
|
256,5348,0.19461,ok
|
||||||
|
|
|
||||||
|