Initial Commit
5
thirdparty/miniaudio-0.11.24/website/.webplate/config.webplate
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
author = "David Reid"
|
||||
google-analytics-tracking-id = "UA-81135233-2"
|
||||
|
||||
miniaudio-header = "{{ include \".webplate/miniaudio-header.html\" }}"
|
||||
miniaudio-footer = "{{ include \".webplate/miniaudio-footer.html\" }}"
|
||||
16
thirdparty/miniaudio-0.11.24/website/.webplate/miniaudio-footer.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
</div>
|
||||
<table style="margin:0 auto; padding:1em 0px; text-align:center;">
|
||||
<tr>
|
||||
<td style="vertical-align:center;"><a style="padding:0;" href="https://www.reddit.com/r/miniaudio"><img src="{{ relative-path "img/reddit_white.svg" }}" style="margin:0; padding:0; height:40px; width:40px;"></a></td>
|
||||
<td style="vertical-align:center;"><a style="padding:0;" href="https://discord.gg/9vpqbjU"><img src="{{ relative-path "img/Discord-Logo-White.svg" }}" style="padding:0; height:32px; width:32px;"></a></td>
|
||||
<td rel="me" style="vertical-align:center;"><a style="padding:0;" href="https://fosstodon.org/@mackron"><img src="{{ relative-path "img/mastodon_white.svg" }}" style="padding:0; height:24px; width:32px;"></a></td>
|
||||
<td style="vertical-align:center;"><a style="padding:0;" href="https://github.com/mackron/miniaudio"><img src="{{ relative-path "img/github_white.png" }}" style="padding:0; height:24px; width:24px;"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="color:#e0d7cf; font-size:9pt; padding:2em 0px; text-align:center;">
|
||||
Copyright © {{ year }} David Reid<br/>
|
||||
Developed by David Reid - <a class="footer-link" href="mailto:mackron@gmail.com">mackron@gmail.com</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
48
thirdparty/miniaudio-0.11.24/website/.webplate/miniaudio-header.html
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>miniaudio - A single file audio playback and capture library.</title>
|
||||
<meta name="description" content="miniaudio is a single file audio playback and capture library written in C.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="icon" href="{{ relative-path "img/favicon.png" }}">
|
||||
|
||||
{{ google-analytics }}
|
||||
|
||||
<style>
|
||||
{{ include "css/main.css" }}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="margin:0; padding:0">
|
||||
<div style="background-color:#003800; color:#bfa792;">
|
||||
<div style="max-width:100%; width:100%; margin:0 auto;">
|
||||
<table class="header-link-table" style="border-collapse:collapse; border-spacing:0; padding:0; padding-right:1em;">
|
||||
<tr>
|
||||
<td style="padding:0.75em; width:100%; text-align:left;">
|
||||
<table class="header-link-table" style="border-collapse:collapse; margin:0; padding:0">
|
||||
<tr>
|
||||
<td style="vertical-align:bottom; padding:0em; padding-right:2em;"><a href="{{ relative-path "index.html" }}"><img src="{{ relative-path "img/logo1_large_white.png" }}" style="height:24px; min-width:100%;"></a></td>
|
||||
<td><a href="{{ relative-path "docs/manual/index.html" }}">Documentation</a></td>
|
||||
<td><a href="{{ relative-path "docs/examples/index.html" }}">Examples</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td style="padding:0.1em; width:25%; text-align:right; vertical-align:center;">
|
||||
<a href="https://www.reddit.com/r/miniaudio"><img src="{{ relative-path "img/reddit_white.svg" }}" style="margin:0; padding:0; height:40px; width:40px;"></a>
|
||||
</td>
|
||||
<td style="padding:0.1em; width:25%; text-align:right; vertical-align:center;">
|
||||
<a href="https://discord.gg/9vpqbjU"><img src="{{ relative-path "img/Discord-Logo-White.svg" }}" style="margin:0; padding:0; height:32px; width:32px;"></a>
|
||||
</td>
|
||||
<td style="padding:0.1em; width:25%; text-align:right; vertical-align:center;">
|
||||
<a rel="me" href="https://fosstodon.org/@mackron"><img src="{{ relative-path "img/mastodon_white.svg" }}" style="margin:0; padding:0; height:24px; width:32px;"></a>
|
||||
</td>
|
||||
<td style="padding:0.1em; padding-right:1em; width:25%; text-align:right; vertical-align:center;">
|
||||
<a href="https://github.com/mackron/miniaudio"><img src="{{ relative-path "img/github_white.png" }}" style="margin:0; padding:0; height:24px; width:24px;"></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background-color:#fff; padding-bottom:0em; border-top:solid 1px #003800; background-color:#eee;">
|
||||
1
thirdparty/miniaudio-0.11.24/website/CNAME
vendored
Normal file
@@ -0,0 +1 @@
|
||||
miniaud.io
|
||||
195
thirdparty/miniaudio-0.11.24/website/css/main.css
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
body {
|
||||
font-family:sans-serif;
|
||||
font-size:11pt;
|
||||
line-height:18pt;
|
||||
background-color:#003800;
|
||||
}
|
||||
|
||||
h1,h2 {
|
||||
color:#333;
|
||||
line-height:0.2em;
|
||||
margin-bottom:0;
|
||||
padding:0;
|
||||
}
|
||||
h1.man {
|
||||
margin-top:2em;
|
||||
}
|
||||
h2.man {
|
||||
margin-top:1.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
color:#28f;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
color:#26d;
|
||||
}
|
||||
|
||||
.a-download {
|
||||
text-decoration:none;
|
||||
color:#ddd;
|
||||
border:solid 1px #000;
|
||||
border-radius:4px;
|
||||
padding:16px 32px;
|
||||
background-color:#003800;
|
||||
}
|
||||
.a-download:hover {
|
||||
background-color:#003000;
|
||||
text-decoration:none;
|
||||
color:#ddd;
|
||||
}
|
||||
|
||||
.a-sublink {
|
||||
font-size:11pt;
|
||||
}
|
||||
|
||||
#preview {
|
||||
font-family:monospace;
|
||||
font-size:10pt;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.footer-links {
|
||||
margin: 0px;
|
||||
margin-bottom: 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
.footer-links li {
|
||||
display: inline;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.footer-links li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.feature-header {
|
||||
color:#666;
|
||||
font-size: 24pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
.feature-header2 {
|
||||
color:#444;
|
||||
font-size: 1.5em;
|
||||
font-weight:bold;
|
||||
/*margin-bottom:1em;*/
|
||||
line-height: 1em;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.header-link-table {
|
||||
}
|
||||
.header-link-table td {
|
||||
padding-right:1em;
|
||||
vertical-align:center;
|
||||
line-height:0;
|
||||
/*border:solid 1px #f00;*/
|
||||
}
|
||||
.header-link-table a {
|
||||
/*color:#e0d7cf;*/
|
||||
color:#dddddd;
|
||||
text-decoration:none;
|
||||
}
|
||||
.header-link-table a:hover {
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
color:#e0d7cf;
|
||||
text-decoration:none;
|
||||
}
|
||||
.footer-link:hover {
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.mobile-main-link {
|
||||
text-align:left;
|
||||
background-color:#e0d7cf;
|
||||
color:#036;
|
||||
border-bottom:solid 1px #333;
|
||||
padding-left:16px;
|
||||
}
|
||||
.mobile-main-link a {
|
||||
display:block;
|
||||
padding-top:8px;
|
||||
padding-bottom:8px;
|
||||
color:#036;
|
||||
width:100%;
|
||||
height:100%;
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
|
||||
table.doc {
|
||||
border:solid 0px #333;
|
||||
border-collapse:collapse;
|
||||
}
|
||||
|
||||
th.doc, td.doc {
|
||||
padding:0.5em;
|
||||
}
|
||||
|
||||
th.doc {
|
||||
border:solid 1px #003800;
|
||||
background-color:#003800;
|
||||
color:#FFF;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
td.doc {
|
||||
border:solid 1px #666;
|
||||
}
|
||||
|
||||
td.doc p, th.doc p {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
a.doc-navigation {
|
||||
display:block;
|
||||
padding:0.5em;
|
||||
color:#003800;
|
||||
border-bottom:solid 1px #bbbbbb;
|
||||
}
|
||||
|
||||
a.doc-navigation:hover {
|
||||
color:#fff;
|
||||
background-color:#003800;
|
||||
text-decoration:none;
|
||||
/*border-bottom:solid 1px #003800;*/
|
||||
}
|
||||
|
||||
/*
|
||||
a.doc-navigation:hover {
|
||||
background-color:#c5ecc5;
|
||||
text-decoration:none;
|
||||
}
|
||||
*/
|
||||
|
||||
a.doc-navigation-active {
|
||||
background-color:#cccccc;
|
||||
}
|
||||
a.doc-navigation-active:hover {
|
||||
color:#003800;
|
||||
background-color:#cccccc;
|
||||
}
|
||||
|
||||
a.doc-navigation-l1 {
|
||||
padding:0.1em;
|
||||
padding-left:1.5em;
|
||||
}
|
||||
a.doc-navigation-l2 {
|
||||
padding:0.1em;
|
||||
padding-left:3em;
|
||||
}
|
||||
a.doc-navigation-l3 {
|
||||
padding:0.1em;
|
||||
padding-left:4em;
|
||||
}
|
||||
a.doc-navigation-l4 {
|
||||
padding:0.1em;
|
||||
padding-left:5em;
|
||||
}
|
||||
1
thirdparty/miniaudio-0.11.24/website/img/Discord-Logo-White.svg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 245 240"><style>.st0{fill:#FFFFFF;}</style><path class="st0" d="M104.4 103.9c-5.7 0-10.2 5-10.2 11.1s4.6 11.1 10.2 11.1c5.7 0 10.2-5 10.2-11.1.1-6.1-4.5-11.1-10.2-11.1zM140.9 103.9c-5.7 0-10.2 5-10.2 11.1s4.6 11.1 10.2 11.1c5.7 0 10.2-5 10.2-11.1s-4.5-11.1-10.2-11.1z"/><path class="st0" d="M189.5 20h-134C44.2 20 35 29.2 35 40.6v135.2c0 11.4 9.2 20.6 20.5 20.6h113.4l-5.3-18.5 12.8 11.9 12.1 11.2 21.5 19V40.6c0-11.4-9.2-20.6-20.5-20.6zm-38.6 130.6s-3.6-4.3-6.6-8.1c13.1-3.7 18.1-11.9 18.1-11.9-4.1 2.7-8 4.6-11.5 5.9-5 2.1-9.8 3.5-14.5 4.3-9.6 1.8-18.4 1.3-25.9-.1-5.7-1.1-10.6-2.7-14.7-4.3-2.3-.9-4.8-2-7.3-3.4-.3-.2-.6-.3-.9-.5-.2-.1-.3-.2-.4-.3-1.8-1-2.8-1.7-2.8-1.7s4.8 8 17.5 11.8c-3 3.8-6.7 8.3-6.7 8.3-22.1-.7-30.5-15.2-30.5-15.2 0-32.2 14.4-58.3 14.4-58.3 14.4-10.8 28.1-10.5 28.1-10.5l1 1.2c-18 5.2-26.3 13.1-26.3 13.1s2.2-1.2 5.9-2.9c10.7-4.7 19.2-6 22.7-6.3.6-.1 1.1-.2 1.7-.2 6.1-.8 13-1 20.2-.2 9.5 1.1 19.7 3.9 30.1 9.6 0 0-7.9-7.5-24.9-12.7l1.4-1.6s13.7-.3 28.1 10.5c0 0 14.4 26.1 14.4 58.3 0 0-8.5 14.5-30.6 15.2z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
thirdparty/miniaudio-0.11.24/website/img/favicon.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
thirdparty/miniaudio-0.11.24/website/img/github_white.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
thirdparty/miniaudio-0.11.24/website/img/logo1_large.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
thirdparty/miniaudio-0.11.24/website/img/logo1_large_white.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
1
thirdparty/miniaudio-0.11.24/website/img/mastodon_white.svg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<svg width="74" height="79" viewBox="0 0 74 79" fill="white" xmlns="http://www.w3.org/2000/svg" class="w-5 h-5"><path d="M73.7014 17.9592C72.5616 9.62034 65.1774 3.04876 56.424 1.77536C54.9472 1.56019 49.3517 0.7771 36.3901 0.7771H36.2933C23.3281 0.7771 20.5465 1.56019 19.0697 1.77536C10.56 3.01348 2.78877 8.91838 0.903306 17.356C-0.00357857 21.5113 -0.100361 26.1181 0.068112 30.3439C0.308275 36.404 0.354874 42.4535 0.91406 48.489C1.30064 52.498 1.97502 56.4751 2.93215 60.3905C4.72441 67.6217 11.9795 73.6395 19.0876 76.0945C26.6979 78.6548 34.8821 79.0799 42.724 77.3221C43.5866 77.1245 44.4398 76.8953 45.2833 76.6342C47.1867 76.0381 49.4199 75.3714 51.0616 74.2003C51.0841 74.1839 51.1026 74.1627 51.1156 74.1382C51.1286 74.1138 51.1359 74.0868 51.1368 74.0592V68.2108C51.1364 68.185 51.1302 68.1596 51.1185 68.1365C51.1069 68.1134 51.0902 68.0932 51.0695 68.0773C51.0489 68.0614 51.0249 68.0503 50.9994 68.0447C50.9738 68.0391 50.9473 68.0392 50.9218 68.045C45.8976 69.226 40.7491 69.818 35.5836 69.8087C26.694 69.8087 24.3031 65.6569 23.6184 63.9285C23.0681 62.4347 22.7186 60.8764 22.5789 59.2934C22.5775 59.2669 22.5825 59.2403 22.5934 59.216C22.6043 59.1916 22.621 59.1702 22.6419 59.1533C22.6629 59.1365 22.6876 59.1248 22.714 59.1191C22.7404 59.1134 22.7678 59.1139 22.794 59.1206C27.7345 60.2936 32.799 60.8856 37.8813 60.8843C39.1036 60.8843 40.3223 60.8843 41.5447 60.8526C46.6562 60.7115 52.0437 60.454 57.0728 59.4874C57.1983 59.4628 57.3237 59.4416 57.4313 59.4098C65.3638 57.9107 72.9128 53.2051 73.6799 41.2895C73.7086 40.8204 73.7803 36.3758 73.7803 35.889C73.7839 34.2347 74.3216 24.1533 73.7014 17.9592ZM61.4925 47.6918H53.1514V27.5855C53.1514 23.3526 51.3591 21.1938 47.7136 21.1938C43.7061 21.1938 41.6988 23.7476 41.6988 28.7919V39.7974H33.4078V28.7919C33.4078 23.7476 31.3969 21.1938 27.3894 21.1938C23.7654 21.1938 21.9552 23.3526 21.9516 27.5855V47.6918H13.6176V26.9752C13.6176 22.7423 14.7157 19.3795 16.9118 16.8868C19.1772 14.4 22.1488 13.1231 25.8373 13.1231C30.1064 13.1231 33.3325 14.7386 35.4832 17.9662L37.5587 21.3949L39.6377 17.9662C41.7884 14.7386 45.0145 13.1231 49.2765 13.1231C52.9614 13.1231 55.9329 14.4 58.2055 16.8868C60.4017 19.3772 61.4997 22.74 61.4997 26.9752L61.4925 47.6918Z" fill="inherit"></path></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
BIN
thirdparty/miniaudio-0.11.24/website/img/miniaudio_wide.png
vendored
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
1
thirdparty/miniaudio-0.11.24/website/img/platforms/android/android.svg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1274.37 718"><defs><style>.cls-1{fill:#3ddc84;}</style></defs><title>Android robot</title><path class="cls-1" d="M930.77,536.42a53.07,53.07,0,1,1,53.06-53.08,53.14,53.14,0,0,1-53.06,53.08m-586.54,0a53.07,53.07,0,1,1,53.06-53.08,53.13,53.13,0,0,1-53.06,53.08M949.8,216.77,1055.85,33.09A22.06,22.06,0,1,0,1017.64,11L910.25,197c-82.12-37.48-174.35-58.35-272.76-58.35S446.86,159.55,364.74,197L257.36,11a22.06,22.06,0,1,0-38.22,22.06L325.2,216.77C143.09,315.82,18.53,500.18.31,718H1274.69c-18.24-217.82-142.79-402.18-324.89-501.23"/></svg>
|
||||
|
After Width: | Height: | Size: 620 B |
11
thirdparty/miniaudio-0.11.24/website/img/platforms/apple/apple-black.svg
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="814px" height="1000px" viewBox="0 0 814 1000" enable-background="new 0 0 814 1000" xml:space="preserve">
|
||||
<path d="M788.1,340.9c-5.8,4.5-108.2,62.2-108.2,190.5c0,148.4,130.3,200.9,134.2,202.2c-0.6,3.2-20.7,71.9-68.7,141.9
|
||||
c-42.8,61.6-87.5,123.1-155.5,123.1s-85.5-39.5-164-39.5c-76.5,0-103.7,40.8-165.9,40.8s-105.6-57-155.5-127
|
||||
C46.7,790.7,0,663,0,541.8c0-194.4,126.4-297.5,250.8-297.5c66.1,0,121.2,43.4,162.7,43.4c39.5,0,101.1-46,176.3-46
|
||||
C618.3,241.7,720.7,244.3,788.1,340.9z M554.1,159.4c31.1-36.9,53.1-88.1,53.1-139.3c0-7.1-0.6-14.3-1.9-20.1
|
||||
c-50.6,1.9-110.8,33.7-147.1,75.8c-28.5,32.4-55.1,83.6-55.1,135.5c0,7.8,1.3,15.6,1.9,18.1c3.2,0.6,8.4,1.3,13.6,1.3
|
||||
C464,230.7,521.1,200.3,554.1,159.4z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 980 B |
8
thirdparty/miniaudio-0.11.24/website/img/platforms/bsd/freebsd.svg
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="256px" height="252px" viewBox="0 0 256 252" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
||||
<g fill="#B5010F">
|
||||
<path d="M252.722963,5.10923976 C266.230721,18.6106793 228.784285,77.9582562 222.453709,84.2919919 C216.123132,90.6130917 200.043973,84.7974272 186.542533,71.2928287 C173.034776,57.7913892 167.215952,41.7090709 173.546529,35.3784942 C179.873947,29.0447585 239.218365,-8.39851769 252.722963,5.10923976"></path>
|
||||
<path d="M63.3047797,19.3941039 C42.6830209,7.69327755 13.3393448,-5.32168052 4.00458729,4.01307703 C-5.4533701,13.4678754 8.0385925,43.4717763 19.8626187,64.1314428 C30.3851491,45.8378452 45.3523509,30.4378645 63.3047797,19.3941039"></path>
|
||||
<path d="M232.123317,79.6356695 C234.021858,86.0768102 233.680689,91.3965163 230.600693,94.4701945 C223.407718,101.666329 203.976891,94.0058259 186.4604,77.3359391 C185.237878,76.2397763 184.024834,75.102547 182.833902,73.9084562 C176.500166,67.5715616 171.572172,60.8271597 168.41952,54.6166239 C162.284799,43.610771 160.74954,33.8906191 165.386908,29.2532506 C167.914085,26.7292332 171.957567,26.0405777 176.88872,26.9282483 C180.104551,24.8938714 183.901634,22.6288896 188.065157,20.3070464 C171.136234,11.4777241 151.888628,6.48970982 131.472202,6.48970982 C63.7533535,6.48970982 8.85360686,61.3799796 8.85360686,129.105146 C8.85360686,196.817677 63.7533535,251.714264 131.472202,251.714264 C199.191051,251.714264 254.087638,196.817677 254.087638,129.105146 C254.087638,107.235594 248.347789,86.7275581 238.321217,68.9488727 C236.154163,72.9039036 234.04713,76.5272426 232.123317,79.6356695"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
405
thirdparty/miniaudio-0.11.24/website/img/platforms/linux/linux.svg
vendored
Normal file
@@ -0,0 +1,405 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Calque_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="712px"
|
||||
height="860px"
|
||||
viewBox="0 0 712 860"
|
||||
enable-background="new 0 0 712 860"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="Tux Flat.svg"
|
||||
inkscape:export-filename="./Tux Flat.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90"><metadata
|
||||
id="metadata23"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs21"><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29672-0"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29678-1"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29678-4-6"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28714-5"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29721-2"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28463-8-0"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28463-0-7"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient28799-5-5"><stop
|
||||
id="stop28801-1-9"
|
||||
offset="0"
|
||||
style="stop-color:#fefefc;stop-opacity:1;" /><stop
|
||||
style="stop-color:#fefefc;stop-opacity:1"
|
||||
offset="0.75733864"
|
||||
id="stop28807-2-6" /><stop
|
||||
id="stop28803-6-3"
|
||||
offset="1"
|
||||
style="stop-color:#d4d4d4;stop-opacity:1" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28797-8-1"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28797-81"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28273-4-2"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient28853-5"><stop
|
||||
id="stop28855-3"
|
||||
offset="0"
|
||||
style="stop-color:#020204;stop-opacity:1" /><stop
|
||||
style="stop-color:#020204;stop-opacity:1"
|
||||
offset="0.73448181"
|
||||
id="stop28865-0" /><stop
|
||||
id="stop28857-9"
|
||||
offset="1"
|
||||
style="stop-color:#5c5c5c;stop-opacity:1;" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28851-0"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28881-6"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient28935-8"><stop
|
||||
id="stop28937-7"
|
||||
offset="0"
|
||||
style="stop-color:#949494;stop-opacity:0.39215687;" /><stop
|
||||
style="stop-color:#949494;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop28943-3" /><stop
|
||||
id="stop28939-8"
|
||||
offset="1"
|
||||
style="stop-color:#949494;stop-opacity:0.39215687;" /></linearGradient><linearGradient
|
||||
id="linearGradient28976-3"><stop
|
||||
id="stop28978-7"
|
||||
offset="0"
|
||||
style="stop-color:#747474;stop-opacity:1" /><stop
|
||||
style="stop-color:#8c8c8c;stop-opacity:1;"
|
||||
offset="0.125"
|
||||
id="stop29259-5" /><stop
|
||||
style="stop-color:#a4a4a4;stop-opacity:1;"
|
||||
offset="0.25"
|
||||
id="stop29257-0" /><stop
|
||||
style="stop-color:#d4d4d4;stop-opacity:1"
|
||||
offset="0.5"
|
||||
id="stop28984-4" /><stop
|
||||
id="stop28986-0"
|
||||
offset="0.61919296"
|
||||
style="stop-color:#d4d4d4;stop-opacity:1" /><stop
|
||||
id="stop28980-2"
|
||||
offset="1"
|
||||
style="stop-color:#7c7c7c;stop-opacity:1" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28974-8"
|
||||
effect="spiro" /><clipPath
|
||||
id="clipPath29028-5"
|
||||
clipPathUnits="userSpaceOnUse"><path
|
||||
sodipodi:nodetypes="aaaaaaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:original-d="m 85.75,122.36218 c -2.54738,2.12715 -5.20812,4.59907 -6.25,7.75 -1.30914,3.95917 -1.63336,8.91703 0.5,12.5 3.91901,6.58194 12.38353,13.85135 19.75,11.75 4.87452,-1.3905 6.10748,-8.51023 7,-13.5 0.59149,-3.30679 0.59578,-7.19325 -1.25,-10 -3.61233,-5.49303 -10.4265,-9.89357 -17,-10 -1.04403,-0.0169 -1.94852,0.83074 -2.75,1.5 z"
|
||||
id="path29030-7"
|
||||
d="m 85.75,122.36218 c -2.780425,1.91023 -5.110569,4.57487 -6.25,7.75 -1.436029,4.00163 -0.885838,8.48071 0.5,12.5 1.419488,4.11688 3.793788,8.04098 7.37932,10.51234 1.792766,1.23567 3.868091,2.08301 6.030402,2.33859 2.162311,0.25558 4.409274,-0.0949 6.340278,-1.10093 2.35312,-1.22596 4.14782,-3.37278 5.26217,-5.78076 1.11436,-2.40798 1.5888,-5.0701 1.73783,-7.71924 0.18989,-3.37546 -0.14047,-6.80646 -1.25,-10 -1.20527,-3.46909 -3.39005,-6.67055 -6.472754,-8.6666 -1.541351,-0.99803 -3.291947,-1.68356 -5.110883,-1.93515 -1.818936,-0.25158 -3.704766,-0.0633 -5.416363,0.60175 -0.975471,0.37901 -1.887438,0.9074 -2.75,1.5"
|
||||
style="fill:url(#radialGradient29032);fill-opacity:1;stroke:none" /></clipPath><linearGradient
|
||||
id="linearGradient29336-6"><stop
|
||||
id="stop29338-1"
|
||||
offset="0"
|
||||
style="stop-color:#646464;stop-opacity:0" /><stop
|
||||
style="stop-color:#646464;stop-opacity:0.5825243"
|
||||
offset="0.30628255"
|
||||
id="stop29344-7" /><stop
|
||||
id="stop29354-5"
|
||||
offset="0.47000006"
|
||||
style="stop-color:#646464;stop-opacity:1" /><stop
|
||||
style="stop-color:#646464;stop-opacity:0.25728154"
|
||||
offset="0.72834015"
|
||||
id="stop29356-3" /><stop
|
||||
id="stop29340-6"
|
||||
offset="1"
|
||||
style="stop-color:#646464;stop-opacity:0;" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29455-3"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient29477-3"><stop
|
||||
id="stop29479-5"
|
||||
offset="0"
|
||||
style="stop-color:#757574;stop-opacity:0" /><stop
|
||||
style="stop-color:#757574;stop-opacity:1;"
|
||||
offset="0.26291031"
|
||||
id="stop29487-5" /><stop
|
||||
style="stop-color:#757574;stop-opacity:1;"
|
||||
offset="0.5"
|
||||
id="stop29485-0" /><stop
|
||||
id="stop29481-3"
|
||||
offset="1"
|
||||
style="stop-color:#757574;stop-opacity:0" /></linearGradient><linearGradient
|
||||
id="linearGradient28469-0"><stop
|
||||
style="stop-color:#d2940a;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop28479-4" /><stop
|
||||
style="stop-color:#d89c08;stop-opacity:1"
|
||||
offset="0.75143719"
|
||||
id="stop28477-2" /><stop
|
||||
id="stop28485-7"
|
||||
offset="0.86579126"
|
||||
style="stop-color:#b67e07;stop-opacity:1;" /><stop
|
||||
id="stop28473-1"
|
||||
offset="1"
|
||||
style="stop-color:#946106;stop-opacity:1" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28463-4"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28489-4"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28273-54-7"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient28275-8"><stop
|
||||
id="stop28277-1"
|
||||
offset="0"
|
||||
style="stop-color:#ad780a;stop-opacity:1" /><stop
|
||||
style="stop-color:#d89e08;stop-opacity:1"
|
||||
offset="0.11972899"
|
||||
id="stop28291-9" /><stop
|
||||
style="stop-color:#edb80b;stop-opacity:1"
|
||||
offset="0.25514477"
|
||||
id="stop28289-6" /><stop
|
||||
style="stop-color:#ebc80d;stop-opacity:1"
|
||||
offset="0.39194193"
|
||||
id="stop28287-6" /><stop
|
||||
style="stop-color:#f5d838;stop-opacity:1"
|
||||
offset="0.52741116"
|
||||
id="stop28285-7" /><stop
|
||||
style="stop-color:#f6d811;stop-opacity:1"
|
||||
offset="0.76906693"
|
||||
id="stop28283-7" /><stop
|
||||
id="stop28279-5"
|
||||
offset="1"
|
||||
style="stop-color:#f5cd31;stop-opacity:1" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28273-44"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect28384-7"
|
||||
effect="spiro" /><linearGradient
|
||||
id="linearGradient29529-6"><stop
|
||||
id="stop29531-0"
|
||||
offset="0"
|
||||
style="stop-color:#3a2903;stop-opacity:1;" /><stop
|
||||
style="stop-color:#735208;stop-opacity:1"
|
||||
offset="0.55472803"
|
||||
id="stop29539-7" /><stop
|
||||
id="stop29533-8"
|
||||
offset="1"
|
||||
style="stop-color:#ac8c04;stop-opacity:1" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29553-7"
|
||||
effect="spiro" /><clipPath
|
||||
id="clipPath29644-8"
|
||||
clipPathUnits="userSpaceOnUse"><path
|
||||
sodipodi:nodetypes="zzzzzzz"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:original-d="m 54.232441,122.36218 c -3.79199,4.78949 -8.5176,11.69104 -8.19273,17.25 0.32487,5.55896 3.86025,13.93486 8.37542,16 4.51517,2.06514 5.75436,0.0125 8.32902,-2.5 2.57466,-2.51247 3.85871,-7.34762 4.00585,-12.25 0.14713,-4.90238 -3.03534,-11.91949 -5.43855,-15.25 -2.40321,-3.33051 -3.28702,-8.03949 -7.07901,-3.25 z"
|
||||
id="path29646-8"
|
||||
d="m 54.232441,122.36218 c -1.780966,0.097 -3.484616,0.91899 -4.787851,2.1367 -1.303235,1.21771 -2.221372,2.81176 -2.786181,4.50357 -1.129618,3.38363 -0.875481,7.05177 -0.618698,10.60973 0.23251,3.22162 0.470404,6.50533 1.676785,9.50158 0.60319,1.49813 1.450247,2.91021 2.580338,4.06395 1.130092,1.15374 2.551736,2.04189 4.118297,2.43447 1.468838,0.36809 3.038161,0.29183 4.482784,-0.16209 1.444623,-0.45391 2.763917,-1.27887 3.846236,-2.33791 1.57904,-1.54507 2.643262,-3.5662 3.253449,-5.68947 0.610186,-2.12328 0.784157,-4.35155 0.752401,-6.56053 -0.03974,-2.76435 -0.400909,-5.53851 -1.265755,-8.16439 -0.864846,-2.62588 -2.245742,-5.10327 -4.172795,-7.08561 -0.933308,-0.96009 -1.997766,-1.80513 -3.198586,-2.39747 -1.200819,-0.59233 -2.54344,-0.92535 -3.880424,-0.85253"
|
||||
style="fill:url(#radialGradient29648);fill-opacity:1;stroke:none" /></clipPath><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29707-7-6"
|
||||
effect="spiro" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14656-7"><path
|
||||
sodipodi:nodetypes="aaaaassssaaaaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 304.84727,225.44951 c 6.01627,4.92338 9.77707,12.317 10.94319,20.00305 1.8254,12.03148 -2.34636,24.07488 -6.44591,35.53273 -0.81749,2.28481 -1.63978,4.59033 -1.96473,6.99513 -0.32495,2.4048 -0.11897,4.94825 1.02948,7.08594 1.30279,2.42497 3.73227,4.12469 6.36677,4.92292 2.58877,0.78438 5.39365,0.76103 8.01466,0.0922 2.62101,-0.66882 5.06097,-1.96774 7.18716,-3.63996 5.48002,-4.30997 8.75799,-10.98552 10.01043,-17.84394 1.25243,-6.85841 0.63908,-13.92879 -0.551,-20.7983 -1.62313,-9.36916 -4.30898,-18.53961 -7.74003,-27.40773 -2.51766,-6.50732 -5.46794,-12.91081 -9.61753,-18.52016 -4.04611,-5.46946 -9.16208,-10.08954 -13.10336,-15.63502 -2.73209,-3.84412 -4.89983,-8.13097 -8.1917,-11.50812 -1.64594,-1.68858 -3.57654,-3.13527 -5.76975,-4.00143 -2.19321,-0.86616 -4.66356,-1.12446 -6.93254,-0.48249 -1.50468,0.42573 -2.89193,1.23739 -4.03791,2.30136 -1.14598,1.06397 -2.05268,2.37637 -2.69275,3.80312 -1.28015,2.85349 -1.47719,6.11241 -0.96512,9.1977 0.66114,3.98343 2.44407,7.69333 4.46569,11.18873 2.27396,3.93169 4.918,7.71926 8.38442,10.65407 3.5985,3.04664 7.96161,5.07413 11.61053,8.0602"
|
||||
id="path14658-9"
|
||||
inkscape:original-d="m 304.84727,225.44951 c 5.05628,5.63479 9.72833,12.47181 10.94319,20.00305 1.91724,11.88535 -4.97006,23.58228 -6.44591,35.53273 -0.57645,4.66766 -2.84839,9.7988 -0.93525,14.08107 1.10334,2.46967 3.76154,4.35176 6.36677,4.92292 5.08221,1.1142 11.95719,2.41291 15.20182,-3.54776 6.07775,-11.16533 10.5961,-26.78641 9.45943,-38.64224 -0.906,-9.44981 -3.86858,-18.61978 -7.74003,-27.40773 -2.817,-6.39442 -6.14704,-12.5833 -9.61753,-18.52016 -3.44146,-5.88721 -8.20051,-10.94245 -13.10336,-15.63502 -6.34842,-6.07614 -12.40311,-17.98386 -20.89399,-15.99204 -5.48499,1.28669 -7.45029,9.57719 -7.69578,15.30218 -0.17245,4.02188 2.46425,7.71677 4.46569,11.18873 2.26238,3.92465 5.10447,7.56255 8.38442,10.65407 3.43735,3.23988 8.4511,4.53927 11.61053,8.0602 z"
|
||||
style="fill:none;stroke:#c17d11;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect4500-7"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect4582-3"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect14300-7"
|
||||
is_visible="true" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14489-3"><path
|
||||
style="fill:url(#linearGradient14493);fill-opacity:1;stroke:none"
|
||||
d="m 516.00562,331.8756 c -0.6714,1.71905 -1.62682,3.32679 -2.81579,4.73826 -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.68307,4.82635 l 2e-5,0"
|
||||
id="path14491-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
|
||||
inkscape:original-d="m 516.00562,331.8756 c 0.90859,1.59687 -1.57016,3.38773 -2.81579,4.73826 -2.74207,2.97299 -6.45099,4.90178 -9.89648,7.01985 -5.91373,3.63539 -12.61918,5.90302 -18.41964,9.71654 -3.88318,2.553 -7.32809,5.72221 -10.86016,8.74238 -3.0221,2.58411 -5.48201,5.87643 -8.83247,8.01771 -3.3519,2.1422 -7.0437,4.15414 -10.99061,4.6502 -4.78298,0.60114 -9.87221,-0.25577 -14.29898,-2.16416 -3.0947,-1.33413 -6.16113,-3.38144 -7.96301,-6.22931 -1.81288,-2.86525 -2.06093,-6.5375 -2.23266,-9.92375 -0.30734,-6.06031 1.36252,-12.0605 2.17848,-18.07349 0.67882,-5.00236 1.85312,-9.94325 2.26013,-14.97502 0.73946,-9.14185 -0.7797,-18.40771 0.3199,-27.51327 0.35468,-2.93704 -0.181,-6.65876 2.01238,-8.64398 2.0384,-1.84494 5.43058,-1.1212 8.17929,-1.06253 3.34492,0.0714 6.63224,0.95108 9.88917,1.71656 2.05612,0.48325 3.99816,1.41138 6.0722,1.81081 3.44031,0.66255 6.96573,1.06623 10.46739,0.95192 3.78516,-0.12356 7.43659,-1.79636 11.22363,-1.76474 1.55185,0.013 3.12359,0.28186 4.58649,0.79985 1.48266,0.52499 2.98786,1.20618 4.12281,2.29512 0.86547,0.83038 1.42933,1.95676 1.87872,3.06879 0.67163,1.66196 0.8942,3.4778 1.16703,5.24945 0.24238,1.57389 -0.1531,3.27141 0.41433,4.75933 1.83023,4.79924 5.57666,8.72712 9.22489,12.34277 1.74278,1.93455 4.03041,3.53404 6.16708,4.82839 2.26886,1.37444 4.3675,2.44991 5.46279,4.81597 0.65901,1.48517 -0.54371,3.76097 0.68307,4.82635 z" /></clipPath><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect14300-2-7"
|
||||
is_visible="true" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14481-1"><path
|
||||
style="fill:url(#linearGradient14485);fill-opacity:1;stroke:none"
|
||||
d="m 516.00562,331.8756 c -0.6714,1.71905 -1.62682,3.32679 -2.81579,4.73826 -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.68307,4.82635 l 2e-5,0"
|
||||
id="path14483-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
|
||||
inkscape:original-d="m 516.00562,331.8756 c 0.90859,1.59687 -1.57016,3.38773 -2.81579,4.73826 -2.74207,2.97299 -6.45099,4.90178 -9.89648,7.01985 -5.91373,3.63539 -12.61918,5.90302 -18.41964,9.71654 -3.88318,2.553 -7.32809,5.72221 -10.86016,8.74238 -3.0221,2.58411 -5.48201,5.87643 -8.83247,8.01771 -3.3519,2.1422 -7.0437,4.15414 -10.99061,4.6502 -4.78298,0.60114 -9.87221,-0.25577 -14.29898,-2.16416 -3.0947,-1.33413 -6.16113,-3.38144 -7.96301,-6.22931 -1.81288,-2.86525 -2.06093,-6.5375 -2.23266,-9.92375 -0.30734,-6.06031 1.36252,-12.0605 2.17848,-18.07349 0.67882,-5.00236 1.85312,-9.94325 2.26013,-14.97502 0.73946,-9.14185 -0.7797,-18.40771 0.3199,-27.51327 0.35468,-2.93704 -0.181,-6.65876 2.01238,-8.64398 2.0384,-1.84494 5.43058,-1.1212 8.17929,-1.06253 3.34492,0.0714 6.63224,0.95108 9.88917,1.71656 2.05612,0.48325 3.99816,1.41138 6.0722,1.81081 3.44031,0.66255 6.96573,1.06623 10.46739,0.95192 3.78516,-0.12356 7.43659,-1.79636 11.22363,-1.76474 1.55185,0.013 3.12359,0.28186 4.58649,0.79985 1.48266,0.52499 2.98786,1.20618 4.12281,2.29512 0.86547,0.83038 1.42933,1.95676 1.87872,3.06879 0.67163,1.66196 0.8942,3.4778 1.16703,5.24945 0.24238,1.57389 -0.1531,3.27141 0.41433,4.75933 1.83023,4.79924 5.57666,8.72712 9.22489,12.34277 1.74278,1.93455 4.03041,3.53404 6.16708,4.82839 2.26886,1.37444 4.3675,2.44991 5.46279,4.81597 0.65901,1.48517 -0.54371,3.76097 0.68307,4.82635 z" /></clipPath><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect14300-2-2-0"
|
||||
is_visible="true" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14473-5"><path
|
||||
style="fill:url(#linearGradient14477);fill-opacity:1;stroke:none"
|
||||
d="m 511.82669,331.89986 c -0.60617,1.40358 -1.44178,2.70776 -2.46357,3.84504 -2.32524,2.58805 -5.50706,4.22246 -8.65855,5.69652 -5.42045,2.53534 -11.00071,4.7788 -16.11556,7.88485 -3.38301,2.05437 -6.53696,4.47221 -9.50169,7.09434 -2.52461,2.23286 -4.92977,4.6271 -7.72763,6.50627 -2.88313,1.93644 -6.17534,3.29888 -9.61582,3.77358 -4.21817,0.58201 -8.55335,-0.18335 -12.51035,-1.75619 -2.7091,-1.07682 -5.36625,-2.6185 -6.96693,-5.05501 -1.53813,-2.3413 -1.9333,-5.25173 -1.95338,-8.053 -0.0354,-4.93859 0.96501,-9.81816 1.90598,-14.66641 0.78215,-4.02995 1.52682,-8.0717 1.97741,-12.15204 0.81784,-7.40607 0.66114,-14.88536 0.27989,-22.32668 -0.064,-1.24906 -0.13361,-2.5105 0.0789,-3.74301 0.21256,-1.23251 0.73646,-2.45247 1.68171,-3.27147 0.93914,-0.8137 2.20952,-1.15942 3.45104,-1.2115 1.24152,-0.0521 2.47642,0.16381 3.70512,0.34927 2.88969,0.43617 5.81087,0.7091 8.65215,1.39297 1.78651,0.43 3.53091,1.02011 5.31265,1.46945 2.98632,0.75312 6.09645,1.10709 9.15804,0.77247 3.2941,-0.36004 6.50688,-1.50957 9.81969,-1.43207 1.35838,0.0318 2.70755,0.27142 4.01277,0.64907 1.31265,0.3798 2.61744,0.9202 3.6071,1.86246 0.72535,0.69061 1.25006,1.56936 1.64371,2.49029 0.57625,1.34814 0.88626,2.79994 1.02105,4.25986 0.11897,1.28855 0.10468,2.59405 0.36251,3.86214 0.4369,2.14878 1.63966,4.08139 3.11506,5.70353 1.4754,1.62214 3.22406,2.96752 4.9559,4.31247 1.75634,1.36398 3.50975,2.7398 5.39565,3.91818 0.88228,0.55128 1.79349,1.05932 2.63473,1.67142 0.84123,0.61209 1.61878,1.33907 2.14473,2.23668 0.68386,1.16711 0.90229,2.59857 0.59763,3.91652 l 2e-5,0"
|
||||
id="path14475-9"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
|
||||
inkscape:original-d="m 511.82669,331.89986 c 0.79493,1.29584 -1.37375,2.7491 -2.46357,3.84504 -2.39907,2.41255 -5.64405,3.97773 -8.65855,5.69652 -5.17399,2.95008 -11.04067,4.79023 -16.11556,7.88485 -3.39744,2.07173 -6.41144,4.64351 -9.50169,7.09434 -2.64407,2.09697 -4.79627,4.76865 -7.72763,6.50627 -2.93262,1.73837 -6.16262,3.37103 -9.61582,3.77358 -4.18468,0.48781 -8.63731,-0.20756 -12.51035,-1.75619 -2.70759,-1.08263 -5.39044,-2.744 -6.96693,-5.05501 -1.58611,-2.32511 -1.80313,-5.3051 -1.95338,-8.053 -0.2689,-4.91787 1.19208,-9.78694 1.90598,-14.66641 0.59391,-4.05935 1.62131,-8.06882 1.97741,-12.15204 0.64696,-7.4185 -0.68217,-14.93763 0.27989,-22.32668 0.31031,-2.38337 -0.15836,-5.4035 1.76065,-7.01448 1.78342,-1.49715 4.75128,-0.90984 7.15616,-0.86223 2.92651,0.0579 5.80263,0.77179 8.65215,1.39297 1.79893,0.39215 3.49804,1.14531 5.31265,1.46945 3.00996,0.53765 6.0944,0.86523 9.15804,0.77247 3.31168,-0.10027 6.50636,-1.45773 9.81969,-1.43207 1.35773,0.0105 2.73287,0.22873 4.01277,0.64907 1.2972,0.42602 2.61412,0.9788 3.6071,1.86246 0.75721,0.67384 1.25054,1.58789 1.64371,2.49029 0.58762,1.34866 0.78235,2.82219 1.02105,4.25986 0.21206,1.27719 -0.13395,2.65471 0.36251,3.86214 1.60129,3.89452 4.87908,7.08195 8.07096,10.016 1.52478,1.56986 3.52626,2.86783 5.39565,3.91818 1.98506,1.11534 3.82118,1.98807 4.77946,3.9081 0.57658,1.2052 -0.47569,3.05198 0.59763,3.91652 z" /></clipPath><linearGradient
|
||||
id="linearGradient14518-6"><stop
|
||||
id="stop14540-0"
|
||||
offset="0"
|
||||
style="stop-color:#110800;stop-opacity:1;" /><stop
|
||||
style="stop-color:#a65a00;stop-opacity:0.80000001;"
|
||||
offset="0.59066743"
|
||||
id="stop14542-5" /><stop
|
||||
style="stop-color:#ff921e;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop14522-4" /></linearGradient><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29716-0-0"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29716-0-8-3"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect29716-6-1"
|
||||
effect="spiro" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14822-9"><path
|
||||
sodipodi:nodetypes="aaaasssaccaa"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20882,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456"
|
||||
id="path14824-1"
|
||||
inkscape:original-d="m 386.1875,285.32775 c -2.36571,-3.81321 -7.59294,-4.9003 -11.805,-6.41698 -2.08672,-0.75138 -4.32322,-1.04333 -6.52782,-1.27734 -2.27612,-0.2416 -4.71593,-0.91505 -6.8653,-0.1253 -3.64566,1.33955 -7.24986,3.80684 -8.75671,7.70871 -1.13743,2.94527 -1.80122,7.05909 -1.65394,10.40316 0.13075,2.96891 0.9633,5.07273 2.60877,7.33912 1.08803,1.49859 3.40096,2.67896 5.43398,3.22092 3.49923,0.93284 7.37483,0.82779 10.86038,-0.1553 5.98587,-2.2615 11.09272,-5.76885 14.33034,-10.77903 1.07459,-1.67639 2.15539,-3.45031 2.5532,-5.4034 0.30053,-1.4755 0.61519,-3.23621 -0.1779,-4.51456 z"
|
||||
style="fill:none;stroke:#ce5c00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14822-2-4"><path
|
||||
sodipodi:nodetypes="aaaasssaccaa"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20882,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456"
|
||||
id="path14824-6-5"
|
||||
inkscape:original-d="m 386.1875,285.32775 c -2.36571,-3.81321 -7.59294,-4.9003 -11.805,-6.41698 -2.08672,-0.75138 -4.32322,-1.04333 -6.52782,-1.27734 -2.27612,-0.2416 -4.71593,-0.91505 -6.8653,-0.1253 -3.64566,1.33955 -7.24986,3.80684 -8.75671,7.70871 -1.13743,2.94527 -1.80122,7.05909 -1.65394,10.40316 0.13075,2.96891 0.9633,5.07273 2.60877,7.33912 1.08803,1.49859 3.40096,2.67896 5.43398,3.22092 3.49923,0.93284 7.37483,0.82779 10.86038,-0.1553 5.98587,-2.2615 11.09272,-5.76885 14.33034,-10.77903 1.07459,-1.67639 2.15539,-3.45031 2.5532,-5.4034 0.30053,-1.4755 0.61519,-3.23621 -0.1779,-4.51456 z"
|
||||
style="fill:none;stroke:#ce5c00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect14972-2-2"
|
||||
is_visible="true" /><inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect15017-9"
|
||||
is_visible="true" /><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath15031-3"><path
|
||||
style="fill:none;stroke:#729fcf;stroke-width:0.125;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 248.06066,184.61218 c -2.60091,3.4397 -5.23338,6.85555 -7.89695,10.24696 -2.83301,3.60715 -5.70116,7.1866 -8.58729,10.75139 -3.54135,4.37407 -7.15155,8.79286 -9.44912,13.93045 -1.97407,4.41422 -2.91014,9.20748 -4.26498,13.84932 -1.53862,5.27153 -3.62627,10.37023 -5.97071,15.33612 -2.1648,4.58539 -4.54978,9.06293 -6.93891,13.53553 -1.73823,3.25407 -3.50515,6.58104 -4.10782,10.22071 -0.47627,2.87632 -0.19849,5.84423 0.53376,8.66626 0.73224,2.82202 1.90964,5.5106 3.23775,8.10601 5.66724,11.07504 14.17003,20.62168 24.24176,27.92472 4.57063,3.31418 9.46669,6.18109 14.60245,8.52595 2.78247,1.27041 5.71355,2.40436 8.77186,2.45744 1.52915,0.0265 3.0741,-0.22544 4.47434,-0.84055 1.40024,-0.6151 2.65068,-1.60373 3.48254,-2.88709 1.02278,-1.5779 1.36992,-3.53829 1.16461,-5.40743 -0.2053,-1.86914 -0.93484,-3.65294 -1.91324,-5.25873 -2.38997,-3.92251 -6.1652,-6.76055 -9.79642,-9.57343 -7.84055,-6.07358 -15.42466,-12.48038 -22.68212,-19.23996 -2.04911,-1.90854 -4.0984,-3.87759 -5.53019,-6.28412 -1.3943,-2.34352 -2.14763,-5.01375 -2.65783,-7.69253 -1.39963,-7.34872 -1.0404,-15.0827 1.45958,-22.13343 0.97802,-2.75834 2.27066,-5.39225 3.51815,-8.03965 2.1622,-4.58855 4.21133,-9.26299 7.04933,-13.46723 3.53268,-5.23334 8.24484,-9.67275 11.15147,-15.27803 2.45457,-4.7335 3.49353,-10.05742 4.36185,-15.31831 0.66531,-4.03089 1.24751,-8.07549 1.74613,-12.13037"
|
||||
id="path15033-2"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:original-d="m 248.06066,184.61218 c 0,0 -5.10626,6.34527 -7.89695,10.24696 -2.7907,3.9017 -5.73652,6.64881 -8.58729,10.75139 -2.85076,4.10259 -7.36482,9.43164 -9.44912,13.93045 -2.08429,4.49881 -2.32047,9.0356 -4.26498,13.84932 -1.94451,4.81371 -3.70129,10.64183 -5.97071,15.33612 -2.26943,4.69429 -5.37093,9.68473 -6.93891,13.53553 -1.56799,3.8508 -3.81119,5.72384 -4.10782,10.22071 -0.29663,4.49686 -0.57747,8.31749 3.77151,16.77227 4.34898,8.45478 17.23626,22.00721 24.24176,27.92472 7.00549,5.9175 9.39133,7.22492 14.60245,8.52595 5.21112,1.30104 13.85627,2.9981 16.72874,-1.2702 2.87246,-4.26829 2.27191,-5.96483 -0.74863,-10.66616 -3.02055,-4.70132 -4.82469,-5.30209 -9.79642,-9.57343 -4.97172,-4.27133 -18.63696,-14.87266 -22.68212,-19.23996 -4.04516,-4.36729 -7.10731,-3.41164 -5.53019,-6.28412 1.57712,-2.87249 -2.20738,-4.00856 -2.65783,-7.69253 -0.76361,-6.24511 0.9436,-18.71046 1.45958,-22.13343 0.51598,-3.42296 1.22371,-2.92446 3.51815,-8.03965 2.29444,-5.11519 4.12424,-8.62435 7.04933,-13.46723 2.92509,-4.84289 8.62493,-10.12787 11.15147,-15.27803 2.52654,-5.15017 3.50393,-10.72068 4.36185,-15.31831 0.85792,-4.59763 1.74613,-12.13037 1.74613,-12.13037 z"
|
||||
sodipodi:nodetypes="czzzzzzzzzzzzzzzszzzzzc" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath14186-9"><path
|
||||
inkscape:original-d="m 137.57703,281.0191 c 6.32494,-1.3585 11.99755,4.87308 16.86679,9.13228 6.42572,5.62067 -8.54781,26.01622 13.24488,19.8293 5.86081,-1.66388 6.89528,11.31183 10.16415,16.45304 4.09971,6.44793 11.58575,13.6827 13.65231,21.03883 1.58383,5.63779 1.34339,10.90606 -1.62666,15.95302 -3.57124,6.06857 -11.7907,10.42929 -18.78877,11.20919 -5.73056,0.63864 -11.87822,-3.8351 -17.38362,-5.54906 -12.31617,-3.83432 -23.77946,-5.82074 -36.09666,-9.65174 -2.50091,-0.77785 -8.28361,-2.638 -10.96988,-3.42629 -4.51043,-1.3236 -6.46556,-0.99271 -8.72046,-4.76819 -2.68251,-4.49147 0.68051,-9.72669 3.16379,-14.79408 4.06995,-8.30524 1.91195,-17.82603 0.46203,-25.51057 -0.92235,-4.8884 -0.66071,-7.92707 2.7425,-10.79139 4.99476,-4.20385 14.53027,-1.53186 20.35272,-4.08305 5.82246,-2.55119 6.66365,-13.6939 12.93688,-15.04129 z"
|
||||
sodipodi:nodetypes="ssssssssssssssss"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path14188-1"
|
||||
d="m 137.57703,281.0191 c 1.59929,-0.66295 3.3982,-0.78361 5.10074,-0.46963 1.70253,0.31398 3.31141,1.04948 4.74342,2.02239 2.86402,1.94583 4.98821,4.77774 7.02263,7.57952 4.67189,6.43406 9.16868,13.00227 13.24488,19.8293 3.30635,5.53766 6.34352,11.25685 10.16415,16.45304 2.49398,3.3919 5.3066,6.53947 7.813,9.92221 2.50639,3.38273 4.72794,7.05586 5.83931,11.11662 1.44411,5.27653 0.88463,11.09291 -1.62666,15.95302 -1.76663,3.41896 -4.47646,6.35228 -7.77242,8.33898 -3.29595,1.9867 -7.17064,3.01444 -11.01635,2.87021 -6.11413,-0.2293 -11.69944,-3.28515 -17.38362,-5.54906 -11.58097,-4.6125 -24.15978,-6.0594 -36.09666,-9.65174 -3.66859,-1.10404 -7.27582,-2.4107 -10.96988,-3.42629 -1.64125,-0.45122 -3.30866,-0.8482 -4.85875,-1.55144 -1.55008,-0.70325 -2.999548,-1.7491 -3.86171,-3.21675 -0.666391,-1.13439 -0.948386,-2.47002 -0.930187,-3.78554 0.0182,-1.31552 0.325889,-2.61453 0.773815,-3.85158 0.895851,-2.47409 2.343262,-4.71374 3.320162,-7.15696 1.59511,-3.98935 1.88169,-8.38839 1.66657,-12.67942 -0.21511,-4.29103 -0.91078,-8.54478 -1.20454,-12.83115 -0.13118,-1.91406 -0.18066,-3.85256 0.18479,-5.73598 0.36545,-1.88343 1.17577,-3.72459 2.55771,-5.05541 1.27406,-1.22693 2.96492,-1.95531 4.69643,-2.31651 1.73151,-0.3612 3.51533,-0.37747 5.28367,-0.33762 1.76833,0.0399 3.54067,0.13425 5.30351,-0.0106 1.76284,-0.14488 3.53347,-0.54055 5.06911,-1.41828 1.45996,-0.83447 2.65433,-2.0745 3.64374,-3.43424 0.9894,-1.35974 1.78909,-2.84573 2.60891,-4.31396 0.81983,-1.46823 1.66834,-2.93151 2.74157,-4.22611 1.07324,-1.2946 2.38923,-2.42304 3.94266,-3.06698"
|
||||
style="fill:#402c07;fill-opacity:1;stroke:none" /></clipPath><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect4669-1"
|
||||
effect="spiro" /><inkscape:path-effect
|
||||
is_visible="true"
|
||||
id="path-effect4669-4-3"
|
||||
effect="spiro" /></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1595"
|
||||
inkscape:window-height="1061"
|
||||
id="namedview19"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.35355339"
|
||||
inkscape:cx="-273.62273"
|
||||
inkscape:cy="389.44084"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Calque_1" /><path
|
||||
fill="#000000"
|
||||
d="M683.91,677.74c-0.01-0.01-0.021-0.021-0.021-0.03c-6.069-6.85-8.96-19.55-12.069-33.08c-3.101-13.52-6.57-28.1-17.67-37.55 c-0.021-0.021-0.051-0.04-0.07-0.061c-2.2-1.92-4.46-3.539-6.73-4.89c-2.279-1.35-4.59-2.45-6.899-3.32 c15.43-45.76,9.38-91.329-6.2-132.5c-19.11-50.54-52.48-94.569-77.97-124.689c-28.53-35.99-56.431-70.15-55.88-120.61 C501.25,144,508.87,1.19,373.35,1c-5.51-0.01-11.26,0.22-17.25,0.7C204.66,13.89,244.83,173.89,242.58,227.46 c-2.77,39.18-10.71,70.06-37.66,108.36c-31.65,37.64-76.23,98.57-97.34,162c-9.96,29.93-14.7,60.439-10.33,89.319 c-1.37,1.23-2.67,2.521-3.92,3.841c-9.29,9.93-16.16,21.949-23.81,30.039c-7.15,7.141-17.33,9.851-28.53,13.86 c-11.2,4.021-23.49,9.94-30.95,24.26c0,0,0,0.011-0.01,0.011c-0.01,0.02-0.02,0.05-0.04,0.069c-3.51,6.55-4.65,13.62-4.65,20.79 c0,6.63,0.98,13.351,1.97,19.82c2.06,13.46,4.15,26.189,1.38,34.81c-8.86,24.23-10,40.98-3.76,53.141 c6.26,12.18,19.11,17.55,33.64,20.59c29.06,6.06,68.41,4.56,99.42,21l2.67-5.03l-2.64,5.04c33.2,17.36,66.86,23.521,93.71,17.39 c19.48-4.439,35.28-16.039,43.4-33.88c21-0.1,44.05-9,80.97-11.029c25.05-2.021,56.34,8.899,92.33,6.899 c0.94,3.9,2.301,7.66,4.16,11.23c0.021,0.029,0.04,0.069,0.061,0.1c13.949,27.9,39.869,40.66,67.5,38.48 c27.659-2.181,57.069-18.49,80.85-46.78l-4.36-3.66l4.391,3.62c22.66-27.48,60.27-38.87,85.22-53.91 c12.47-7.52,22.58-16.939,23.37-30.62C710.4,713.55,702.37,698.23,683.91,677.74z"
|
||||
id="path3"
|
||||
style="fill:#202020;fill-opacity:1" /><path
|
||||
fill="#D6A312"
|
||||
d="M698.24,726.57c-0.48,8.439-6.59,14.71-17.88,21.51c-22.561,13.61-62.551,25.45-88.08,56.38 c-22.181,26.39-49.221,40.88-73.03,42.76s-44.35-8-56.47-32.31l-0.021-0.05l-0.029-0.061c-7.521-14.3-4.391-36.85,1.939-60.649 c6.33-23.79,15.43-48.23,16.65-68.08v-0.061c1.279-25.439,2.71-47.66,6.979-64.81c4.28-17.15,11.01-28.75,22.931-35.28 c0.56-0.3,1.109-0.59,1.659-0.86c1.351,22.03,12.261,44.511,31.54,49.37c21.101,5.561,51.511-12.54,64.351-27.31 c2.569-0.101,5.069-0.23,7.5-0.29c11.27-0.271,20.71,0.38,30.37,8.82l0.029,0.029l0.03,0.021c7.42,6.29,10.95,18.17,14.01,31.47 c3.061,13.311,5.5,27.8,14.681,38.13l0.01,0.01l0.01,0.021C693.06,704.9,698.73,718.12,698.24,726.57z"
|
||||
id="path5"
|
||||
style="fill:#f8bf11;fill-opacity:1" /><path
|
||||
fill="#D6A312"
|
||||
d="M269.49,788.95l-0.01,0.06v0.07c-2.04,26.74-17.12,41.3-40.28,46.59c-23.14,5.29-54.53,0.021-85.87-16.37 c-0.01,0-0.02-0.01-0.03-0.01c-34.68-18.37-75.93-16.54-102.4-22.07c-13.23-2.76-21.87-6.92-25.83-14.64 c-3.96-7.73-4.05-21.2,4.37-44.17l0.04-0.101l0.03-0.1c4.17-12.85,1.08-26.91-0.94-40.11c-2.02-13.189-3.01-25.199,1.5-33.56 l0.04-0.08c5.77-11.12,14.23-15.1,24.73-18.86c10.51-3.77,22.96-6.729,32.79-16.59l0.06-0.05l0.05-0.05 c9.09-9.59,15.92-21.62,23.91-30.15c6.74-7.2,13.49-11.97,23.66-12.04c0.12,0.011,0.23,0.011,0.35,0 c1.78,0.011,3.67,0.16,5.67,0.471c13.5,2.04,25.27,11.479,36.61,26.859l32.74,59.67l0.01,0.03l0.02,0.02 c8.71,18.19,27.11,38.2,42.7,58.61C259,752.78,271.06,773.27,269.49,788.95z"
|
||||
id="path7"
|
||||
style="fill:#f8bf11;fill-opacity:1" /><path
|
||||
d="M432.77,232.69c-2.63-5.15-8-10.05-17.14-13.8l-0.02-0.01l-0.03-0.01c-19.01-8.14-27.26-8.72-37.87-15.62 c-17.27-11.1-31.54-14.99-43.4-14.94c-6.21,0.02-11.76,1.12-16.73,2.84c-14.45,4.97-24.04,15.34-30.05,21.03l-0.01,0.01 c0,0.01-0.01,0.01-0.01,0.02c-1.18,1.12-2.7,2.14-6.38,4.84c-3.71,2.71-9.27,6.79-17.27,12.79c-7.11,5.33-9.42,12.27-6.96,20.4 c2.45,8.13,10.29,17.51,24.63,25.62l0.02,0.02l0.03,0.01c8.9,5.23,14.98,12.28,21.96,17.89c3.49,2.8,7.16,5.3,11.58,7.19 c4.42,1.89,9.58,3.17,16.04,3.55c15.16,0.88,26.32-3.67,36.17-9.31c9.87-5.63,18.229-12.52,27.82-15.63l0.02-0.01l0.021-0.01 c19.659-6.14,33.68-18.51,38.069-30.26C435.46,243.42,435.39,237.84,432.77,232.69z"
|
||||
id="path9"
|
||||
style="fill:#f8bf11;fill-opacity:1"
|
||||
fill="#D6A312" /><path
|
||||
d="m 382.89,261.71 c -15.64075,8.1527 -33.91,18.04 -53.35,18.04 -19.43,0 -34.78,-8.98 -45.82,-17.73 -5.52,-4.37 -10,-8.72 -13.38,-11.88 -5.86434,-4.62903 -5.16188,-11.12168 -2.75246,-10.93 4.03863,0.50418 4.64927,5.82168 7.19246,8.2 3.44,3.22 7.75,7.39 12.97,11.53 10.44,8.27 24.36,16.32 41.79,16.32 17.4,0 37.71174,-10.21517 50.11,-17.17 7.02421,-3.94024 15.96224,-11.0031 23.25658,-16.35742 5.58072,-4.09647 5.37722,-9.02921 9.98509,-8.49216 4.60786,0.53705 1.19917,5.45984 -5.25377,11.09153 -6.45295,5.63169 -16.54818,13.10397 -24.7479,17.37805 z"
|
||||
id="path11"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#202020;fill-opacity:1"
|
||||
sodipodi:nodetypes="sscccccssszzs" /><path
|
||||
fill="#FFFFFF"
|
||||
d="M622.39,595.47c-2.17-0.08-4.31-0.069-6.39-0.02c-0.19,0.01-0.38,0.01-0.58,0.01 c5.37-16.96-6.51-29.47-38.17-43.79c-32.83-14.439-58.99-13.01-63.41,16.29c-0.28,1.53-0.51,3.1-0.68,4.68 c-2.46,0.86-4.92,1.94-7.4,3.29c-15.41,8.44-23.83,23.74-28.51,42.521c-4.67,18.76-6.02,41.43-7.3,66.92c0,0.01,0,0.01,0,0.02 c-0.79,12.811-6.07,30.15-11.41,48.511c-53.78,38.369-128.42,54.989-191.8,11.729c-4.29-6.79-9.22-13.52-14.29-20.16 c-3.24-4.239-6.57-8.45-9.87-12.609c6.5,0.01,12.03-1.061,16.5-3.08c5.56-2.53,9.46-6.57,11.4-11.771 c3.86-10.39-0.02-25.05-12.39-41.8c-12.37-16.74-33.32-35.63-64.1-54.51c0,0,0,0,0-0.01c-22.62-14.07-35.26-31.311-41.18-50.03 c-5.93-18.73-5.1-38.98-0.53-58.97c8.76-38.37,31.26-75.69,45.62-99.11c3.86-2.84,1.38,5.28-14.54,34.84 c-14.26,27.021-40.93,89.38-4.42,138.061c0.98-34.641,9.25-69.971,23.14-103.021c20.23-45.85,62.54-125.38,65.9-188.76 c1.74,1.26,7.69,5.28,10.34,6.79c0.01,0.01,0.01,0.01,0.02,0.01c7.76,4.57,13.59,11.25,21.14,17.32 c7.57,6.08,17.02,11.33,31.3,12.16c1.37,0.08,2.71,0.12,4.02,0.12c14.72,0,26.2-4.8,35.76-10.27 c10.391-5.94,18.69-12.52,26.561-15.08c0.01-0.01,0.02-0.01,0.03-0.01c16.63-5.2,29.84-14.4,37.359-25.12 c12.92,50.92,42.96,124.47,62.271,160.36c10.27,19.04,30.689,59.5,39.51,108.25c5.59-0.171,11.75,0.64,18.34,2.329 c23.07-59.81-19.56-124.22-39.06-142.16c-7.87-7.64-8.25-11.06-4.34-10.9c21.14,18.71,48.909,56.32,59.01,98.78 c4.609,19.359,5.59,39.72,0.649,59.81c2.41,1,4.87,2.09,7.36,3.271C615.28,558.39,628.97,574.07,622.39,595.47z"
|
||||
id="path13" /><path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:55;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="M 358.49805 433.79492 A 170.49462 252.32961 0 0 0 200.24023 593.80078 L 203.99023 596.13477 L 203.99023 596.3457 C 232.86263 614.67807 253.42489 633.07032 266.13281 650.26758 L 266.13281 650.26953 L 266.13477 650.26953 C 279.56757 668.45866 285.54496 686.17442 279.85352 701.49414 L 279.85156 701.5 L 279.84961 701.50586 C 276.96816 709.23083 270.8294 715.42147 263.22266 718.88281 L 263.20898 718.88867 L 263.19727 718.89453 C 262.3978 719.25563 261.54371 719.52268 260.71484 719.83203 C 265.26481 725.80111 269.72159 731.95073 273.82812 738.26758 C 331.81569 776.86017 399.27272 762.58165 449.89844 727.66602 C 454.84271 710.62853 459.34569 694.7408 459.96484 684.80859 C 461.24659 659.28785 462.53395 636.1727 467.54688 616.03516 L 467.54688 616.0332 C 472.59918 595.75814 482.42712 577.30697 500.95703 567.1582 L 500.9668 567.15234 L 500.97852 567.14648 C 502.0199 566.5796 503.06547 566.24857 504.10938 565.75586 C 504.44367 563.7509 504.90745 561.8206 505.4707 559.95898 A 170.49462 252.32961 0 0 0 358.49805 433.79492 z M 504.00391 566.16016 L 503.95117 566.46875 C 503.95647 566.43349 503.96961 566.40239 503.97461 566.36719 C 503.98681 566.29942 503.99151 566.22776 504.00391 566.16016 z "
|
||||
id="path4166" /><path
|
||||
d="m 434.51,174.03 c 0.08,10.09 -1.66,18.68 -5.49,27.45 -2.18,5 -4.689,9.2 -7.699,12.84 -1.021,-0.49 -2.08,-0.96 -3.181,-1.41 -3.81,-1.63 -7.18,-2.97 -10.199,-4.11 -3.021,-1.14 -5.37791,-1.91895 -7.80891,-2.75895 1.761,-2.13 5.23,-4.64 6.521,-7.79 1.96,-4.75 2.92,-9.39 3.1,-14.92 0,-0.22 0.07,-0.41 0.07,-0.67 0.11,-5.3 -0.59,-9.83 -2.14,-14.47 -1.62,-4.87 -3.681,-8.37 -6.66,-11.28 -2.99,-2.91 -5.97,-4.23 -9.55,-4.35 -0.17,-0.01 -0.33,-0.01 -0.5,-0.01 -3.36,0.01 -6.28,1.17 -9.301,3.69 -3.17,2.65 -5.52,6.04 -7.479,10.76 -1.95,4.72 -2.91,9.4 -3.101,14.96 -0.029,0.22 -0.029,0.41 -0.029,0.63 -0.07,3.06 0.13,5.86 0.6,8.58 -6.88,-3.43 -15.68209,-5.93105 -21.76209,-7.38105 -0.35,-2.63 -0.55,-5.34 -0.61,-8.18 l 0,-0.77 c -0.11,-10.06 1.54,-18.69 5.41,-27.45 3.87,-8.77 8.66,-15.07 15.399,-20.2 6.75,-5.12 13.381,-7.47 21.23,-7.55 l 0.37,0 c 7.68,0 14.25,2.26 21,7.15 6.85,4.98 11.79,11.2 15.77,19.9 3.9,8.48 5.78,16.77 5.971,26.6 -10e-4,0.26 -10e-4,0.48 0.069,0.74 z"
|
||||
id="path15"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccscccc" /><path
|
||||
d="m 318.43,184.08 c -1.01,0.29 -1.99,0.6 -2.96,0.93 -5.5,1.9 -9.86686,3.99686 -14.08686,6.78686 0.41,-2.92 0.47,-5.88 0.15,-9.19 -0.03,-0.18 -0.03,-0.33 -0.03,-0.51 -0.44,-4.39 -1.37,-8.07 -2.92,-11.79 -1.65,-3.87 -3.5,-6.6 -5.93,-8.7 -2.2,-1.9 -4.28,-2.78 -6.58,-2.76 -0.23,0 -0.47,0.01 -0.71,0.03 -2.58,0.22 -4.72,1.48 -6.75,3.95 -2.02,2.46 -3.35,5.52 -4.31,9.58 -0.96,4.05 -1.21,8.03 -0.81,12.6 0,0.18 0.04,0.33 0.04,0.51 0.44,4.43 1.33,8.11 2.91,11.83 1.62,3.83 3.5,6.56 5.93,8.66 0.41,0.35 0.81,0.67 1.21,0.95 -2.52,1.95 -4.21314,3.33314 -6.29314,4.85314 -1.33,0.97 -2.91,2.13 -4.75,3.49 -4.01,-3.76 -7.14,-8.48 -9.88,-14.71 -3.24,-7.36 -4.97,-14.73 -5.49,-23.43 l 0,-0.07 c -0.48,-8.7 0.37,-16.18 2.76,-23.92 2.4,-7.74 5.6,-13.34 10.25,-17.94 4.64,-4.61 9.32,-6.93 14.96,-7.22 0.44,-0.02 0.87,-0.03 1.3,-0.03 5.11,0.01 9.67,1.71 14.39,5.48 5.12,4.09 8.99,9.32 12.23,16.69 3.25,7.37 4.98,14.74 5.46,23.44 l 0,0.07 c 0.23,3.65 0.2,7.09 -0.09,10.42 z"
|
||||
id="path17"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff"
|
||||
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" /><path
|
||||
sodipodi:nodetypes="aaaaaaa"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path28396-7"
|
||||
d="m 344.08661,204.88969 c 0.64684,2.07624 3.99301,1.73211 5.92629,2.72792 1.69642,0.87378 3.06086,2.78891 4.96829,2.84398 1.82043,0.0526 4.65359,-0.63043 4.89041,-2.43615 0.31286,-2.38563 -3.17083,-3.90165 -5.41255,-4.77563 -2.88469,-1.12471 -6.58056,-1.69534 -9.28659,-0.19073 -0.6201,0.34477 -1.29689,1.15328 -1.08585,1.83064 z"
|
||||
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none" /><path
|
||||
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none"
|
||||
d="m 324.32226,204.88969 c -0.64684,2.07624 -3.99301,1.73211 -5.92629,2.72792 -1.69642,0.87378 -3.06086,2.78891 -4.96829,2.84398 -1.82043,0.0526 -4.65359,-0.63043 -4.89041,-2.43615 -0.31286,-2.38563 3.17083,-3.90165 5.41255,-4.77563 2.88469,-1.12471 6.58056,-1.69534 9.28659,-0.19073 0.6201,0.34477 1.29689,1.15328 1.08585,1.83064 z"
|
||||
id="path5461"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="aaaaaaa" /></svg>
|
||||
|
After Width: | Height: | Size: 44 KiB |
14
thirdparty/miniaudio-0.11.24/website/img/platforms/web/html5.svg
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<title>HTML5 Logo</title>
|
||||
|
||||
<polygon fill="#E44D26" points="107.644,470.877 74.633,100.62 437.367,100.62 404.321,470.819 255.778,512 "/>
|
||||
<polygon fill="#F16529" points="256,480.523 376.03,447.246 404.27,130.894 256,130.894 "/>
|
||||
<polygon fill="#EBEBEB" points="256,268.217 195.91,268.217 191.76,221.716 256,221.716 256,176.305 255.843,176.305 142.132,176.305 143.219,188.488 154.38,313.627 256,313.627"/>
|
||||
<polygon fill="#EBEBEB" points="256,386.153 255.801,386.206 205.227,372.55 201.994,336.333 177.419,336.333 156.409,336.333 162.771,407.634 255.791,433.457 256,433.399"/>
|
||||
<path d="M108.382,0h23.077v22.8h21.11V0h23.078v69.044H152.57v-23.12h-21.11v23.12h-23.077V0z"/>
|
||||
<path d="M205.994,22.896h-20.316V0h63.72v22.896h-20.325v46.148h-23.078V22.896z"/>
|
||||
<path d="M259.511,0h24.063l14.802,24.26L313.163,0h24.072v69.044h-22.982V34.822l-15.877,24.549h-0.397l-15.888-24.549v34.222h-22.58V0z"/>
|
||||
<path d="M348.72,0h23.084v46.222h32.453v22.822H348.72V0z"/>
|
||||
<polygon fill="#FFFFFF" points="255.843,268.217 255.843,313.627 311.761,313.627 306.49,372.521 255.843,386.191 255.843,433.435 348.937,407.634 349.62,399.962 360.291,280.411 361.399,268.217 349.162,268.217"/>
|
||||
<polygon fill="#FFFFFF" points="255.843,176.305 255.843,204.509 255.843,221.605 255.843,221.716 365.385,221.716 365.385,221.716 365.531,221.716 366.442,211.509 368.511,188.488 369.597,176.305"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
53
thirdparty/miniaudio-0.11.24/website/img/platforms/windows/windows-10.svg
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
height="88"
|
||||
width="88"
|
||||
id="svg2"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="Windows_logo_-_2012.svg">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="709"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.6818182"
|
||||
inkscape:cx="37.474576"
|
||||
inkscape:cy="44"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
style="fill:#0078d6;fill-opacity:1"
|
||||
d="m0,12.402,35.687-4.8602,0.0156,34.423-35.67,0.20313zm35.67,33.529,0.0277,34.453-35.67-4.9041-0.002-29.78zm4.3261-39.025,47.318-6.906,0,41.527-47.318,0.37565zm47.329,39.349-0.0111,41.34-47.318-6.6784-0.0663-34.739z"
|
||||
id="path4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
1
thirdparty/miniaudio-0.11.24/website/img/reddit_white.svg
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g><circle fill="none" cx="10" cy="10" r="10"/><path fill="#FFF" d="M16.67,10A1.46,1.46,0,0,0,14.2,9a7.12,7.12,0,0,0-3.85-1.23L11,4.65,13.14,5.1a1,1,0,1,0,.13-0.61L10.82,4a0.31,0.31,0,0,0-.37.24L9.71,7.71a7.14,7.14,0,0,0-3.9,1.23A1.46,1.46,0,1,0,4.2,11.33a2.87,2.87,0,0,0,0,.44c0,2.24,2.61,4.06,5.83,4.06s5.83-1.82,5.83-4.06a2.87,2.87,0,0,0,0-.44A1.46,1.46,0,0,0,16.67,10Zm-10,1a1,1,0,1,1,1,1A1,1,0,0,1,6.67,11Zm5.81,2.75a3.84,3.84,0,0,1-2.47.77,3.84,3.84,0,0,1-2.47-.77,0.27,0.27,0,0,1,.38-0.38A3.27,3.27,0,0,0,10,14a3.28,3.28,0,0,0,2.09-.61A0.27,0.27,0,1,1,12.48,13.79Zm-0.18-1.71a1,1,0,1,1,1-1A1,1,0,0,1,12.29,12.08Z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 692 B |
BIN
thirdparty/miniaudio-0.11.24/website/img/twitter_white.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
251
thirdparty/miniaudio-0.11.24/website/index.html
vendored
Normal file
@@ -0,0 +1,251 @@
|
||||
{{ miniaudio-header }}
|
||||
<!-- Mobile redirection -->
|
||||
<script>
|
||||
//(function(a,b){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4)))window.location=b})(navigator.userAgent||navigator.vendor||window.opera,'mobile/index.html');
|
||||
</script>
|
||||
|
||||
<div style="border-bottom:solid 1px #333; text-align:center; padding:64px; background-color:#eee;">
|
||||
<div><img src="img/logo1_large.png" style="width:auto; height:auto; min-height:70px;"></div>
|
||||
<div style="padding:16px; color:#333; font-size:14pt;">An audio playback and capture library for C and C++.</div>
|
||||
<div style="margin-top:32px;">
|
||||
<a class="a-download" href="https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h">Download miniaudio.h</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="margin:0 auto; text-align:center;">
|
||||
<div style="background-color:#fff; padding-top:3em; padding-bottom:4em; font-size:14pt; color:#666;">
|
||||
<div style="margin:0 auto; width:66%;">
|
||||
miniaudio is an audio playback and capture library for C and C++. It's made up of a single source
|
||||
file, has no external dependencies and is released into the public domain.
|
||||
</div>
|
||||
|
||||
<table style="margin:0 auto; text-align:center; width:75%; margin-top:5em; font-size:12pt;">
|
||||
<tr>
|
||||
<td style="width:33%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Simple Build System</div>
|
||||
<div style="text-align:center;">
|
||||
Just add to your source tree and go. There's no need to install any dependencies or development
|
||||
packages, nor are there any build systems to waste time on.
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:34%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Cross Platform</div>
|
||||
<div style="text-align:center;">
|
||||
miniaudio works on all the major desktop and mobile platforms, including Windows, macOS,
|
||||
Linux, BSD, iOS, Android and Web (via Emscripten).
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:33%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Simple API</div>
|
||||
<div style="text-align:center;">
|
||||
miniaudio has a simple, flexible and modular API that gets out of your way.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width:33%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Open Source</div>
|
||||
<div style="text-align:center;">
|
||||
miniaudio is open source with a permissive license of your choice of public domain or
|
||||
<a href="https://github.com/aws/mit-0">MIT No Attribution.</a>
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:34%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Detailed Documentation</div>
|
||||
<div style="text-align:center;">
|
||||
miniaudio has some of the best <a href="{{ relative-path "docs/manual/index.html" }}">documentation</a>
|
||||
of any open source audio library and includes a suite of examples.
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:33%; vertical-align:top; padding:2em;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">And Much More</div>
|
||||
<div style="text-align:center;">
|
||||
Built-in decoders, advanced mixing and effect processing, resource management, 3D spatialization,
|
||||
filters, data conversion and more.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#eeeeee; border-top:solid 1px #333; padding-top:1em; padding-bottom:2em; font-size:14pt; color:#666;">
|
||||
<div class="feature-header" style="padding-top:1em;">Major Features</div>
|
||||
<table style="margin:0 auto; text-align:center; width:75%; margin-top:1em; font-size:12pt;">
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding:3em; text-align:left">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Flexible and Modular API</div>
|
||||
<div style="padding-right:20em; text-align:justify; text-justify: inter-word;">
|
||||
miniaudio gives you complete flexibility. With the low level API, just initialize a connection
|
||||
to the device and send or receive raw audio data. The modular design of miniaudio allows you to
|
||||
use the low level API without compromising your ability to make use of other features like the
|
||||
node graph and resource manager.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding:3em; text-align:right;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em; text-alight:right;">Advanced Mixing and Effect Processing</div>
|
||||
<div style="padding-left:20em; text-align:justify; text-justify: inter-word;">
|
||||
miniaudio's node graph system gives you an easy way to set up advanced mixing and effect
|
||||
graphs. Each node sends it's output to another node, and so on and so forth to produce all
|
||||
kinds of effects. You can even implement your own custom nodes and plug them in however you
|
||||
like. Plug multiple nodes into the same input node for mixing and use the splitter node for
|
||||
complex routing.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding:3em; text-align:left">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em;">Resource Management</div>
|
||||
<div style="padding-right:20em; text-align:justify; text-justify: inter-word;">
|
||||
The resource manager is used for simplifying the hassle of dealing with the loading and management
|
||||
of your audio resources. It will reference count files so they're only loaded once and handles
|
||||
streaming of large audio sources to save on memory. It can even load files asynchronously and
|
||||
exposes its job system so you can handle resource management jobs from your existing job
|
||||
infrastructure.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding:3em; text-align:right;">
|
||||
<div style="color:#464; font-size:18pt; font-weight:bold; margin-bottom:1em; text-alight:right;">High Level Audio Engine</div>
|
||||
<div style="padding-left:20em; text-align:justify; text-justify: inter-word;">
|
||||
The high level audio engine in miniaudio encapsulates the resource manager and node graph to give
|
||||
you an easy to use API to manage sounds within a 3D scene with spatialization. The engine is a
|
||||
node graph, and each sound in the scene is a node within that graph which means you can take
|
||||
advantage of miniaudio's graph based effect processing and routing infrastructure.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#ffffff; border-top:solid 1px #333; padding-top:1em; padding-bottom:2em; font-size:14pt; color:#666;">
|
||||
<div class="feature-header" style="padding-top:1em;">Platforms</div>
|
||||
<table style="margin:0 auto; text-align:center; width:75%; margin-top:2em; font-size:12pt;">
|
||||
<tr>
|
||||
<td style="width:20%; vertical-align:center; padding:1em;">
|
||||
<img src="{{ relative-path "img/platforms/windows/windows-10.svg" }}" style="height:128px;">
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em;">
|
||||
<img src="{{ relative-path "img/platforms/apple/apple-black.svg" }}" style="height:128px;">
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em;">
|
||||
<img src="{{ relative-path "img/platforms/linux/linux.svg" }}" style="height:128px;">
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em;">
|
||||
<img src="{{ relative-path "img/platforms/bsd/freebsd.svg" }}" style="height:128px;">
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em;">
|
||||
<img src="{{ relative-path "img/platforms/android/android.svg" }}" style="height:100px;">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr style="font-weight:bold;">
|
||||
<td style="vertical-align:top; padding:0em; font-weight:bold;">
|
||||
Windows
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
macOS / iOS
|
||||
</td>
|
||||
<td style=vertical-align:top; padding:0em;">
|
||||
Linux
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
FreeBSD /
|
||||
OpenBSD /
|
||||
NetBSD
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
Android
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
WASAPI<br/>
|
||||
DirectSound<br/>
|
||||
WinMM
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
Core Audio
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
ALSA<br/>
|
||||
PulseAudio<br/>
|
||||
JACK
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
OSS<br/>
|
||||
sndio<br/>
|
||||
audio(4)
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
AAudio<br/>
|
||||
OpenSL | ES
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- PLATFORM ROW 2 -->
|
||||
<tr>
|
||||
<td style="width:20%; vertical-align:center; padding:1em; padding-top:2em;">
|
||||
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em; padding-top:2em;">
|
||||
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em; padding-top:4em;">
|
||||
<img src="{{ relative-path "img/platforms/web/html5.svg" }}" style="height:128px;">
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em; padding-top:2em;">
|
||||
|
||||
</td>
|
||||
<td style="width:20%; vertical-align:center; padding:1em; padding-top:2em;">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr style="font-weight:bold;">
|
||||
<td style="vertical-align:top; padding:0em; font-weight:bold;">
|
||||
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
|
||||
</td>
|
||||
<td style=vertical-align:top; padding:0em;">
|
||||
Web
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
|
||||
</td>
|
||||
<td style="vertical-align:top; padding:0em;">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
Emscripten / WebAudio
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
|
||||
</td>
|
||||
<td style="vertical-align:top; padding-top:1em;">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{{ miniaudio-footer }}
|
||||