homepage edits
This commit is contained in:
parent
94c82be4f2
commit
da5a02a9c0
@ -1,5 +1,15 @@
|
||||
<div id="o_content">
|
||||
<!-- TODO EDI update classes and icons -->
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<h1 class="display-4 text-white fw_bold">Odoo Documentation</h1>
|
||||
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
<div class="mt-5">
|
||||
<a href="https://odoo.com/trial" class="btn btn-primary mb-2">Try it now!</a>
|
||||
<a href="https://odoo.com/download" class="btn btn-outline-light mb-2">Download Odoo</a>
|
||||
</div>
|
||||
</div>
|
||||
<img src="{{ pathto('_static/img/homepage-illustration.svg', 1) }}" class="col-5 py-5 img-fluid" alt="">
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-4">
|
||||
<h2 class="text-center o_title_start">Applications</h2>
|
||||
@ -8,24 +18,20 @@
|
||||
<a href="{{ pathto('applications/finance/accounting/overview/main_concepts/intro') }}" class="stretched-link">
|
||||
Introduction to Odoo Accounting
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('applications/inventory_and_mrp/inventory/overview/concepts/double-entry') }}" class="stretched-link">
|
||||
Introduction to Inventory Management
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('applications/general/base_import/import_faq') }}" class="stretched-link">Import data into Odoo
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('applications/productivity/discuss/email_servers') }}" class="stretched-link">
|
||||
Use my mail server to send and receive emails in Odoo
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -36,79 +42,68 @@
|
||||
<a href=" {{ pathto('administration/install') }} " class="stretched-link">
|
||||
Installing Odoo
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('administration/deployment/deploy') }}" class="stretched-link">
|
||||
Deploying Odoo
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('administration/update') }}" class="stretched-link">
|
||||
Updating Odoo
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('administration/odoo_sh/overview/introduction') }}" class="stretched-link">
|
||||
Introduction to Odoo.sh
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 col-md-4">
|
||||
<h2 class="text-center o_title_basic">Developer</h2>
|
||||
<h2 class="text-center o_title_developer">Developer</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<a href="{{ pathto('developer/reference/orm') }}" class="stretched-link">
|
||||
ORM API
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('developer/howtos/backend') }}" class="stretched-link">
|
||||
Building a Module
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('developer/webservices/odoo') }}" class="stretched-link">
|
||||
External API
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('developer/reference/cmdline') }}" class="stretched-link">
|
||||
Command-line interface
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-4">
|
||||
<h2 class="text-center o_title_tutorial">Services</h2>
|
||||
<h2 class="text-center o_title_services">Services</h2>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<a href="{{ pathto('services/support/where_can_i_get_support') }}" class="stretched-link">
|
||||
Where to find help?
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('services/support/supported_versions') }}" class="stretched-link">
|
||||
Supported versions
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ pathto('legal') }}" class="stretched-link">
|
||||
Legal
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -119,7 +114,6 @@
|
||||
<a href="{{ pathto('contributing/documentation/introduction_guide') }}" class="stretched-link">
|
||||
Introduction guide
|
||||
</a>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
771
extensions/odoo_theme/static/img/doc-animation.svg
Normal file
771
extensions/odoo_theme/static/img/doc-animation.svg
Normal file
@ -0,0 +1,771 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin:auto;background:#f1f2f3;display:block;z-index:1;position:relative" width="1920" height="944" preserveAspectRatio="xMidYMid" viewBox="0 0 1920 944">
|
||||
<g transform="translate(960,472) scale(1,1) translate(-960,-472)"><g id="bk-0.16217486445175422"><path d="M 968 446 L 809 414 L 899 507 Z" stroke="#735169" fill="#735169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 968 446 L 809 414 L 899 507 Z;M 992 436 L 841 441 L 911 512 Z;M 968 446 L 809 414 L 899 507 Z"></animate>
|
||||
</path><path d="M 809 414 L 766 530 L 899 507 Z" stroke="#725069" fill="#725069">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 809 414 L 766 530 L 899 507 Z;M 841 441 L 756 535 L 911 512 Z;M 809 414 L 766 530 L 899 507 Z"></animate>
|
||||
</path><path d="M 968 446 L 811 310 L 809 414 Z" stroke="#705067" fill="#705067">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 968 446 L 811 310 L 809 414 Z;M 992 436 L 808 269 L 841 441 Z;M 968 446 L 811 310 L 809 414 Z"></animate>
|
||||
</path><path d="M 809 414 L 625 393 L 766 530 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 809 414 L 625 393 L 766 530 Z;M 841 441 L 572 344 L 756 535 Z;M 809 414 L 625 393 L 766 530 Z"></animate>
|
||||
</path><path d="M 1110 607 L 1094 384 L 968 446 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1110 607 L 1094 384 L 968 446 Z;M 1132 560 L 1080 419 L 992 436 Z;M 1110 607 L 1094 384 L 968 446 Z"></animate>
|
||||
</path><path d="M 968 446 L 916 250 L 811 310 Z" stroke="#704f67" fill="#704f67">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 968 446 L 916 250 L 811 310 Z;M 992 436 L 913 204 L 808 269 Z;M 968 446 L 916 250 L 811 310 Z"></animate>
|
||||
</path><path d="M 1031 221 L 916 250 L 968 446 Z" stroke="#705067" fill="#705067">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1031 221 L 916 250 L 968 446 Z;M 1038 274 L 913 204 L 992 436 Z;M 1031 221 L 916 250 L 968 446 Z"></animate>
|
||||
</path><path d="M 957 708 L 1110 607 L 899 507 Z" stroke="#79536f" fill="#79536f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 957 708 L 1110 607 L 899 507 Z;M 955 721 L 1132 560 L 911 512 Z;M 957 708 L 1110 607 L 899 507 Z"></animate>
|
||||
</path><path d="M 899 507 L 1110 607 L 968 446 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 899 507 L 1110 607 L 968 446 Z;M 911 512 L 1132 560 L 992 436 Z;M 899 507 L 1110 607 L 968 446 Z"></animate>
|
||||
</path><path d="M 1094 384 L 1031 221 L 968 446 Z" stroke="#73516a" fill="#73516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1094 384 L 1031 221 L 968 446 Z;M 1080 419 L 1038 274 L 992 436 Z;M 1094 384 L 1031 221 L 968 446 Z"></animate>
|
||||
</path><path d="M 766 530 L 821 737 L 899 507 Z" stroke="#74516b" fill="#74516b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 766 530 L 821 737 L 899 507 Z;M 756 535 L 837 710 L 911 512 Z;M 766 530 L 821 737 L 899 507 Z"></animate>
|
||||
</path><path d="M 821 737 L 957 708 L 899 507 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 821 737 L 957 708 L 899 507 Z;M 837 710 L 955 721 L 911 512 Z;M 821 737 L 957 708 L 899 507 Z"></animate>
|
||||
</path><path d="M 642 220 L 625 393 L 811 310 Z" stroke="#6a4d62" fill="#6a4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 642 220 L 625 393 L 811 310 Z;M 604 253 L 572 344 L 808 269 Z;M 642 220 L 625 393 L 811 310 Z"></animate>
|
||||
</path><path d="M 811 310 L 625 393 L 809 414 Z" stroke="#6d4e65" fill="#6d4e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 811 310 L 625 393 L 809 414 Z;M 808 269 L 572 344 L 841 441 Z;M 811 310 L 625 393 L 809 414 Z"></animate>
|
||||
</path><path d="M 766 530 L 608 654 L 821 737 Z" stroke="#735169" fill="#735169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 766 530 L 608 654 L 821 737 Z;M 756 535 L 588 700 L 837 710 Z;M 766 530 L 608 654 L 821 737 Z"></animate>
|
||||
</path><path d="M 957 708 L 1097 727 L 1110 607 Z" stroke="#7c5571" fill="#7c5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 957 708 L 1097 727 L 1110 607 Z;M 955 721 L 1098 695 L 1132 560 Z;M 957 708 L 1097 727 L 1110 607 Z"></animate>
|
||||
</path><path d="M 1203 540 L 1222 412 L 1094 384 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1203 540 L 1222 412 L 1094 384 Z;M 1205 518 L 1229 390 L 1080 419 Z;M 1203 540 L 1222 412 L 1094 384 Z"></animate>
|
||||
</path><path d="M 1094 384 L 1222 412 L 1031 221 Z" stroke="#74526b" fill="#74526b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1094 384 L 1222 412 L 1031 221 Z;M 1080 419 L 1229 390 L 1038 274 Z;M 1094 384 L 1222 412 L 1031 221 Z"></animate>
|
||||
</path><path d="M 1203 540 L 1094 384 L 1110 607 Z" stroke="#7a5470" fill="#7a5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1203 540 L 1094 384 L 1110 607 Z;M 1205 518 L 1080 419 L 1132 560 Z;M 1203 540 L 1094 384 L 1110 607 Z"></animate>
|
||||
</path><path d="M 1133 165 L 938 134 L 1031 221 Z" stroke="#6e4e65" fill="#6e4e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1133 165 L 938 134 L 1031 221 Z;M 1113 131 L 949 103 L 1038 274 Z;M 1133 165 L 938 134 L 1031 221 Z"></animate>
|
||||
</path><path d="M 1031 221 L 938 134 L 916 250 Z" stroke="#6d4e65" fill="#6d4e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1031 221 L 938 134 L 916 250 Z;M 1038 274 L 949 103 L 913 204 Z;M 1031 221 L 938 134 L 916 250 Z"></animate>
|
||||
</path><path d="M 775 131 L 642 220 L 811 310 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 775 131 L 642 220 L 811 310 Z;M 806 117 L 604 253 L 808 269 Z;M 775 131 L 642 220 L 811 310 Z"></animate>
|
||||
</path><path d="M 1236 722 L 1203 540 L 1110 607 Z" stroke="#7e5673" fill="#7e5673">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1236 722 L 1203 540 L 1110 607 Z;M 1237 678 L 1205 518 L 1132 560 Z;M 1236 722 L 1203 540 L 1110 607 Z"></animate>
|
||||
</path><path d="M 775 131 L 811 310 L 916 250 Z" stroke="#6b4d63" fill="#6b4d63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 775 131 L 811 310 L 916 250 Z;M 806 117 L 808 269 L 913 204 Z;M 775 131 L 811 310 L 916 250 Z"></animate>
|
||||
</path><path d="M 453 385 L 571 473 L 625 393 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 453 385 L 571 473 L 625 393 Z;M 464 339 L 579 478 L 572 344 Z;M 453 385 L 571 473 L 625 393 Z"></animate>
|
||||
</path><path d="M 625 393 L 571 473 L 766 530 Z" stroke="#6d4e65" fill="#6d4e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 625 393 L 571 473 L 766 530 Z;M 572 344 L 579 478 L 756 535 Z;M 625 393 L 571 473 L 766 530 Z"></animate>
|
||||
</path><path d="M 821 737 L 900 791 L 957 708 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 821 737 L 900 791 L 957 708 Z;M 837 710 L 836 771 L 955 721 Z;M 821 737 L 900 791 L 957 708 Z"></animate>
|
||||
</path><path d="M 957 708 L 1018 762 L 1097 727 Z" stroke="#7c5572" fill="#7c5572">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 957 708 L 1018 762 L 1097 727 Z;M 955 721 L 994 781 L 1098 695 Z;M 957 708 L 1018 762 L 1097 727 Z"></animate>
|
||||
</path><path d="M 938 134 L 775 131 L 916 250 Z" stroke="#6a4d62" fill="#6a4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 938 134 L 775 131 L 916 250 Z;M 949 103 L 806 117 L 913 204 Z;M 938 134 L 775 131 L 916 250 Z"></animate>
|
||||
</path><path d="M 1222 412 L 1165 154 L 1031 221 Z" stroke="#735169" fill="#735169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1222 412 L 1165 154 L 1031 221 Z;M 1229 390 L 1179 190 L 1038 274 Z;M 1222 412 L 1165 154 L 1031 221 Z"></animate>
|
||||
</path><path d="M 525 621 L 608 654 L 766 530 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 525 621 L 608 654 L 766 530 Z;M 529 613 L 588 700 L 756 535 Z;M 525 621 L 608 654 L 766 530 Z"></animate>
|
||||
</path><path d="M 821 737 L 789 886 L 900 791 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 821 737 L 789 886 L 900 791 Z;M 837 710 L 831 881 L 836 771 Z;M 821 737 L 789 886 L 900 791 Z"></animate>
|
||||
</path><path d="M 1165 154 L 1133 165 L 1031 221 Z" stroke="#6f4f67" fill="#6f4f67">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1165 154 L 1133 165 L 1031 221 Z;M 1179 190 L 1113 131 L 1038 274 Z;M 1165 154 L 1133 165 L 1031 221 Z"></animate>
|
||||
</path><path d="M 900 791 L 1018 762 L 957 708 Z" stroke="#7b5470" fill="#7b5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 900 791 L 1018 762 L 957 708 Z;M 836 771 L 994 781 L 955 721 Z;M 900 791 L 1018 762 L 957 708 Z"></animate>
|
||||
</path><path d="M 1097 727 L 1236 722 L 1110 607 Z" stroke="#7e5674" fill="#7e5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1097 727 L 1236 722 L 1110 607 Z;M 1098 695 L 1237 678 L 1132 560 Z;M 1097 727 L 1236 722 L 1110 607 Z"></animate>
|
||||
</path><path d="M 571 473 L 525 621 L 766 530 Z" stroke="#6e4f65" fill="#6e4f65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 571 473 L 525 621 L 766 530 Z;M 579 478 L 529 613 L 756 535 Z;M 571 473 L 525 621 L 766 530 Z"></animate>
|
||||
</path><path d="M 1166 809 L 1236 722 L 1097 727 Z" stroke="#805775" fill="#805775">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1166 809 L 1236 722 L 1097 727 Z;M 1173 797 L 1237 678 L 1098 695 Z;M 1166 809 L 1236 722 L 1097 727 Z"></animate>
|
||||
</path><path d="M 1203 540 L 1305 509 L 1222 412 Z" stroke="#7c5571" fill="#7c5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1203 540 L 1305 509 L 1222 412 Z;M 1205 518 L 1301 545 L 1229 390 Z;M 1203 540 L 1305 509 L 1222 412 Z"></animate>
|
||||
</path><path d="M 775 131 L 640 106 L 642 220 Z" stroke="#664b5e" fill="#664b5e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 775 131 L 640 106 L 642 220 Z;M 806 117 L 634 129 L 604 253 Z;M 775 131 L 640 106 L 642 220 Z"></animate>
|
||||
</path><path d="M 642 220 L 453 385 L 625 393 Z" stroke="#684c60" fill="#684c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 642 220 L 453 385 L 625 393 Z;M 604 253 L 464 339 L 572 344 Z;M 642 220 L 453 385 L 625 393 Z"></animate>
|
||||
</path><path d="M 584 772 L 789 886 L 821 737 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 584 772 L 789 886 L 821 737 Z;M 579 787 L 831 881 L 837 710 Z;M 584 772 L 789 886 L 821 737 Z"></animate>
|
||||
</path><path d="M 900 791 L 827 889 L 1018 762 Z" stroke="#7b5470" fill="#7b5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 900 791 L 827 889 L 1018 762 Z;M 836 771 L 845 931 L 994 781 Z;M 900 791 L 827 889 L 1018 762 Z"></animate>
|
||||
</path><path d="M 1236 722 L 1305 509 L 1203 540 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1236 722 L 1305 509 L 1203 540 Z;M 1237 678 L 1301 545 L 1205 518 Z;M 1236 722 L 1305 509 L 1203 540 Z"></animate>
|
||||
</path><path d="M 1327 199 L 1178 104 L 1165 154 Z" stroke="#715068" fill="#715068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1327 199 L 1178 104 L 1165 154 Z;M 1344 197 L 1167 59 L 1179 190 Z;M 1327 199 L 1178 104 L 1165 154 Z"></animate>
|
||||
</path><path d="M 1018 762 L 1166 809 L 1097 727 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1018 762 L 1166 809 L 1097 727 Z;M 994 781 L 1173 797 L 1098 695 Z;M 1018 762 L 1166 809 L 1097 727 Z"></animate>
|
||||
</path><path d="M 1236 722 L 1387 704 L 1305 509 Z" stroke="#825876" fill="#825876">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1236 722 L 1387 704 L 1305 509 Z;M 1237 678 L 1371 745 L 1301 545 Z;M 1236 722 L 1387 704 L 1305 509 Z"></animate>
|
||||
</path><path d="M 1168 879 L 1166 809 L 1018 762 Z" stroke="#805775" fill="#805775">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1168 879 L 1166 809 L 1018 762 Z;M 1163 894 L 1173 797 L 994 781 Z;M 1168 879 L 1166 809 L 1018 762 Z"></animate>
|
||||
</path><path d="M 396 178 L 453 385 L 642 220 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 396 178 L 453 385 L 642 220 Z;M 428 216 L 464 339 L 604 253 Z;M 396 178 L 453 385 L 642 220 Z"></animate>
|
||||
</path><path d="M 337 502 L 434 627 L 525 621 Z" stroke="#6a4d62" fill="#6a4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 337 502 L 434 627 L 525 621 Z;M 301 498 L 406 638 L 529 613 Z;M 337 502 L 434 627 L 525 621 Z"></animate>
|
||||
</path><path d="M 434 627 L 584 772 L 608 654 Z" stroke="#6e4f66" fill="#6e4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 434 627 L 584 772 L 608 654 Z;M 406 638 L 579 787 L 588 700 Z;M 434 627 L 584 772 L 608 654 Z"></animate>
|
||||
</path><path d="M 608 654 L 584 772 L 821 737 Z" stroke="#725169" fill="#725169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 608 654 L 584 772 L 821 737 Z;M 588 700 L 579 787 L 837 710 Z;M 608 654 L 584 772 L 821 737 Z"></animate>
|
||||
</path><path d="M 434 627 L 608 654 L 525 621 Z" stroke="#6d4e64" fill="#6d4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 434 627 L 608 654 L 525 621 Z;M 406 638 L 588 700 L 529 613 Z;M 434 627 L 608 654 L 525 621 Z"></animate>
|
||||
</path><path d="M 1327 199 L 1165 154 L 1222 412 Z" stroke="#74526b" fill="#74526b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1327 199 L 1165 154 L 1222 412 Z;M 1344 197 L 1179 190 L 1229 390 Z;M 1327 199 L 1165 154 L 1222 412 Z"></animate>
|
||||
</path><path d="M 1165 154 L 1178 104 L 1133 165 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1165 154 L 1178 104 L 1133 165 Z;M 1179 190 L 1167 59 L 1113 131 Z;M 1165 154 L 1178 104 L 1133 165 Z"></animate>
|
||||
</path><path d="M 1133 165 L 1059 -46 L 938 134 Z" stroke="#6b4d63" fill="#6b4d63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1133 165 L 1059 -46 L 938 134 Z;M 1113 131 L 1025 -34 L 949 103 Z;M 1133 165 L 1059 -46 L 938 134 Z"></animate>
|
||||
</path><path d="M 938 134 L 820 -48 L 775 131 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 938 134 L 820 -48 L 775 131 Z;M 949 103 L 788 8 L 806 117 Z;M 938 134 L 820 -48 L 775 131 Z"></animate>
|
||||
</path><path d="M 775 131 L 663 6 L 640 106 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 775 131 L 663 6 L 640 106 Z;M 806 117 L 652 6 L 634 129 Z;M 775 131 L 663 6 L 640 106 Z"></animate>
|
||||
</path><path d="M 1305 509 L 1380 387 L 1222 412 Z" stroke="#7b5571" fill="#7b5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1305 509 L 1380 387 L 1222 412 Z;M 1301 545 L 1346 411 L 1229 390 Z;M 1305 509 L 1380 387 L 1222 412 Z"></animate>
|
||||
</path><path d="M 888 -86 L 820 -48 L 938 134 Z" stroke="#654a5e" fill="#654a5e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 888 -86 L 820 -48 L 938 134 Z;M 858 -65 L 788 8 L 949 103 Z;M 888 -86 L 820 -48 L 938 134 Z"></animate>
|
||||
</path><path d="M 734 950 L 827 889 L 789 886 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 734 950 L 827 889 L 789 886 Z;M 697 929 L 845 931 L 831 881 Z;M 734 950 L 827 889 L 789 886 Z"></animate>
|
||||
</path><path d="M 789 886 L 827 889 L 900 791 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 789 886 L 827 889 L 900 791 Z;M 831 881 L 845 931 L 836 771 Z;M 789 886 L 827 889 L 900 791 Z"></animate>
|
||||
</path><path d="M 1380 387 L 1327 199 L 1222 412 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1380 387 L 1327 199 L 1222 412 Z;M 1346 411 L 1344 197 L 1229 390 Z;M 1380 387 L 1327 199 L 1222 412 Z"></animate>
|
||||
</path><path d="M 820 -48 L 663 6 L 775 131 Z" stroke="#644a5c" fill="#644a5c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 820 -48 L 663 6 L 775 131 Z;M 788 8 L 652 6 L 806 117 Z;M 820 -48 L 663 6 L 775 131 Z"></animate>
|
||||
</path><path d="M 640 106 L 396 178 L 642 220 Z" stroke="#634a5c" fill="#634a5c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 640 106 L 396 178 L 642 220 Z;M 634 129 L 428 216 L 604 253 Z;M 640 106 L 396 178 L 642 220 Z"></animate>
|
||||
</path><path d="M 337 502 L 525 621 L 571 473 Z" stroke="#6a4d62" fill="#6a4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 337 502 L 525 621 L 571 473 Z;M 301 498 L 529 613 L 579 478 Z;M 337 502 L 525 621 L 571 473 Z"></animate>
|
||||
</path><path d="M 584 772 L 734 950 L 789 886 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 584 772 L 734 950 L 789 886 Z;M 579 787 L 697 929 L 831 881 Z;M 584 772 L 734 950 L 789 886 Z"></animate>
|
||||
</path><path d="M 1077 1001 L 1168 879 L 1018 762 Z" stroke="#805775" fill="#805775">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1077 1001 L 1168 879 L 1018 762 Z;M 1103 1035 L 1163 894 L 994 781 Z;M 1077 1001 L 1168 879 L 1018 762 Z"></animate>
|
||||
</path><path d="M 1166 809 L 1330 797 L 1236 722 Z" stroke="#835877" fill="#835877">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1166 809 L 1330 797 L 1236 722 Z;M 1173 797 L 1296 786 L 1237 678 Z;M 1166 809 L 1330 797 L 1236 722 Z"></animate>
|
||||
</path><path d="M 1077 1001 L 1018 762 L 827 889 Z" stroke="#7d5673" fill="#7d5673">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1077 1001 L 1018 762 L 827 889 Z;M 1103 1035 L 994 781 L 845 931 Z;M 1077 1001 L 1018 762 L 827 889 Z"></animate>
|
||||
</path><path d="M 1220 -58 L 1059 -46 L 1178 104 Z" stroke="#6a4d62" fill="#6a4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1220 -58 L 1059 -46 L 1178 104 Z;M 1217 -25 L 1025 -34 L 1167 59 Z;M 1220 -58 L 1059 -46 L 1178 104 Z"></animate>
|
||||
</path><path d="M 1178 104 L 1059 -46 L 1133 165 Z" stroke="#6c4e64" fill="#6c4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1178 104 L 1059 -46 L 1133 165 Z;M 1167 59 L 1025 -34 L 1113 131 Z;M 1178 104 L 1059 -46 L 1133 165 Z"></animate>
|
||||
</path><path d="M 820 -48 L 697 -175 L 663 6 Z" stroke="#644d63" fill="#644d63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 820 -48 L 697 -175 L 663 6 Z;M 788 8 L 675 -126 L 652 6 Z;M 820 -48 L 697 -175 L 663 6 Z"></animate>
|
||||
</path><path d="M 1342 976 L 1330 797 L 1166 809 Z" stroke="#85597a" fill="#85597a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1342 976 L 1330 797 L 1166 809 Z;M 1338 944 L 1296 786 L 1173 797 Z;M 1342 976 L 1330 797 L 1166 809 Z"></animate>
|
||||
</path><path d="M 1487 573 L 1488 357 L 1380 387 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1487 573 L 1488 357 L 1380 387 Z;M 1491 534 L 1452 352 L 1346 411 Z;M 1487 573 L 1488 357 L 1380 387 Z"></animate>
|
||||
</path><path d="M 500 -23 L 396 178 L 640 106 Z" stroke="#644c62" fill="#644c62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 500 -23 L 396 178 L 640 106 Z;M 505 10 L 428 216 L 634 129 Z;M 500 -23 L 396 178 L 640 106 Z"></animate>
|
||||
</path><path d="M 453 385 L 371 416 L 571 473 Z" stroke="#674c60" fill="#674c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 453 385 L 371 416 L 571 473 Z;M 464 339 L 346 419 L 579 478 Z;M 453 385 L 371 416 L 571 473 Z"></animate>
|
||||
</path><path d="M 374 249 L 371 416 L 453 385 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 374 249 L 371 416 L 453 385 Z;M 362 270 L 346 419 L 464 339 Z;M 374 249 L 371 416 L 453 385 Z"></animate>
|
||||
</path><path d="M 1059 -46 L 888 -86 L 938 134 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1059 -46 L 888 -86 L 938 134 Z;M 1025 -34 L 858 -65 L 949 103 Z;M 1059 -46 L 888 -86 L 938 134 Z"></animate>
|
||||
</path><path d="M 434 627 L 513 878 L 584 772 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 434 627 L 513 878 L 584 772 Z;M 406 638 L 511 878 L 579 787 Z;M 434 627 L 513 878 L 584 772 Z"></animate>
|
||||
</path><path d="M 584 772 L 513 878 L 734 950 Z" stroke="#735169" fill="#735169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 584 772 L 513 878 L 734 950 Z;M 579 787 L 511 878 L 697 929 Z;M 584 772 L 513 878 L 734 950 Z"></animate>
|
||||
</path><path d="M 1327 199 L 1264 35 L 1178 104 Z" stroke="#704f67" fill="#704f67">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1327 199 L 1264 35 L 1178 104 Z;M 1344 197 L 1290 17 L 1167 59 Z;M 1327 199 L 1264 35 L 1178 104 Z"></animate>
|
||||
</path><path d="M 1509 875 L 1387 704 L 1452 957 Z" stroke="#855e85" fill="#855e85">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1509 875 L 1387 704 L 1452 957 Z;M 1542 839 L 1371 745 L 1495 983 Z;M 1509 875 L 1387 704 L 1452 957 Z"></animate>
|
||||
</path><path d="M 1330 797 L 1387 704 L 1236 722 Z" stroke="#845978" fill="#845978">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1330 797 L 1387 704 L 1236 722 Z;M 1296 786 L 1371 745 L 1237 678 Z;M 1330 797 L 1387 704 L 1236 722 Z"></animate>
|
||||
</path><path d="M 396 178 L 374 249 L 453 385 Z" stroke="#63495b" fill="#63495b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 396 178 L 374 249 L 453 385 Z;M 428 216 L 362 270 L 464 339 Z;M 396 178 L 374 249 L 453 385 Z"></animate>
|
||||
</path><path d="M 1264 35 L 1220 -58 L 1178 104 Z" stroke="#6c4e64" fill="#6c4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1264 35 L 1220 -58 L 1178 104 Z;M 1290 17 L 1217 -25 L 1167 59 Z;M 1264 35 L 1220 -58 L 1178 104 Z"></animate>
|
||||
</path><path d="M 920 -184 L 778 -137 L 888 -86 Z" stroke="#644c61" fill="#644c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 920 -184 L 778 -137 L 888 -86 Z;M 884 -175 L 791 -188 L 858 -65 Z;M 920 -184 L 778 -137 L 888 -86 Z"></animate>
|
||||
</path><path d="M 194 369 L 337 502 L 371 416 Z" stroke="#634a5c" fill="#634a5c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 194 369 L 337 502 L 371 416 Z;M 177 373 L 301 498 L 346 419 Z;M 194 369 L 337 502 L 371 416 Z"></animate>
|
||||
</path><path d="M 371 416 L 337 502 L 571 473 Z" stroke="#674b60" fill="#674b60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 371 416 L 337 502 L 571 473 Z;M 346 419 L 301 498 L 579 478 Z;M 371 416 L 337 502 L 571 473 Z"></animate>
|
||||
</path><path d="M 434 627 L 276 750 L 513 878 Z" stroke="#6c4e63" fill="#6c4e63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 434 627 L 276 750 L 513 878 Z;M 406 638 L 261 768 L 511 878 Z;M 434 627 L 276 750 L 513 878 Z"></animate>
|
||||
</path><path d="M 1487 573 L 1380 387 L 1305 509 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1487 573 L 1380 387 L 1305 509 Z;M 1491 534 L 1346 411 L 1301 545 Z;M 1487 573 L 1380 387 L 1305 509 Z"></animate>
|
||||
</path><path d="M 1380 387 L 1488 357 L 1327 199 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1380 387 L 1488 357 L 1327 199 Z;M 1346 411 L 1452 352 L 1344 197 Z;M 1380 387 L 1488 357 L 1327 199 Z"></animate>
|
||||
</path><path d="M 1478 37 L 1396 -43 L 1264 35 Z" stroke="#6e4f66" fill="#6e4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1478 37 L 1396 -43 L 1264 35 Z;M 1462 75 L 1386 13 L 1290 17 Z;M 1478 37 L 1396 -43 L 1264 35 Z"></animate>
|
||||
</path><path d="M 697 -175 L 500 -23 L 663 6 Z" stroke="#66506a" fill="#66506a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 697 -175 L 500 -23 L 663 6 Z;M 675 -126 L 505 10 L 652 6 Z;M 697 -175 L 500 -23 L 663 6 Z"></animate>
|
||||
</path><path d="M 663 6 L 500 -23 L 640 106 Z" stroke="#644c61" fill="#644c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 663 6 L 500 -23 L 640 106 Z;M 652 6 L 505 10 L 634 129 Z;M 663 6 L 500 -23 L 640 106 Z"></animate>
|
||||
</path><path d="M 396 178 L 377 143 L 374 249 Z" stroke="#644c62" fill="#644c62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 396 178 L 377 143 L 374 249 Z;M 428 216 L 365 110 L 362 270 Z;M 396 178 L 377 143 L 374 249 Z"></animate>
|
||||
</path><path d="M 375 4 L 377 143 L 396 178 Z" stroke="#66506a" fill="#66506a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 375 4 L 377 143 L 396 178 Z;M 414 36 L 365 110 L 428 216 Z;M 375 4 L 377 143 L 396 178 Z"></animate>
|
||||
</path><path d="M 1014 1109 L 1077 1001 L 827 889 Z" stroke="#7e5674" fill="#7e5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1014 1109 L 1077 1001 L 827 889 Z;M 1048 1113 L 1103 1035 L 845 931 Z;M 1014 1109 L 1077 1001 L 827 889 Z"></animate>
|
||||
</path><path d="M 1168 879 L 1342 976 L 1166 809 Z" stroke="#845979" fill="#845979">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1168 879 L 1342 976 L 1166 809 Z;M 1163 894 L 1338 944 L 1173 797 Z;M 1168 879 L 1342 976 L 1166 809 Z"></animate>
|
||||
</path><path d="M 920 -184 L 888 -86 L 1059 -46 Z" stroke="#63495c" fill="#63495c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 920 -184 L 888 -86 L 1059 -46 Z;M 884 -175 L 858 -65 L 1025 -34 Z;M 920 -184 L 888 -86 L 1059 -46 Z"></animate>
|
||||
</path><path d="M 888 -86 L 778 -137 L 820 -48 Z" stroke="#634a5e" fill="#634a5e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 888 -86 L 778 -137 L 820 -48 Z;M 858 -65 L 791 -188 L 788 8 Z;M 888 -86 L 778 -137 L 820 -48 Z"></animate>
|
||||
</path><path d="M 337 502 L 330 678 L 434 627 Z" stroke="#684c60" fill="#684c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 337 502 L 330 678 L 434 627 Z;M 301 498 L 324 674 L 406 638 Z;M 337 502 L 330 678 L 434 627 Z"></animate>
|
||||
</path><path d="M 513 878 L 652 1011 L 734 950 Z" stroke="#74516b" fill="#74516b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 513 878 L 652 1011 L 734 950 Z;M 511 878 L 666 997 L 697 929 Z;M 513 878 L 652 1011 L 734 950 Z"></animate>
|
||||
</path><path d="M 734 950 L 691 1050 L 827 889 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 734 950 L 691 1050 L 827 889 Z;M 697 929 L 733 1077 L 845 931 Z;M 734 950 L 691 1050 L 827 889 Z"></animate>
|
||||
</path><path d="M 1476 681 L 1487 573 L 1305 509 Z" stroke="#835877" fill="#835877">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1476 681 L 1487 573 L 1305 509 Z;M 1519 664 L 1491 534 L 1301 545 Z;M 1476 681 L 1487 573 L 1305 509 Z"></animate>
|
||||
</path><path d="M 778 -137 L 697 -175 L 820 -48 Z" stroke="#654e66" fill="#654e66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 778 -137 L 697 -175 L 820 -48 Z;M 791 -188 L 675 -126 L 788 8 Z;M 778 -137 L 697 -175 L 820 -48 Z"></animate>
|
||||
</path><path d="M 1041 -213 L 920 -184 L 1059 -46 Z" stroke="#62495b" fill="#62495b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1041 -213 L 920 -184 L 1059 -46 Z;M 1087 -201 L 884 -175 L 1025 -34 Z;M 1041 -213 L 920 -184 L 1059 -46 Z"></animate>
|
||||
</path><path d="M 778 -137 L 473 -196 L 697 -175 Z" stroke="#665574" fill="#665574">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 778 -137 L 473 -196 L 697 -175 Z;M 791 -188 L 473 -174 L 675 -126 Z;M 778 -137 L 473 -196 L 697 -175 Z"></animate>
|
||||
</path><path d="M 652 1011 L 691 1050 L 734 950 Z" stroke="#76526d" fill="#76526d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 652 1011 L 691 1050 L 734 950 Z;M 666 997 L 733 1077 L 697 929 Z;M 652 1011 L 691 1050 L 734 950 Z"></animate>
|
||||
</path><path d="M 691 1050 L 895 1116 L 827 889 Z" stroke="#7a546f" fill="#7a546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 691 1050 L 895 1116 L 827 889 Z;M 733 1077 L 902 1110 L 845 931 Z;M 691 1050 L 895 1116 L 827 889 Z"></animate>
|
||||
</path><path d="M 1509 875 L 1476 681 L 1387 704 Z" stroke="#875b7e" fill="#875b7e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1509 875 L 1476 681 L 1387 704 Z;M 1542 839 L 1519 664 L 1371 745 Z;M 1509 875 L 1476 681 L 1387 704 Z"></animate>
|
||||
</path><path d="M 1387 704 L 1476 681 L 1305 509 Z" stroke="#835878" fill="#835878">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1387 704 L 1476 681 L 1305 509 Z;M 1371 745 L 1519 664 L 1301 545 Z;M 1387 704 L 1476 681 L 1305 509 Z"></animate>
|
||||
</path><path d="M 500 -23 L 375 4 L 396 178 Z" stroke="#66516c" fill="#66516c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 500 -23 L 375 4 L 396 178 Z;M 505 10 L 414 36 L 428 216 Z;M 500 -23 L 375 4 L 396 178 Z"></animate>
|
||||
</path><path d="M 473 -196 L 375 4 L 500 -23 Z" stroke="#665878" fill="#665878">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 473 -196 L 375 4 L 500 -23 Z;M 473 -174 L 414 36 L 505 10 Z;M 473 -196 L 375 4 L 500 -23 Z"></animate>
|
||||
</path><path d="M 1190 -250 L 1041 -213 L 1220 -58 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1190 -250 L 1041 -213 L 1220 -58 Z;M 1191 -248 L 1087 -201 L 1217 -25 Z;M 1190 -250 L 1041 -213 L 1220 -58 Z"></animate>
|
||||
</path><path d="M 1220 -58 L 1041 -213 L 1059 -46 Z" stroke="#664b5e" fill="#664b5e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1220 -58 L 1041 -213 L 1059 -46 Z;M 1217 -25 L 1087 -201 L 1025 -34 Z;M 1220 -58 L 1041 -213 L 1059 -46 Z"></animate>
|
||||
</path><path d="M 895 1116 L 1014 1109 L 827 889 Z" stroke="#7d5572" fill="#7d5572">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 895 1116 L 1014 1109 L 827 889 Z;M 902 1110 L 1048 1113 L 845 931 Z;M 895 1116 L 1014 1109 L 827 889 Z"></animate>
|
||||
</path><path d="M 1077 1001 L 1342 976 L 1168 879 Z" stroke="#845979" fill="#845979">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1077 1001 L 1342 976 L 1168 879 Z;M 1103 1035 L 1338 944 L 1163 894 Z;M 1077 1001 L 1342 976 L 1168 879 Z"></animate>
|
||||
</path><path d="M 1601 332 L 1556 289 L 1488 357 Z" stroke="#7d5572" fill="#7d5572">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1601 332 L 1556 289 L 1488 357 Z;M 1588 354 L 1552 296 L 1452 352 Z;M 1601 332 L 1556 289 L 1488 357 Z"></animate>
|
||||
</path><path d="M 1488 357 L 1556 289 L 1327 199 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1488 357 L 1556 289 L 1327 199 Z;M 1452 352 L 1552 296 L 1344 197 Z;M 1488 357 L 1556 289 L 1327 199 Z"></animate>
|
||||
</path><path d="M 1264 35 L 1396 -43 L 1220 -58 Z" stroke="#6c4e63" fill="#6c4e63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1264 35 L 1396 -43 L 1220 -58 Z;M 1290 17 L 1386 13 L 1217 -25 Z;M 1264 35 L 1396 -43 L 1220 -58 Z"></animate>
|
||||
</path><path d="M 1591 467 L 1488 357 L 1487 573 Z" stroke="#815776" fill="#815776">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1591 467 L 1488 357 L 1487 573 Z;M 1584 436 L 1452 352 L 1491 534 Z;M 1591 467 L 1488 357 L 1487 573 Z"></animate>
|
||||
</path><path d="M 276 750 L 430 957 L 513 878 Z" stroke="#6d4e64" fill="#6d4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 276 750 L 430 957 L 513 878 Z;M 261 768 L 447 911 L 511 878 Z;M 276 750 L 430 957 L 513 878 Z"></animate>
|
||||
</path><path d="M 513 878 L 430 957 L 652 1011 Z" stroke="#715068" fill="#715068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 513 878 L 430 957 L 652 1011 Z;M 511 878 L 447 911 L 666 997 Z;M 513 878 L 430 957 L 652 1011 Z"></animate>
|
||||
</path><path d="M 652 1011 L 617 1105 L 691 1050 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 652 1011 L 617 1105 L 691 1050 Z;M 666 997 L 615 1125 L 733 1077 Z;M 652 1011 L 617 1105 L 691 1050 Z"></animate>
|
||||
</path><path d="M 1478 37 L 1264 35 L 1327 199 Z" stroke="#715068" fill="#715068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1478 37 L 1264 35 L 1327 199 Z;M 1462 75 L 1290 17 L 1344 197 Z;M 1478 37 L 1264 35 L 1327 199 Z"></animate>
|
||||
</path><path d="M 1584 578 L 1591 467 L 1487 573 Z" stroke="#845978" fill="#845978">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1584 578 L 1591 467 L 1487 573 Z;M 1582 586 L 1584 436 L 1491 534 Z;M 1584 578 L 1591 467 L 1487 573 Z"></animate>
|
||||
</path><path d="M 1556 289 L 1478 37 L 1327 199 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1556 289 L 1478 37 L 1327 199 Z;M 1552 296 L 1462 75 L 1344 197 Z;M 1556 289 L 1478 37 L 1327 199 Z"></animate>
|
||||
</path><path d="M 212 98 L 242 261 L 374 249 Z" stroke="#66506b" fill="#66506b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 212 98 L 242 261 L 374 249 Z;M 197 96 L 190 283 L 362 270 Z;M 212 98 L 242 261 L 374 249 Z"></animate>
|
||||
</path><path d="M 374 249 L 242 261 L 371 416 Z" stroke="#634a5d" fill="#634a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 374 249 L 242 261 L 371 416 Z;M 362 270 L 190 283 L 346 419 Z;M 374 249 L 242 261 L 371 416 Z"></animate>
|
||||
</path><path d="M 174 720 L 276 750 L 330 678 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 174 720 L 276 750 L 330 678 Z;M 169 708 L 261 768 L 324 674 Z;M 174 720 L 276 750 L 330 678 Z"></animate>
|
||||
</path><path d="M 212 98 L 374 249 L 377 143 Z" stroke="#66506a" fill="#66506a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 212 98 L 374 249 L 377 143 Z;M 197 96 L 362 270 L 365 110 Z;M 212 98 L 374 249 L 377 143 Z"></animate>
|
||||
</path><path d="M 1249 1111 L 1342 976 L 1077 1001 Z" stroke="#865a7a" fill="#865a7a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1249 1111 L 1342 976 L 1077 1001 Z;M 1192 1127 L 1338 944 L 1103 1035 Z;M 1249 1111 L 1342 976 L 1077 1001 Z"></animate>
|
||||
</path><path d="M 174 720 L 330 678 L 337 502 Z" stroke="#664b5f" fill="#664b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 174 720 L 330 678 L 337 502 Z;M 169 708 L 324 674 L 301 498 Z;M 174 720 L 330 678 L 337 502 Z"></animate>
|
||||
</path><path d="M 330 678 L 276 750 L 434 627 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 330 678 L 276 750 L 434 627 Z;M 324 674 L 261 768 L 406 638 Z;M 330 678 L 276 750 L 434 627 Z"></animate>
|
||||
</path><path d="M 1634 838 L 1584 578 L 1476 681 Z" stroke="#865d83" fill="#865d83">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1634 838 L 1584 578 L 1476 681 Z;M 1631 849 L 1582 586 L 1519 664 Z;M 1634 838 L 1584 578 L 1476 681 Z"></animate>
|
||||
</path><path d="M 1476 681 L 1584 578 L 1487 573 Z" stroke="#85597a" fill="#85597a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1476 681 L 1584 578 L 1487 573 Z;M 1519 664 L 1582 586 L 1491 534 Z;M 1476 681 L 1584 578 L 1487 573 Z"></animate>
|
||||
</path><path d="M 1591 467 L 1601 332 L 1488 357 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1591 467 L 1601 332 L 1488 357 Z;M 1584 436 L 1588 354 L 1452 352 Z;M 1591 467 L 1601 332 L 1488 357 Z"></animate>
|
||||
</path><path d="M 1556 289 L 1630 199 L 1478 37 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1556 289 L 1630 199 L 1478 37 Z;M 1552 296 L 1652 201 L 1462 75 Z;M 1556 289 L 1630 199 L 1478 37 Z"></animate>
|
||||
</path><path d="M 1630 199 L 1858 458 L 1719 213 Z" stroke="#7e5673" fill="#7e5673">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1630 199 L 1858 458 L 1719 213 Z;M 1652 201 L 1849 454 L 1731 184 Z;M 1630 199 L 1858 458 L 1719 213 Z"></animate>
|
||||
</path><path d="M 242 261 L 194 369 L 371 416 Z" stroke="#634b5f" fill="#634b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 242 261 L 194 369 L 371 416 Z;M 190 283 L 177 373 L 346 419 Z;M 242 261 L 194 369 L 371 416 Z"></animate>
|
||||
</path><path d="M 1367 -209 L 1190 -250 L 1220 -58 Z" stroke="#664b5e" fill="#664b5e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1367 -209 L 1190 -250 L 1220 -58 Z;M 1379 -211 L 1191 -248 L 1217 -25 Z;M 1367 -209 L 1190 -250 L 1220 -58 Z"></animate>
|
||||
</path><path d="M 1041 -213 L 1190 -250 L 920 -184 Z" stroke="#634b5f" fill="#634b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1041 -213 L 1190 -250 L 920 -184 Z;M 1087 -201 L 1191 -248 L 884 -175 Z;M 1041 -213 L 1190 -250 L 920 -184 Z"></animate>
|
||||
</path><path d="M 1367 -209 L 1220 -58 L 1396 -43 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1367 -209 L 1220 -58 L 1396 -43 Z;M 1379 -211 L 1217 -25 L 1386 13 Z;M 1367 -209 L 1220 -58 L 1396 -43 Z"></animate>
|
||||
</path><path d="M 251 -268 L 473 -196 L 778 -137 Z" stroke="#635e83" fill="#635e83">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 251 -268 L 473 -196 L 778 -137 Z;M 242 -252 L 473 -174 L 791 -188 Z;M 251 -268 L 473 -196 L 778 -137 Z"></animate>
|
||||
</path><path d="M 697 -175 L 473 -196 L 500 -23 Z" stroke="#665776" fill="#665776">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 697 -175 L 473 -196 L 500 -23 Z;M 675 -126 L 473 -174 L 505 10 Z;M 697 -175 L 473 -196 L 500 -23 Z"></animate>
|
||||
</path><path d="M 375 4 L 212 98 L 377 143 Z" stroke="#665472" fill="#665472">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 375 4 L 212 98 L 377 143 Z;M 414 36 L 197 96 L 365 110 Z;M 375 4 L 212 98 L 377 143 Z"></animate>
|
||||
</path><path d="M 251 -268 L 778 -137 L 920 -184 Z" stroke="#665777" fill="#665777">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 251 -268 L 778 -137 L 920 -184 Z;M 242 -252 L 791 -188 L 884 -175 Z;M 251 -268 L 778 -137 L 920 -184 Z"></animate>
|
||||
</path><path d="M 465 1102 L 617 1105 L 652 1011 Z" stroke="#73516a" fill="#73516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 465 1102 L 617 1105 L 652 1011 Z;M 409 1075 L 615 1125 L 666 997 Z;M 465 1102 L 617 1105 L 652 1011 Z"></animate>
|
||||
</path><path d="M 691 1050 L 617 1105 L 895 1116 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 691 1050 L 617 1105 L 895 1116 Z;M 733 1077 L 615 1125 L 902 1110 Z;M 691 1050 L 617 1105 L 895 1116 Z"></animate>
|
||||
</path><path d="M 895 1116 L 1249 1111 L 1014 1109 Z" stroke="#815776" fill="#815776">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 895 1116 L 1249 1111 L 1014 1109 Z;M 902 1110 L 1192 1127 L 1048 1113 Z;M 895 1116 L 1249 1111 L 1014 1109 Z"></animate>
|
||||
</path><path d="M 276 750 L 273 882 L 430 957 Z" stroke="#6b4d62" fill="#6b4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 276 750 L 273 882 L 430 957 Z;M 261 768 L 243 875 L 447 911 Z;M 276 750 L 273 882 L 430 957 Z"></animate>
|
||||
</path><path d="M 148 496 L 174 720 L 337 502 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 148 496 L 174 720 L 337 502 Z;M 90 487 L 169 708 L 301 498 Z;M 148 496 L 174 720 L 337 502 Z"></animate>
|
||||
</path><path d="M 1452 957 L 1387 704 L 1330 797 Z" stroke="#875b7d" fill="#875b7d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1452 957 L 1387 704 L 1330 797 Z;M 1495 983 L 1371 745 L 1296 786 Z;M 1452 957 L 1387 704 L 1330 797 Z"></animate>
|
||||
</path><path d="M 617 1105 L 1249 1111 L 895 1116 Z" stroke="#7e5673" fill="#7e5673">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 617 1105 L 1249 1111 L 895 1116 Z;M 615 1125 L 1192 1127 L 902 1110 Z;M 617 1105 L 1249 1111 L 895 1116 Z"></animate>
|
||||
</path><path d="M 1014 1109 L 1249 1111 L 1077 1001 Z" stroke="#835878" fill="#835878">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1014 1109 L 1249 1111 L 1077 1001 Z;M 1048 1113 L 1192 1127 L 1103 1035 Z;M 1014 1109 L 1249 1111 L 1077 1001 Z"></animate>
|
||||
</path><path d="M 1342 976 L 1452 957 L 1330 797 Z" stroke="#865d82" fill="#865d82">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1342 976 L 1452 957 L 1330 797 Z;M 1338 944 L 1495 983 L 1296 786 Z;M 1342 976 L 1452 957 L 1330 797 Z"></animate>
|
||||
</path><path d="M 1630 199 L 1601 332 L 1858 458 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1630 199 L 1601 332 L 1858 458 Z;M 1652 201 L 1588 354 L 1849 454 Z;M 1630 199 L 1601 332 L 1858 458 Z"></animate>
|
||||
</path><path d="M 1601 332 L 1630 199 L 1556 289 Z" stroke="#7b5571" fill="#7b5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1601 332 L 1630 199 L 1556 289 Z;M 1588 354 L 1652 201 L 1552 296 Z;M 1601 332 L 1630 199 L 1556 289 Z"></animate>
|
||||
</path><path d="M 1697 97 L 1630 199 L 1719 213 Z" stroke="#79546f" fill="#79546f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1697 97 L 1630 199 L 1719 213 Z;M 1690 148 L 1652 201 L 1731 184 Z;M 1697 97 L 1630 199 L 1719 213 Z"></animate>
|
||||
</path><path d="M 188 -26 L 212 98 L 375 4 Z" stroke="#655b7d" fill="#655b7d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 188 -26 L 212 98 L 375 4 Z;M 203 -7 L 197 96 L 414 36 Z;M 188 -26 L 212 98 L 375 4 Z"></animate>
|
||||
</path><path d="M 242 261 L 16 209 L 194 369 Z" stroke="#66536f" fill="#66536f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 242 261 L 16 209 L 194 369 Z;M 190 283 L 52 252 L 177 373 Z;M 242 261 L 16 209 L 194 369 Z"></animate>
|
||||
</path><path d="M -8 346 L 148 496 L 194 369 Z" stroke="#665069" fill="#665069">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -8 346 L 148 496 L 194 369 Z;M -19 361 L 90 487 L 177 373 Z;M -8 346 L 148 496 L 194 369 Z"></animate>
|
||||
</path><path d="M 194 369 L 148 496 L 337 502 Z" stroke="#62495b" fill="#62495b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 194 369 L 148 496 L 337 502 Z;M 177 373 L 90 487 L 301 498 Z;M 194 369 L 148 496 L 337 502 Z"></animate>
|
||||
</path><path d="M 1379 1159 L 1452 957 L 1342 976 Z" stroke="#846089" fill="#846089">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1379 1159 L 1452 957 L 1342 976 Z;M 1402 1193 L 1495 983 L 1338 944 Z;M 1379 1159 L 1452 957 L 1342 976 Z"></animate>
|
||||
</path><path d="M 473 -196 L 323 -70 L 375 4 Z" stroke="#655b7e" fill="#655b7e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 473 -196 L 323 -70 L 375 4 Z;M 473 -174 L 295 -84 L 414 36 Z;M 473 -196 L 323 -70 L 375 4 Z"></animate>
|
||||
</path><path d="M 197 854 L 276 750 L 174 720 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 197 854 L 276 750 L 174 720 Z;M 177 809 L 261 768 L 169 708 Z;M 197 854 L 276 750 L 174 720 Z"></animate>
|
||||
</path><path d="M 197 854 L 273 882 L 276 750 Z" stroke="#684c60" fill="#684c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 197 854 L 273 882 L 276 750 Z;M 177 809 L 243 875 L 261 768 Z;M 197 854 L 273 882 L 276 750 Z"></animate>
|
||||
</path><path d="M 430 957 L 465 1102 L 652 1011 Z" stroke="#715068" fill="#715068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 430 957 L 465 1102 L 652 1011 Z;M 447 911 L 409 1075 L 666 997 Z;M 430 957 L 465 1102 L 652 1011 Z"></animate>
|
||||
</path><path d="M 295 1118 L 465 1102 L 430 957 Z" stroke="#6e4f65" fill="#6e4f65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 295 1118 L 465 1102 L 430 957 Z;M 314 1077 L 409 1075 L 447 911 Z;M 295 1118 L 465 1102 L 430 957 Z"></animate>
|
||||
</path><path d="M 1530 4 L 1396 -43 L 1478 37 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1530 4 L 1396 -43 L 1478 37 Z;M 1498 -2 L 1386 13 L 1462 75 Z;M 1530 4 L 1396 -43 L 1478 37 Z"></animate>
|
||||
</path><path d="M 1530 4 L 1367 -209 L 1396 -43 Z" stroke="#6b4d63" fill="#6b4d63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1530 4 L 1367 -209 L 1396 -43 Z;M 1498 -2 L 1379 -211 L 1386 13 Z;M 1530 4 L 1367 -209 L 1396 -43 Z"></animate>
|
||||
</path><path d="M 1697 97 L 1530 4 L 1478 37 Z" stroke="#725169" fill="#725169">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1697 97 L 1530 4 L 1478 37 Z;M 1690 148 L 1498 -2 L 1462 75 Z;M 1697 97 L 1530 4 L 1478 37 Z"></animate>
|
||||
</path><path d="M 31 837 L 197 854 L 174 720 Z" stroke="#654a5d" fill="#654a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 31 837 L 197 854 L 174 720 Z;M 63 850 L 177 809 L 169 708 Z;M 31 837 L 197 854 L 174 720 Z"></animate>
|
||||
</path><path d="M 273 882 L 295 1118 L 430 957 Z" stroke="#6c4e63" fill="#6c4e63">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 273 882 L 295 1118 L 430 957 Z;M 243 875 L 314 1077 L 447 911 Z;M 273 882 L 295 1118 L 430 957 Z"></animate>
|
||||
</path><path d="M 240 -174 L 188 -26 L 323 -70 Z" stroke="#616389" fill="#616389">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 240 -174 L 188 -26 L 323 -70 Z;M 218 -165 L 203 -7 L 295 -84 Z;M 240 -174 L 188 -26 L 323 -70 Z"></animate>
|
||||
</path><path d="M 323 -70 L 188 -26 L 375 4 Z" stroke="#645c80" fill="#645c80">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 323 -70 L 188 -26 L 375 4 Z;M 295 -84 L 203 -7 L 414 36 Z;M 323 -70 L 188 -26 L 375 4 Z"></animate>
|
||||
</path><path d="M 212 98 L 16 209 L 242 261 Z" stroke="#665777" fill="#665777">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 212 98 L 16 209 L 242 261 Z;M 197 96 L 52 252 L 190 283 Z;M 212 98 L 16 209 L 242 261 Z"></animate>
|
||||
</path><path d="M 1601 332 L 1591 467 L 1858 458 Z" stroke="#825877" fill="#825877">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1601 332 L 1591 467 L 1858 458 Z;M 1588 354 L 1584 436 L 1849 454 Z;M 1601 332 L 1591 467 L 1858 458 Z"></animate>
|
||||
</path><path d="M 1630 199 L 1697 97 L 1478 37 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1630 199 L 1697 97 L 1478 37 Z;M 1652 201 L 1690 148 L 1462 75 Z;M 1630 199 L 1697 97 L 1478 37 Z"></animate>
|
||||
</path><path d="M 1704 993 L 1634 838 L 1509 875 Z" stroke="#7c6898" fill="#7c6898">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1704 993 L 1634 838 L 1509 875 Z;M 1655 1012 L 1631 849 L 1542 839 Z;M 1704 993 L 1634 838 L 1509 875 Z"></animate>
|
||||
</path><path d="M 1509 875 L 1634 838 L 1476 681 Z" stroke="#84608a" fill="#84608a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1509 875 L 1634 838 L 1476 681 Z;M 1542 839 L 1631 849 L 1519 664 Z;M 1509 875 L 1634 838 L 1476 681 Z"></animate>
|
||||
</path><path d="M 1704 993 L 1509 875 L 1452 957 Z" stroke="#7e6695" fill="#7e6695">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1704 993 L 1509 875 L 1452 957 Z;M 1655 1012 L 1542 839 L 1495 983 Z;M 1704 993 L 1509 875 L 1452 957 Z"></animate>
|
||||
</path><path d="M 133 1068 L 295 1118 L 273 882 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 133 1068 L 295 1118 L 273 882 Z;M 120 1045 L 314 1077 L 243 875 Z;M 133 1068 L 295 1118 L 273 882 Z"></animate>
|
||||
</path><path d="M 465 1102 L 295 1118 L 617 1105 Z" stroke="#705067" fill="#705067">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 465 1102 L 295 1118 L 617 1105 Z;M 409 1075 L 314 1077 L 615 1125 Z;M 465 1102 L 295 1118 L 617 1105 Z"></animate>
|
||||
</path><path d="M 1784 552 L 1591 467 L 1584 578 Z" stroke="#86597a" fill="#86597a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1784 552 L 1591 467 L 1584 578 Z;M 1789 554 L 1584 436 L 1582 586 Z;M 1784 552 L 1591 467 L 1584 578 Z"></animate>
|
||||
</path><path d="M 1562 -289 L 1415 -257 L 1530 4 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1562 -289 L 1415 -257 L 1530 4 Z;M 1560 -241 L 1461 -256 L 1498 -2 Z;M 1562 -289 L 1415 -257 L 1530 4 Z"></animate>
|
||||
</path><path d="M 1648 -82 L 1530 4 L 1697 97 Z" stroke="#725068" fill="#725068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1648 -82 L 1530 4 L 1697 97 Z;M 1623 -87 L 1498 -2 L 1690 148 Z;M 1648 -82 L 1530 4 L 1697 97 Z"></animate>
|
||||
</path><path d="M 1530 4 L 1415 -257 L 1367 -209 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1530 4 L 1415 -257 L 1367 -209 Z;M 1498 -2 L 1461 -256 L 1379 -211 Z;M 1530 4 L 1415 -257 L 1367 -209 Z"></animate>
|
||||
</path><path d="M 1367 -209 L 1415 -257 L 1190 -250 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1367 -209 L 1415 -257 L 1190 -250 Z;M 1379 -211 L 1461 -256 L 1191 -248 Z;M 1367 -209 L 1415 -257 L 1190 -250 Z"></animate>
|
||||
</path><path d="M 1190 -250 L 251 -268 L 920 -184 Z" stroke="#665572" fill="#665572">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1190 -250 L 251 -268 L 920 -184 Z;M 1191 -248 L 242 -252 L 884 -175 Z;M 1190 -250 L 251 -268 L 920 -184 Z"></animate>
|
||||
</path><path d="M 1784 627 L 1784 552 L 1584 578 Z" stroke="#865d82" fill="#865d82">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1784 627 L 1784 552 L 1584 578 Z;M 1763 672 L 1789 554 L 1582 586 Z;M 1784 627 L 1784 552 L 1584 578 Z"></animate>
|
||||
</path><path d="M 42 97 L 16 209 L 212 98 Z" stroke="#645d82" fill="#645d82">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 42 97 L 16 209 L 212 98 Z;M 54 132 L 52 252 L 197 96 Z;M 42 97 L 16 209 L 212 98 Z"></animate>
|
||||
</path><path d="M 148 496 L -41 658 L 174 720 Z" stroke="#634a5d" fill="#634a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 148 496 L -41 658 L 174 720 Z;M 90 487 L -19 643 L 169 708 Z;M 148 496 L -41 658 L 174 720 Z"></animate>
|
||||
</path><path d="M -8 346 L -3 493 L 148 496 Z" stroke="#66526d" fill="#66526d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -8 346 L -3 493 L 148 496 Z;M -19 361 L -14 467 L 90 487 Z;M -8 346 L -3 493 L 148 496 Z"></animate>
|
||||
</path><path d="M 197 854 L 121 904 L 273 882 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 197 854 L 121 904 L 273 882 Z;M 177 809 L 116 917 L 243 875 Z;M 197 854 L 121 904 L 273 882 Z"></animate>
|
||||
</path><path d="M 1762 80 L 1648 -82 L 1697 97 Z" stroke="#73516a" fill="#73516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1762 80 L 1648 -82 L 1697 97 Z;M 1771 31 L 1623 -87 L 1690 148 Z;M 1762 80 L 1648 -82 L 1697 97 Z"></animate>
|
||||
</path><path d="M 251 -268 L 240 -174 L 323 -70 Z" stroke="#5d6890" fill="#5d6890">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 251 -268 L 240 -174 L 323 -70 Z;M 242 -252 L 218 -165 L 295 -84 Z;M 251 -268 L 240 -174 L 323 -70 Z"></animate>
|
||||
</path><path d="M 188 -26 L 42 97 L 212 98 Z" stroke="#635f84" fill="#635f84">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 188 -26 L 42 97 L 212 98 Z;M 203 -7 L 54 132 L 197 96 Z;M 188 -26 L 42 97 L 212 98 Z"></animate>
|
||||
</path><path d="M 251 -268 L 323 -70 L 473 -196 Z" stroke="#60648b" fill="#60648b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 251 -268 L 323 -70 L 473 -196 Z;M 242 -252 L 295 -84 L 473 -174 Z;M 251 -268 L 323 -70 L 473 -196 Z"></animate>
|
||||
</path><path d="M 617 1105 L 1379 1159 L 1249 1111 Z" stroke="#825877" fill="#825877">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 617 1105 L 1379 1159 L 1249 1111 Z;M 615 1125 L 1402 1193 L 1192 1127 Z;M 617 1105 L 1379 1159 L 1249 1111 Z"></animate>
|
||||
</path><path d="M 1249 1111 L 1379 1159 L 1342 976 Z" stroke="#855d84" fill="#855d84">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1249 1111 L 1379 1159 L 1342 976 Z;M 1192 1127 L 1402 1193 L 1338 944 Z;M 1249 1111 L 1379 1159 L 1342 976 Z"></animate>
|
||||
</path><path d="M 16 209 L -8 346 L 194 369 Z" stroke="#665675" fill="#665675">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 16 209 L -8 346 L 194 369 Z;M 52 252 L -19 361 L 177 373 Z;M 16 209 L -8 346 L 194 369 Z"></animate>
|
||||
</path><path d="M 1634 838 L 1784 627 L 1584 578 Z" stroke="#846089" fill="#846089">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1634 838 L 1784 627 L 1584 578 Z;M 1631 849 L 1763 672 L 1582 586 Z;M 1634 838 L 1784 627 L 1584 578 Z"></animate>
|
||||
</path><path d="M 31 837 L 121 904 L 197 854 Z" stroke="#654a5d" fill="#654a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 31 837 L 121 904 L 197 854 Z;M 63 850 L 116 917 L 177 809 Z;M 31 837 L 121 904 L 197 854 Z"></animate>
|
||||
</path><path d="M 10 -83 L 42 97 L 188 -26 Z" stroke="#5e678e" fill="#5e678e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 10 -83 L 42 97 L 188 -26 Z;M -7 -96 L 54 132 L 203 -7 Z;M 10 -83 L 42 97 L 188 -26 Z"></animate>
|
||||
</path><path d="M 16 209 L -98 265 L -8 346 Z" stroke="#645d81" fill="#645d81">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 16 209 L -98 265 L -8 346 Z;M 52 252 L -76 259 L -19 361 Z;M 16 209 L -98 265 L -8 346 Z"></animate>
|
||||
</path><path d="M -171 502 L -41 658 L -3 493 Z" stroke="#665472" fill="#665472">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -171 502 L -41 658 L -3 493 Z;M -124 462 L -19 643 L -14 467 Z;M -171 502 L -41 658 L -3 493 Z"></animate>
|
||||
</path><path d="M -3 493 L -41 658 L 148 496 Z" stroke="#654f67" fill="#654f67">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -3 493 L -41 658 L 148 496 Z;M -14 467 L -19 643 L 90 487 Z;M -3 493 L -41 658 L 148 496 Z"></animate>
|
||||
</path><path d="M 1918 480 L 1858 458 L 1784 552 Z" stroke="#875b7f" fill="#875b7f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1918 480 L 1858 458 L 1784 552 Z;M 1926 491 L 1849 454 L 1789 554 Z;M 1918 480 L 1858 458 L 1784 552 Z"></animate>
|
||||
</path><path d="M 1784 552 L 1858 458 L 1591 467 Z" stroke="#865a7a" fill="#865a7a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1784 552 L 1858 458 L 1591 467 Z;M 1789 554 L 1849 454 L 1584 436 Z;M 1784 552 L 1858 458 L 1591 467 Z"></animate>
|
||||
</path><path d="M -41 658 L 31 837 L 174 720 Z" stroke="#62495c" fill="#62495c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -41 658 L 31 837 L 174 720 Z;M -19 643 L 63 850 L 169 708 Z;M -41 658 L 31 837 L 174 720 Z"></animate>
|
||||
</path><path d="M 121 904 L 133 1068 L 273 882 Z" stroke="#674b5f" fill="#674b5f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 121 904 L 133 1068 L 273 882 Z;M 116 917 L 120 1045 L 243 875 Z;M 121 904 L 133 1068 L 273 882 Z"></animate>
|
||||
</path><path d="M 1813 -39 L 1762 80 L 1862 13 Z" stroke="#74516b" fill="#74516b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1813 -39 L 1762 80 L 1862 13 Z;M 1828 -2 L 1771 31 L 1844 39 Z;M 1813 -39 L 1762 80 L 1862 13 Z"></animate>
|
||||
</path><path d="M 1719 213 L 1762 80 L 1697 97 Z" stroke="#78536e" fill="#78536e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1719 213 L 1762 80 L 1697 97 Z;M 1731 184 L 1771 31 L 1690 148 Z;M 1719 213 L 1762 80 L 1697 97 Z"></animate>
|
||||
</path><path d="M 1415 -257 L 251 -268 L 1190 -250 Z" stroke="#66516b" fill="#66516b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1415 -257 L 251 -268 L 1190 -250 Z;M 1461 -256 L 242 -252 L 1191 -248 Z;M 1415 -257 L 251 -268 L 1190 -250 Z"></animate>
|
||||
</path><path d="M 240 -174 L 10 -83 L 188 -26 Z" stroke="#5c6991" fill="#5c6991">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 240 -174 L 10 -83 L 188 -26 Z;M 218 -165 L -7 -96 L 203 -7 Z;M 240 -174 L 10 -83 L 188 -26 Z"></animate>
|
||||
</path><path d="M 1379 1159 L 1534 1165 L 1452 957 Z" stroke="#806492" fill="#806492">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1379 1159 L 1534 1165 L 1452 957 Z;M 1402 1193 L 1554 1174 L 1495 983 Z;M 1379 1159 L 1534 1165 L 1452 957 Z"></animate>
|
||||
</path><path d="M 1634 838 L 1806 800 L 1784 627 Z" stroke="#7d6796" fill="#7d6796">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1634 838 L 1806 800 L 1784 627 Z;M 1631 849 L 1804 852 L 1763 672 Z;M 1634 838 L 1806 800 L 1784 627 Z"></animate>
|
||||
</path><path d="M 1612 1074 L 1704 993 L 1452 957 Z" stroke="#796a9c" fill="#796a9c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1612 1074 L 1704 993 L 1452 957 Z;M 1599 1112 L 1655 1012 L 1495 983 Z;M 1612 1074 L 1704 993 L 1452 957 Z"></animate>
|
||||
</path><path d="M 1927 630 L 1918 480 L 1784 552 Z" stroke="#845f88" fill="#845f88">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1927 630 L 1918 480 L 1784 552 Z;M 1887 662 L 1926 491 L 1789 554 Z;M 1927 630 L 1918 480 L 1784 552 Z"></animate>
|
||||
</path><path d="M 1648 -82 L 1562 -289 L 1530 4 Z" stroke="#6c4e64" fill="#6c4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1648 -82 L 1562 -289 L 1530 4 Z;M 1623 -87 L 1560 -241 L 1498 -2 Z;M 1648 -82 L 1562 -289 L 1530 4 Z"></animate>
|
||||
</path><path d="M 1748 -269 L 1562 -289 L 1648 -82 Z" stroke="#694c61" fill="#694c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1748 -269 L 1562 -289 L 1648 -82 Z;M 1711 -218 L 1560 -241 L 1623 -87 Z;M 1748 -269 L 1562 -289 L 1648 -82 Z"></animate>
|
||||
</path><path d="M -29 911 L 133 1068 L 121 904 Z" stroke="#644a5d" fill="#644a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -29 911 L 133 1068 L 121 904 Z;M -18 950 L 120 1045 L 116 917 Z;M -29 911 L 133 1068 L 121 904 Z"></animate>
|
||||
</path><path d="M 1704 993 L 1806 800 L 1634 838 Z" stroke="#776c9f" fill="#776c9f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1704 993 L 1806 800 L 1634 838 Z;M 1655 1012 L 1804 852 L 1631 849 Z;M 1704 993 L 1806 800 L 1634 838 Z"></animate>
|
||||
</path><path d="M 1534 1165 L 1612 1074 L 1452 957 Z" stroke="#7c6898" fill="#7c6898">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1534 1165 L 1612 1074 L 1452 957 Z;M 1554 1174 L 1599 1112 L 1495 983 Z;M 1534 1165 L 1612 1074 L 1452 957 Z"></animate>
|
||||
</path><path d="M 1926 812 L 1784 627 L 1806 800 Z" stroke="#796b9c" fill="#796b9c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1926 812 L 1784 627 L 1806 800 Z;M 1890 767 L 1763 672 L 1804 852 Z;M 1926 812 L 1784 627 L 1806 800 Z"></animate>
|
||||
</path><path d="M -54 -133 L 10 -83 L -45 -295 Z" stroke="#4979a1" fill="#4979a1">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -54 -133 L 10 -83 L -45 -295 Z;M -72 -167 L -7 -96 L -67 -263 Z;M -54 -133 L 10 -83 L -45 -295 Z"></animate>
|
||||
</path><path d="M -104 61 L -98 265 L 16 209 Z" stroke="#60648b" fill="#60648b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -104 61 L -98 265 L 16 209 Z;M -134 62 L -76 259 L 52 252 Z;M -104 61 L -98 265 L 16 209 Z"></animate>
|
||||
</path><path d="M -104 61 L 16 209 L 42 97 Z" stroke="#60648b" fill="#60648b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -104 61 L 16 209 L 42 97 Z;M -134 62 L 52 252 L 54 132 Z;M -104 61 L 16 209 L 42 97 Z"></animate>
|
||||
</path><path d="M -8 346 L -171 502 L -3 493 Z" stroke="#665777" fill="#665777">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -8 346 L -171 502 L -3 493 Z;M -19 361 L -124 462 L -14 467 Z;M -8 346 L -171 502 L -3 493 Z"></animate>
|
||||
</path><path d="M -138 818 L -29 911 L 31 837 Z" stroke="#644c62" fill="#644c62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -138 818 L -29 911 L 31 837 Z;M -178 785 L -18 950 L 63 850 Z;M -138 818 L -29 911 L 31 837 Z"></animate>
|
||||
</path><path d="M 31 837 L -29 911 L 121 904 Z" stroke="#63495c" fill="#63495c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 31 837 L -29 911 L 121 904 Z;M 63 850 L -18 950 L 116 917 Z;M 31 837 L -29 911 L 121 904 Z"></animate>
|
||||
</path><path d="M -138 818 L 31 837 L -41 658 Z" stroke="#654e65" fill="#654e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -138 818 L 31 837 L -41 658 Z;M -178 785 L 63 850 L -19 643 Z;M -138 818 L 31 837 L -41 658 Z"></animate>
|
||||
</path><path d="M 1927 630 L 1784 552 L 1784 627 Z" stroke="#83618c" fill="#83618c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1927 630 L 1784 552 L 1784 627 Z;M 1887 662 L 1789 554 L 1763 672 Z;M 1927 630 L 1784 552 L 1784 627 Z"></animate>
|
||||
</path><path d="M 1862 13 L 1762 80 L 1719 213 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1862 13 L 1762 80 L 1719 213 Z;M 1844 39 L 1771 31 L 1731 184 Z;M 1862 13 L 1762 80 L 1719 213 Z"></animate>
|
||||
</path><path d="M 1959 275 L 1719 213 L 1858 458 Z" stroke="#815776" fill="#815776">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1959 275 L 1719 213 L 1858 458 Z;M 1938 254 L 1731 184 L 1849 454 Z;M 1959 275 L 1719 213 L 1858 458 Z"></animate>
|
||||
</path><path d="M 1762 80 L 1813 -39 L 1648 -82 Z" stroke="#725069" fill="#725069">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1762 80 L 1813 -39 L 1648 -82 Z;M 1771 31 L 1828 -2 L 1623 -87 Z;M 1762 80 L 1813 -39 L 1648 -82 Z"></animate>
|
||||
</path><path d="M -126 315 L -171 502 L -8 346 Z" stroke="#645c7f" fill="#645c7f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -126 315 L -171 502 L -8 346 Z;M -130 330 L -124 462 L -19 361 Z;M -126 315 L -171 502 L -8 346 Z"></animate>
|
||||
</path><path d="M 1926 812 L 1806 800 L 1882 934 Z" stroke="#6d73a7" fill="#6d73a7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1926 812 L 1806 800 L 1882 934 Z;M 1890 767 L 1804 852 L 1909 908 Z;M 1926 812 L 1806 800 L 1882 934 Z"></animate>
|
||||
</path><path d="M 1926 812 L 1927 630 L 1784 627 Z" stroke="#7b6999" fill="#7b6999">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1926 812 L 1927 630 L 1784 627 Z;M 1890 767 L 1887 662 L 1763 672 Z;M 1926 812 L 1927 630 L 1784 627 Z"></animate>
|
||||
</path><path d="M -297 153 L -126 315 L -98 265 Z" stroke="#5d6790" fill="#5d6790">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -297 153 L -126 315 L -98 265 Z;M -284 166 L -130 330 L -76 259 Z;M -297 153 L -126 315 L -98 265 Z"></animate>
|
||||
</path><path d="M -98 265 L -126 315 L -8 346 Z" stroke="#635e83" fill="#635e83">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -98 265 L -126 315 L -8 346 Z;M -76 259 L -130 330 L -19 361 Z;M -98 265 L -126 315 L -8 346 Z"></animate>
|
||||
</path><path d="M 2070 375 L 1979 418 L 2123 523 Z" stroke="#865c80" fill="#865c80">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2070 375 L 1979 418 L 2123 523 Z;M 2046 404 L 1983 422 L 2064 562 Z;M 2070 375 L 1979 418 L 2123 523 Z"></animate>
|
||||
</path><path d="M 1918 480 L 1979 418 L 1858 458 Z" stroke="#875a7c" fill="#875a7c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1918 480 L 1979 418 L 1858 458 Z;M 1926 491 L 1983 422 L 1849 454 Z;M 1918 480 L 1979 418 L 1858 458 Z"></animate>
|
||||
</path><path d="M -69 -27 L -104 61 L 42 97 Z" stroke="#5a6b94" fill="#5a6b94">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -69 -27 L -104 61 L 42 97 Z;M -39 -27 L -134 62 L 54 132 Z;M -69 -27 L -104 61 L 42 97 Z"></animate>
|
||||
</path><path d="M 1959 275 L 1862 13 L 1719 213 Z" stroke="#7b5470" fill="#7b5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1959 275 L 1862 13 L 1719 213 Z;M 1938 254 L 1844 39 L 1731 184 Z;M 1959 275 L 1862 13 L 1719 213 Z"></animate>
|
||||
</path><path d="M 1813 -39 L 1748 -269 L 1648 -82 Z" stroke="#6d4e65" fill="#6d4e65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1813 -39 L 1748 -269 L 1648 -82 Z;M 1828 -2 L 1711 -218 L 1623 -87 Z;M 1813 -39 L 1748 -269 L 1648 -82 Z"></animate>
|
||||
</path><path d="M -54 -133 L -69 -27 L 10 -83 Z" stroke="#51739c" fill="#51739c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -54 -133 L -69 -27 L 10 -83 Z;M -72 -167 L -39 -27 L -7 -96 Z;M -54 -133 L -69 -27 L 10 -83 Z"></animate>
|
||||
</path><path d="M 10 -83 L -69 -27 L 42 97 Z" stroke="#596c95" fill="#596c95">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 10 -83 L -69 -27 L 42 97 Z;M -7 -96 L -39 -27 L 54 132 Z;M 10 -83 L -69 -27 L 42 97 Z"></animate>
|
||||
</path><path d="M -302 511 L -152 625 L -171 502 Z" stroke="#645d80" fill="#645d80">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -302 511 L -152 625 L -171 502 Z;M -309 500 L -146 664 L -124 462 Z;M -302 511 L -152 625 L -171 502 Z"></animate>
|
||||
</path><path d="M -171 502 L -152 625 L -41 658 Z" stroke="#665675" fill="#665675">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -171 502 L -152 625 L -41 658 Z;M -124 462 L -146 664 L -19 643 Z;M -171 502 L -152 625 L -41 658 Z"></animate>
|
||||
</path><path d="M 1979 418 L 1959 275 L 1858 458 Z" stroke="#855979" fill="#855979">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1979 418 L 1959 275 L 1858 458 Z;M 1983 422 L 1938 254 L 1849 454 Z;M 1979 418 L 1959 275 L 1858 458 Z"></animate>
|
||||
</path><path d="M 1806 1036 L 1806 800 L 1704 993 Z" stroke="#6e73a6" fill="#6e73a6">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1806 1036 L 1806 800 L 1704 993 Z;M 1817 1016 L 1804 852 L 1655 1012 Z;M 1806 1036 L 1806 800 L 1704 993 Z"></animate>
|
||||
</path><path d="M 2123 523 L 1979 418 L 1918 480 Z" stroke="#865d83" fill="#865d83">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2123 523 L 1979 418 L 1918 480 Z;M 2064 562 L 1983 422 L 1926 491 Z;M 2123 523 L 1979 418 L 1918 480 Z"></animate>
|
||||
</path><path d="M 1534 1165 L 1787 1107 L 1612 1074 Z" stroke="#7270a3" fill="#7270a3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1534 1165 L 1787 1107 L 1612 1074 Z;M 1554 1174 L 1771 1116 L 1599 1112 Z;M 1534 1165 L 1787 1107 L 1612 1074 Z"></animate>
|
||||
</path><path d="M 1612 1074 L 1787 1107 L 1704 993 Z" stroke="#6e72a6" fill="#6e72a6">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1612 1074 L 1787 1107 L 1704 993 Z;M 1599 1112 L 1771 1116 L 1655 1012 Z;M 1612 1074 L 1787 1107 L 1704 993 Z"></animate>
|
||||
</path><path d="M -30 1005 L 133 1068 L -29 911 Z" stroke="#634a5c" fill="#634a5c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -30 1005 L 133 1068 L -29 911 Z;M -73 1035 L 120 1045 L -18 950 Z;M -30 1005 L 133 1068 L -29 911 Z"></animate>
|
||||
</path><path d="M -30 1005 L 92 1160 L 133 1068 Z" stroke="#654a5d" fill="#654a5d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -30 1005 L 92 1160 L 133 1068 Z;M -73 1035 L 77 1166 L 120 1045 Z;M -30 1005 L 92 1160 L 133 1068 Z"></animate>
|
||||
</path><path d="M 133 1068 L 92 1160 L 295 1118 Z" stroke="#684c60" fill="#684c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 133 1068 L 92 1160 L 295 1118 Z;M 120 1045 L 77 1166 L 314 1077 Z;M 133 1068 L 92 1160 L 295 1118 Z"></animate>
|
||||
</path><path d="M 295 1118 L 92 1160 L 617 1105 Z" stroke="#6c4e64" fill="#6c4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 295 1118 L 92 1160 L 617 1105 Z;M 314 1077 L 77 1166 L 615 1125 Z;M 295 1118 L 92 1160 L 617 1105 Z"></animate>
|
||||
</path><path d="M 617 1105 L 92 1160 L 1379 1159 Z" stroke="#77536d" fill="#77536d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 617 1105 L 92 1160 L 1379 1159 Z;M 615 1125 L 77 1166 L 1402 1193 Z;M 617 1105 L 92 1160 L 1379 1159 Z"></animate>
|
||||
</path><path d="M 1961 -193 L 1748 -269 L 1813 -39 Z" stroke="#6d4e64" fill="#6d4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1961 -193 L 1748 -269 L 1813 -39 Z;M 1935 -189 L 1711 -218 L 1828 -2 Z;M 1961 -193 L 1748 -269 L 1813 -39 Z"></animate>
|
||||
</path><path d="M -152 625 L -138 818 L -41 658 Z" stroke="#66526e" fill="#66526e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -152 625 L -138 818 L -41 658 Z;M -146 664 L -178 785 L -19 643 Z;M -152 625 L -138 818 L -41 658 Z"></animate>
|
||||
</path><path d="M 1787 1107 L 1806 1036 L 1704 993 Z" stroke="#6876aa" fill="#6876aa">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1787 1107 L 1806 1036 L 1704 993 Z;M 1771 1116 L 1817 1016 L 1655 1012 Z;M 1787 1107 L 1806 1036 L 1704 993 Z"></animate>
|
||||
</path><path d="M 1806 1036 L 1882 934 L 1806 800 Z" stroke="#6a75a9" fill="#6a75a9">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1806 1036 L 1882 934 L 1806 800 Z;M 1817 1016 L 1909 908 L 1804 852 Z;M 1806 1036 L 1882 934 L 1806 800 Z"></animate>
|
||||
</path><path d="M 2123 523 L 1918 480 L 1927 630 Z" stroke="#82628d" fill="#82628d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2123 523 L 1918 480 L 1927 630 Z;M 2064 562 L 1926 491 L 1887 662 Z;M 2123 523 L 1918 480 L 1927 630 Z"></animate>
|
||||
</path><path d="M -138 818 L -30 1005 L -29 911 Z" stroke="#644c62" fill="#644c62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -138 818 L -30 1005 L -29 911 Z;M -178 785 L -73 1035 L -18 950 Z;M -138 818 L -30 1005 L -29 911 Z"></animate>
|
||||
</path><path d="M -370 273 L -257 432 L -126 315 Z" stroke="#5d6890" fill="#5d6890">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -370 273 L -257 432 L -126 315 Z;M -351 277 L -203 385 L -130 330 Z;M -370 273 L -257 432 L -126 315 Z"></animate>
|
||||
</path><path d="M -126 315 L -257 432 L -171 502 Z" stroke="#626085" fill="#626085">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -126 315 L -257 432 L -171 502 Z;M -130 330 L -203 385 L -124 462 Z;M -126 315 L -257 432 L -171 502 Z"></animate>
|
||||
</path><path d="M -152 625 L -208 712 L -138 818 Z" stroke="#665573" fill="#665573">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -152 625 L -208 712 L -138 818 Z;M -146 664 L -213 701 L -178 785 Z;M -152 625 L -208 712 L -138 818 Z"></animate>
|
||||
</path><path d="M -45 -295 L 10 -83 L 240 -174 Z" stroke="#4f749d" fill="#4f749d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -45 -295 L 10 -83 L 240 -174 Z;M -67 -263 L -7 -96 L 218 -165 Z;M -45 -295 L 10 -83 L 240 -174 Z"></animate>
|
||||
</path><path d="M -69 -27 L -227 126 L -104 61 Z" stroke="#547099" fill="#547099">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -69 -27 L -227 126 L -104 61 Z;M -39 -27 L -216 123 L -134 62 Z;M -69 -27 L -227 126 L -104 61 Z"></animate>
|
||||
</path><path d="M -104 61 L -227 126 L -98 265 Z" stroke="#5a6b93" fill="#5a6b93">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -104 61 L -227 126 L -98 265 Z;M -134 62 L -216 123 L -76 259 Z;M -104 61 L -227 126 L -98 265 Z"></animate>
|
||||
</path><path d="M -302 511 L -208 712 L -152 625 Z" stroke="#655b7e" fill="#655b7e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -302 511 L -208 712 L -152 625 Z;M -309 500 L -213 701 L -146 664 Z;M -302 511 L -208 712 L -152 625 Z"></animate>
|
||||
</path><path d="M -138 818 L -270 974 L -30 1005 Z" stroke="#66506a" fill="#66506a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -138 818 L -270 974 L -30 1005 Z;M -178 785 L -297 940 L -73 1035 Z;M -138 818 L -270 974 L -30 1005 Z"></animate>
|
||||
</path><path d="M 2065 71 L 1929 -40 L 1862 13 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2065 71 L 1929 -40 L 1862 13 Z;M 2107 124 L 1941 -69 L 1844 39 Z;M 2065 71 L 1929 -40 L 1862 13 Z"></animate>
|
||||
</path><path d="M 1862 13 L 1929 -40 L 1813 -39 Z" stroke="#73516a" fill="#73516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1862 13 L 1929 -40 L 1813 -39 Z;M 1844 39 L 1941 -69 L 1828 -2 Z;M 1862 13 L 1929 -40 L 1813 -39 Z"></animate>
|
||||
</path><path d="M 2065 71 L 1862 13 L 1959 275 Z" stroke="#7a5470" fill="#7a5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2065 71 L 1862 13 L 1959 275 Z;M 2107 124 L 1844 39 L 1938 254 Z;M 2065 71 L 1862 13 L 1959 275 Z"></animate>
|
||||
</path><path d="M -307 -117 L -227 126 L -69 -27 Z" stroke="#4a78a0" fill="#4a78a0">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -307 -117 L -227 126 L -69 -27 Z;M -295 -110 L -216 123 L -39 -27 Z;M -307 -117 L -227 126 L -69 -27 Z"></animate>
|
||||
</path><path d="M -257 432 L -302 511 L -171 502 Z" stroke="#626187" fill="#626187">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -257 432 L -302 511 L -171 502 Z;M -203 385 L -309 500 L -124 462 Z;M -257 432 L -302 511 L -171 502 Z"></animate>
|
||||
</path><path d="M 251 -268 L -45 -295 L 240 -174 Z" stroke="#4f749d" fill="#4f749d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 251 -268 L -45 -295 L 240 -174 Z;M 242 -252 L -67 -263 L 218 -165 Z;M 251 -268 L -45 -295 L 240 -174 Z"></animate>
|
||||
</path><path d="M -54 -133 L -262 -170 L -69 -27 Z" stroke="#467ba2" fill="#467ba2">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -54 -133 L -262 -170 L -69 -27 Z;M -72 -167 L -258 -220 L -39 -27 Z;M -54 -133 L -262 -170 L -69 -27 Z"></animate>
|
||||
</path><path d="M 1415 -257 L -45 -295 L 251 -268 Z" stroke="#616288" fill="#616288">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1415 -257 L -45 -295 L 251 -268 Z;M 1461 -256 L -67 -263 L 242 -252 Z;M 1415 -257 L -45 -295 L 251 -268 Z"></animate>
|
||||
</path><path d="M -370 273 L -302 511 L -257 432 Z" stroke="#5c6991" fill="#5c6991">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -370 273 L -302 511 L -257 432 Z;M -351 277 L -309 500 L -203 385 Z;M -370 273 L -302 511 L -257 432 Z"></animate>
|
||||
</path><path d="M 2099 694 L 1927 630 L 2062 800 Z" stroke="#736fa3" fill="#736fa3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2099 694 L 1927 630 L 2062 800 Z;M 2068 685 L 1887 662 L 2040 780 Z;M 2099 694 L 1927 630 L 2062 800 Z"></animate>
|
||||
</path><path d="M 1979 418 L 2070 375 L 1959 275 Z" stroke="#845979" fill="#845979">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1979 418 L 2070 375 L 1959 275 Z;M 1983 422 L 2046 404 L 1938 254 Z;M 1979 418 L 2070 375 L 1959 275 Z"></animate>
|
||||
</path><path d="M 2062 800 L 1927 630 L 1926 812 Z" stroke="#7170a4" fill="#7170a4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2062 800 L 1927 630 L 1926 812 Z;M 2040 780 L 1887 662 L 1890 767 Z;M 2062 800 L 1927 630 L 1926 812 Z"></animate>
|
||||
</path><path d="M 2070 375 L 2044 211 L 1959 275 Z" stroke="#825876" fill="#825876">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2070 375 L 2044 211 L 1959 275 Z;M 2046 404 L 2087 229 L 1938 254 Z;M 2070 375 L 2044 211 L 1959 275 Z"></animate>
|
||||
</path><path d="M 1979 1056 L 2002 911 L 1882 934 Z" stroke="#587eb0" fill="#587eb0">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1979 1056 L 2002 911 L 1882 934 Z;M 2024 1041 L 2039 926 L 1909 908 Z;M 1979 1056 L 2002 911 L 1882 934 Z"></animate>
|
||||
</path><path d="M 1882 934 L 2002 911 L 1926 812 Z" stroke="#6478ac" fill="#6478ac">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1882 934 L 2002 911 L 1926 812 Z;M 1909 908 L 2039 926 L 1890 767 Z;M 1882 934 L 2002 911 L 1926 812 Z"></animate>
|
||||
</path><path d="M 1913 1102 L 1882 934 L 1806 1036 Z" stroke="#5e7baf" fill="#5e7baf">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1913 1102 L 1882 934 L 1806 1036 Z;M 1915 1117 L 1909 908 L 1817 1016 Z;M 1913 1102 L 1882 934 L 1806 1036 Z"></animate>
|
||||
</path><path d="M 2099 694 L 2123 523 L 1927 630 Z" stroke="#7b6999" fill="#7b6999">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2099 694 L 2123 523 L 1927 630 Z;M 2068 685 L 2064 562 L 1887 662 Z;M 2099 694 L 2123 523 L 1927 630 Z"></animate>
|
||||
</path><path d="M 2274 296 L 2065 71 L 2044 211 Z" stroke="#7e5674" fill="#7e5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2274 296 L 2065 71 L 2044 211 Z;M 2268 255 L 2107 124 L 2087 229 Z;M 2274 296 L 2065 71 L 2044 211 Z"></animate>
|
||||
</path><path d="M 2002 911 L 2062 800 L 1926 812 Z" stroke="#6478ac" fill="#6478ac">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2002 911 L 2062 800 L 1926 812 Z;M 2039 926 L 2040 780 L 1890 767 Z;M 2002 911 L 2062 800 L 1926 812 Z"></animate>
|
||||
</path><path d="M 2099 694 L 2163 634 L 2123 523 Z" stroke="#796b9c" fill="#796b9c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2099 694 L 2163 634 L 2123 523 Z;M 2068 685 L 2136 600 L 2064 562 Z;M 2099 694 L 2163 634 L 2123 523 Z"></animate>
|
||||
</path><path d="M -390 829 L -271 803 L -208 712 Z" stroke="#655b7e" fill="#655b7e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -390 829 L -271 803 L -208 712 Z;M -421 846 L -258 797 L -213 701 Z;M -390 829 L -271 803 L -208 712 Z"></animate>
|
||||
</path><path d="M -208 712 L -271 803 L -138 818 Z" stroke="#665675" fill="#665675">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -208 712 L -271 803 L -138 818 Z;M -213 701 L -258 797 L -178 785 Z;M -208 712 L -271 803 L -138 818 Z"></animate>
|
||||
</path><path d="M -30 1005 L -122 1047 L 92 1160 Z" stroke="#62495b" fill="#62495b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -30 1005 L -122 1047 L 92 1160 Z;M -73 1035 L -149 1055 L 77 1166 Z;M -30 1005 L -122 1047 L 92 1160 Z"></animate>
|
||||
</path><path d="M 1787 1107 L 1913 1102 L 1806 1036 Z" stroke="#5e7baf" fill="#5e7baf">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1787 1107 L 1913 1102 L 1806 1036 Z;M 1771 1116 L 1915 1117 L 1817 1016 Z;M 1787 1107 L 1913 1102 L 1806 1036 Z"></animate>
|
||||
</path><path d="M 1534 1165 L 1913 1102 L 1787 1107 Z" stroke="#6776aa" fill="#6776aa">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1534 1165 L 1913 1102 L 1787 1107 Z;M 1554 1174 L 1915 1117 L 1771 1116 Z;M 1534 1165 L 1913 1102 L 1787 1107 Z"></animate>
|
||||
</path><path d="M 2361 1113 L 1913 1102 L 1534 1165 Z" stroke="#4e82b3" fill="#4e82b3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2361 1113 L 1913 1102 L 1534 1165 Z;M 2336 1093 L 1915 1117 L 1554 1174 Z;M 2361 1113 L 1913 1102 L 1534 1165 Z"></animate>
|
||||
</path><path d="M -270 974 L -122 1047 L -30 1005 Z" stroke="#654f68" fill="#654f68">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -270 974 L -122 1047 L -30 1005 Z;M -297 940 L -149 1055 L -73 1035 Z;M -270 974 L -122 1047 L -30 1005 Z"></animate>
|
||||
</path><path d="M 2052 -137 L 1961 -193 L 1929 -40 Z" stroke="#704f67" fill="#704f67">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2052 -137 L 1961 -193 L 1929 -40 Z;M 2036 -107 L 1935 -189 L 1941 -69 Z;M 2052 -137 L 1961 -193 L 1929 -40 Z"></animate>
|
||||
</path><path d="M 1929 -40 L 1961 -193 L 1813 -39 Z" stroke="#705068" fill="#705068">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1929 -40 L 1961 -193 L 1813 -39 Z;M 1941 -69 L 1935 -189 L 1828 -2 Z;M 1929 -40 L 1961 -193 L 1813 -39 Z"></animate>
|
||||
</path><path d="M -406 52 L -297 153 L -227 126 Z" stroke="#4a78a0" fill="#4a78a0">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -406 52 L -297 153 L -227 126 Z;M -434 59 L -284 166 L -216 123 Z;M -406 52 L -297 153 L -227 126 Z"></animate>
|
||||
</path><path d="M -227 126 L -297 153 L -98 265 Z" stroke="#586d96" fill="#586d96">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -227 126 L -297 153 L -98 265 Z;M -216 123 L -284 166 L -76 259 Z;M -227 126 L -297 153 L -98 265 Z"></animate>
|
||||
</path><path d="M -390 829 L -270 974 L -271 803 Z" stroke="#655b7d" fill="#655b7d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -390 829 L -270 974 L -271 803 Z;M -421 846 L -297 940 L -258 797 Z;M -390 829 L -270 974 L -271 803 Z"></animate>
|
||||
</path><path d="M -297 153 L -370 273 L -126 315 Z" stroke="#576d96" fill="#576d96">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -297 153 L -370 273 L -126 315 Z;M -284 166 L -351 277 L -130 330 Z;M -297 153 L -370 273 L -126 315 Z"></animate>
|
||||
</path><path d="M 2168 15 L 2065 71 L 2274 296 Z" stroke="#7c5571" fill="#7c5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2168 15 L 2065 71 L 2274 296 Z;M 2149 43 L 2107 124 L 2268 255 Z;M 2168 15 L 2065 71 L 2274 296 Z"></animate>
|
||||
</path><path d="M 2044 211 L 2065 71 L 1959 275 Z" stroke="#7d5673" fill="#7d5673">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2044 211 L 2065 71 L 1959 275 Z;M 2087 229 L 2107 124 L 1938 254 Z;M 2044 211 L 2065 71 L 1959 275 Z"></animate>
|
||||
</path><path d="M 2065 71 L 2052 -137 L 1929 -40 Z" stroke="#74516a" fill="#74516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2065 71 L 2052 -137 L 1929 -40 Z;M 2107 124 L 2036 -107 L 1941 -69 Z;M 2065 71 L 2052 -137 L 1929 -40 Z"></animate>
|
||||
</path><path d="M 1913 1102 L 1979 1056 L 1882 934 Z" stroke="#567fb1" fill="#567fb1">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1913 1102 L 1979 1056 L 1882 934 Z;M 1915 1117 L 2024 1041 L 1909 908 Z;M 1913 1102 L 1979 1056 L 1882 934 Z"></animate>
|
||||
</path><path d="M 2176 966 L 2196 828 L 2062 800 Z" stroke="#5480b2" fill="#5480b2">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2176 966 L 2196 828 L 2062 800 Z;M 2190 942 L 2234 802 L 2040 780 Z;M 2176 966 L 2196 828 L 2062 800 Z"></animate>
|
||||
</path><path d="M 2196 828 L 2163 634 L 2099 694 Z" stroke="#6b74a8" fill="#6b74a8">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2196 828 L 2163 634 L 2099 694 Z;M 2234 802 L 2136 600 L 2068 685 Z;M 2196 828 L 2163 634 L 2099 694 Z"></animate>
|
||||
</path><path d="M -271 803 L -270 974 L -138 818 Z" stroke="#665675" fill="#665675">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -271 803 L -270 974 L -138 818 Z;M -258 797 L -297 940 L -178 785 Z;M -271 803 L -270 974 L -138 818 Z"></animate>
|
||||
</path><path d="M -400 544 L -208 712 L -302 511 Z" stroke="#626187" fill="#626187">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -400 544 L -208 712 L -302 511 Z;M -414 560 L -213 701 L -309 500 Z;M -400 544 L -208 712 L -302 511 Z"></animate>
|
||||
</path><path d="M 2196 828 L 2099 694 L 2062 800 Z" stroke="#6578ac" fill="#6578ac">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2196 828 L 2099 694 L 2062 800 Z;M 2234 802 L 2068 685 L 2040 780 Z;M 2196 828 L 2099 694 L 2062 800 Z"></animate>
|
||||
</path><path d="M 2123 523 L 2282 435 L 2070 375 Z" stroke="#855e84" fill="#855e84">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2123 523 L 2282 435 L 2070 375 Z;M 2064 562 L 2262 406 L 2046 404 Z;M 2123 523 L 2282 435 L 2070 375 Z"></animate>
|
||||
</path><path d="M -475 340 L -302 511 L -370 273 Z" stroke="#556f98" fill="#556f98">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -475 340 L -302 511 L -370 273 Z;M -427 326 L -309 500 L -351 277 Z;M -475 340 L -302 511 L -370 273 Z"></animate>
|
||||
</path><path d="M -475 340 L -400 544 L -302 511 Z" stroke="#596c95" fill="#596c95">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -475 340 L -400 544 L -302 511 Z;M -427 326 L -414 560 L -309 500 Z;M -475 340 L -400 544 L -302 511 Z"></animate>
|
||||
</path><path d="M -45 -295 L -262 -170 L -54 -133 Z" stroke="#3c81a5" fill="#3c81a5">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -45 -295 L -262 -170 L -54 -133 Z;M -67 -263 L -258 -220 L -72 -167 Z;M -45 -295 L -262 -170 L -54 -133 Z"></animate>
|
||||
</path><path d="M -297 153 L -475 340 L -370 273 Z" stroke="#4e759e" fill="#4e759e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -297 153 L -475 340 L -370 273 Z;M -284 166 L -427 326 L -351 277 Z;M -297 153 L -475 340 L -370 273 Z"></animate>
|
||||
</path><path d="M -262 -170 L -307 -117 L -69 -27 Z" stroke="#3e80a4" fill="#3e80a4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -262 -170 L -307 -117 L -69 -27 Z;M -258 -220 L -295 -110 L -39 -27 Z;M -262 -170 L -307 -117 L -69 -27 Z"></animate>
|
||||
</path><path d="M -347 1004 L -228 1109 L -270 974 Z" stroke="#665777" fill="#665777">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -347 1004 L -228 1109 L -270 974 Z;M -366 1049 L -240 1150 L -297 940 Z;M -347 1004 L -228 1109 L -270 974 Z"></animate>
|
||||
</path><path d="M -270 974 L -228 1109 L -122 1047 Z" stroke="#66526f" fill="#66526f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -270 974 L -228 1109 L -122 1047 Z;M -297 940 L -240 1150 L -149 1055 Z;M -270 974 L -228 1109 L -122 1047 Z"></animate>
|
||||
</path><path d="M -122 1047 L -228 1109 L 92 1160 Z" stroke="#644c61" fill="#644c61">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -122 1047 L -228 1109 L 92 1160 Z;M -149 1055 L -240 1150 L 77 1166 Z;M -122 1047 L -228 1109 L 92 1160 Z"></animate>
|
||||
</path><path d="M -406 52 L -475 340 L -297 153 Z" stroke="#477aa1" fill="#477aa1">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -406 52 L -475 340 L -297 153 Z;M -434 59 L -427 326 L -284 166 Z;M -406 52 L -475 340 L -297 153 Z"></animate>
|
||||
</path><path d="M 2274 296 L 2044 211 L 2070 375 Z" stroke="#835877" fill="#835877">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2274 296 L 2044 211 L 2070 375 Z;M 2268 255 L 2087 229 L 2046 404 Z;M 2274 296 L 2044 211 L 2070 375 Z"></animate>
|
||||
</path><path d="M 2065 71 L 2168 15 L 2052 -137 Z" stroke="#75526b" fill="#75526b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2065 71 L 2168 15 L 2052 -137 Z;M 2107 124 L 2149 43 L 2036 -107 Z;M 2065 71 L 2168 15 L 2052 -137 Z"></animate>
|
||||
</path><path d="M -432 634 L -208 712 L -400 544 Z" stroke="#61638a" fill="#61638a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -432 634 L -208 712 L -400 544 Z;M -464 667 L -213 701 L -414 560 Z;M -432 634 L -208 712 L -400 544 Z"></animate>
|
||||
</path><path d="M -432 634 L -390 829 L -208 712 Z" stroke="#626086" fill="#626086">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -432 634 L -390 829 L -208 712 Z;M -464 667 L -421 846 L -213 701 Z;M -432 634 L -390 829 L -208 712 Z"></animate>
|
||||
</path><path d="M 2227 -65 L 2064 -187 L 2052 -137 Z" stroke="#705067" fill="#705067">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2227 -65 L 2064 -187 L 2052 -137 Z;M 2194 -90 L 2060 -205 L 2036 -107 Z;M 2227 -65 L 2064 -187 L 2052 -137 Z"></animate>
|
||||
</path><path d="M 2052 -137 L 2064 -187 L 1961 -193 Z" stroke="#6e4f65" fill="#6e4f65">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2052 -137 L 2064 -187 L 1961 -193 Z;M 2036 -107 L 2060 -205 L 1935 -189 Z;M 2052 -137 L 2064 -187 L 1961 -193 Z"></animate>
|
||||
</path><path d="M 1961 -193 L 2138 -262 L 1748 -269 Z" stroke="#6b4d62" fill="#6b4d62">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1961 -193 L 2138 -262 L 1748 -269 Z;M 1935 -189 L 2157 -279 L 1711 -218 Z;M 1961 -193 L 2138 -262 L 1748 -269 Z"></animate>
|
||||
</path><path d="M -475 340 L -432 634 L -400 544 Z" stroke="#576e97" fill="#576e97">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -475 340 L -432 634 L -400 544 Z;M -427 326 L -464 667 L -414 560 Z;M -475 340 L -432 634 L -400 544 Z"></animate>
|
||||
</path><path d="M 2290 454 L 2282 435 L 2163 634 Z" stroke="#816491" fill="#816491">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2290 454 L 2282 435 L 2163 634 Z;M 2279 434 L 2262 406 L 2136 600 Z;M 2290 454 L 2282 435 L 2163 634 Z"></animate>
|
||||
</path><path d="M 2163 634 L 2282 435 L 2123 523 Z" stroke="#806592" fill="#806592">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2163 634 L 2282 435 L 2123 523 Z;M 2136 600 L 2262 406 L 2064 562 Z;M 2163 634 L 2282 435 L 2123 523 Z"></animate>
|
||||
</path><path d="M 2176 966 L 2062 800 L 2002 911 Z" stroke="#557fb1" fill="#557fb1">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2176 966 L 2062 800 L 2002 911 Z;M 2190 942 L 2040 780 L 2039 926 Z;M 2176 966 L 2062 800 L 2002 911 Z"></animate>
|
||||
</path><path d="M -423 -64 L -406 52 L -227 126 Z" stroke="#3e7fa4" fill="#3e7fa4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -423 -64 L -406 52 L -227 126 Z;M -424 -54 L -434 59 L -216 123 Z;M -423 -64 L -406 52 L -227 126 Z"></animate>
|
||||
</path><path d="M -390 829 L -347 1004 L -270 974 Z" stroke="#655b7e" fill="#655b7e">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -390 829 L -347 1004 L -270 974 Z;M -421 846 L -366 1049 L -297 940 Z;M -390 829 L -347 1004 L -270 974 Z"></animate>
|
||||
</path><path d="M -418 1092 L -347 1004 L -390 829 Z" stroke="#635e83" fill="#635e83">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -418 1092 L -347 1004 L -390 829 Z;M -413 1074 L -366 1049 L -421 846 Z;M -418 1092 L -347 1004 L -390 829 Z"></animate>
|
||||
</path><path d="M -400 -177 L -423 -64 L -307 -117 Z" stroke="#278ba7" fill="#278ba7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -400 -177 L -423 -64 L -307 -117 Z;M -429 -200 L -424 -54 L -295 -110 Z;M -400 -177 L -423 -64 L -307 -117 Z"></animate>
|
||||
</path><path d="M -307 -117 L -423 -64 L -227 126 Z" stroke="#3c81a5" fill="#3c81a5">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -307 -117 L -423 -64 L -227 126 Z;M -295 -110 L -424 -54 L -216 123 Z;M -307 -117 L -423 -64 L -227 126 Z"></animate>
|
||||
</path><path d="M 2294 310 L 2274 296 L 2282 435 Z" stroke="#865a7a" fill="#865a7a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2294 310 L 2274 296 L 2282 435 Z;M 2354 309 L 2268 255 L 2262 406 Z;M 2294 310 L 2274 296 L 2282 435 Z"></animate>
|
||||
</path><path d="M 2282 435 L 2274 296 L 2070 375 Z" stroke="#875a7b" fill="#875a7b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2282 435 L 2274 296 L 2070 375 Z;M 2262 406 L 2268 255 L 2046 404 Z;M 2282 435 L 2274 296 L 2070 375 Z"></animate>
|
||||
</path><path d="M 2168 15 L 2227 -65 L 2052 -137 Z" stroke="#73516a" fill="#73516a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2168 15 L 2227 -65 L 2052 -137 Z;M 2149 43 L 2194 -90 L 2036 -107 Z;M 2168 15 L 2227 -65 L 2052 -137 Z"></animate>
|
||||
</path><path d="M 1979 1056 L 2131 1065 L 2002 911 Z" stroke="#4984b3" fill="#4984b3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1979 1056 L 2131 1065 L 2002 911 Z;M 2024 1041 L 2171 1059 L 2039 926 Z;M 1979 1056 L 2131 1065 L 2002 911 Z"></animate>
|
||||
</path><path d="M 1913 1102 L 2131 1065 L 1979 1056 Z" stroke="#4785b3" fill="#4785b3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1913 1102 L 2131 1065 L 1979 1056 Z;M 1915 1117 L 2171 1059 L 2024 1041 Z;M 1913 1102 L 2131 1065 L 1979 1056 Z"></animate>
|
||||
</path><path d="M 2131 1065 L 2176 966 L 2002 911 Z" stroke="#4586b4" fill="#4586b4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2131 1065 L 2176 966 L 2002 911 Z;M 2171 1059 L 2190 942 L 2039 926 Z;M 2131 1065 L 2176 966 L 2002 911 Z"></animate>
|
||||
</path><path d="M 2330 596 L 2284 593 L 2163 634 Z" stroke="#776d9f" fill="#776d9f">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2330 596 L 2284 593 L 2163 634 Z;M 2273 623 L 2308 606 L 2136 600 Z;M 2330 596 L 2284 593 L 2163 634 Z"></animate>
|
||||
</path><path d="M 2330 596 L 2163 634 L 2196 828 Z" stroke="#6d73a7" fill="#6d73a7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2330 596 L 2163 634 L 2196 828 Z;M 2273 623 L 2136 600 L 2234 802 Z;M 2330 596 L 2163 634 L 2196 828 Z"></animate>
|
||||
</path><path d="M 2284 593 L 2290 454 L 2163 634 Z" stroke="#7c6898" fill="#7c6898">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2284 593 L 2290 454 L 2163 634 Z;M 2308 606 L 2279 434 L 2136 600 Z;M 2284 593 L 2290 454 L 2163 634 Z"></animate>
|
||||
</path><path d="M 2328 33 L 2168 15 L 2388 236 Z" stroke="#7b5571" fill="#7b5571">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2328 33 L 2168 15 L 2388 236 Z;M 2272 50 L 2149 43 L 2362 239 Z;M 2328 33 L 2168 15 L 2388 236 Z"></animate>
|
||||
</path><path d="M 2328 33 L 2227 -65 L 2168 15 Z" stroke="#76526d" fill="#76526d">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2328 33 L 2227 -65 L 2168 15 Z;M 2272 50 L 2194 -90 L 2149 43 Z;M 2328 33 L 2227 -65 L 2168 15 Z"></animate>
|
||||
</path><path d="M 2284 593 L 2330 596 L 2290 454 Z" stroke="#7c6898" fill="#7c6898">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2284 593 L 2330 596 L 2290 454 Z;M 2308 606 L 2273 623 L 2279 434 Z;M 2284 593 L 2330 596 L 2290 454 Z"></animate>
|
||||
</path><path d="M 2399 828 L 2330 596 L 2196 828 Z" stroke="#5f7bae" fill="#5f7bae">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2399 828 L 2330 596 L 2196 828 Z;M 2342 797 L 2273 623 L 2234 802 Z;M 2399 828 L 2330 596 L 2196 828 Z"></animate>
|
||||
</path><path d="M 2399 828 L 2294 310 L 2290 454 Z" stroke="#7e6796" fill="#7e6796">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2399 828 L 2294 310 L 2290 454 Z;M 2342 797 L 2354 309 L 2279 434 Z;M 2399 828 L 2294 310 L 2290 454 Z"></animate>
|
||||
</path><path d="M 2290 454 L 2294 310 L 2282 435 Z" stroke="#865c80" fill="#865c80">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2290 454 L 2294 310 L 2282 435 Z;M 2279 434 L 2354 309 L 2262 406 Z;M 2290 454 L 2294 310 L 2282 435 Z"></animate>
|
||||
</path><path d="M -45 -295 L -400 -177 L -262 -170 Z" stroke="#2c89a7" fill="#2c89a7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -45 -295 L -400 -177 L -262 -170 Z;M -67 -263 L -429 -200 L -258 -220 Z;M -45 -295 L -400 -177 L -262 -170 Z"></animate>
|
||||
</path><path d="M -262 -170 L -400 -177 L -307 -117 Z" stroke="#298aa7" fill="#298aa7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -262 -170 L -400 -177 L -307 -117 Z;M -258 -220 L -429 -200 L -295 -110 Z;M -262 -170 L -400 -177 L -307 -117 Z"></animate>
|
||||
</path><path d="M -423 -64 L -400 -177 L -406 52 Z" stroke="#2b89a7" fill="#2b89a7">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -423 -64 L -400 -177 L -406 52 Z;M -424 -54 L -429 -200 L -434 59 Z;M -423 -64 L -400 -177 L -406 52 Z"></animate>
|
||||
</path><path d="M 2440 -125 L 2138 -262 L 2227 -65 Z" stroke="#705067" fill="#705067">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2440 -125 L 2138 -262 L 2227 -65 Z;M 2416 -190 L 2157 -279 L 2194 -90 Z;M 2440 -125 L 2138 -262 L 2227 -65 Z"></animate>
|
||||
</path><path d="M 2227 -65 L 2138 -262 L 2064 -187 Z" stroke="#6f4f66" fill="#6f4f66">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2227 -65 L 2138 -262 L 2064 -187 Z;M 2194 -90 L 2157 -279 L 2060 -205 Z;M 2227 -65 L 2138 -262 L 2064 -187 Z"></animate>
|
||||
</path><path d="M 2064 -187 L 2138 -262 L 1961 -193 Z" stroke="#6c4e64" fill="#6c4e64">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2064 -187 L 2138 -262 L 1961 -193 Z;M 2060 -205 L 2157 -279 L 1935 -189 Z;M 2064 -187 L 2138 -262 L 1961 -193 Z"></animate>
|
||||
</path><path d="M 1748 -269 L 2138 -262 L 1562 -289 Z" stroke="#684c60" fill="#684c60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1748 -269 L 2138 -262 L 1562 -289 Z;M 1711 -218 L 2157 -279 L 1560 -241 Z;M 1748 -269 L 2138 -262 L 1562 -289 Z"></animate>
|
||||
</path><path d="M 1562 -289 L 2138 -262 L 1415 -257 Z" stroke="#674b60" fill="#674b60">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1562 -289 L 2138 -262 L 1415 -257 Z;M 1560 -241 L 2157 -279 L 1461 -256 Z;M 1562 -289 L 2138 -262 L 1415 -257 Z"></animate>
|
||||
</path><path d="M 2388 236 L 2168 15 L 2274 296 Z" stroke="#7f5674" fill="#7f5674">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2388 236 L 2168 15 L 2274 296 Z;M 2362 239 L 2149 43 L 2268 255 Z;M 2388 236 L 2168 15 L 2274 296 Z"></animate>
|
||||
</path><path d="M -432 634 L -418 1092 L -390 829 Z" stroke="#616288" fill="#616288">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -432 634 L -418 1092 L -390 829 Z;M -464 667 L -413 1074 L -421 846 Z;M -432 634 L -418 1092 L -390 829 Z"></animate>
|
||||
</path><path d="M -347 1004 L -418 1092 L -228 1109 Z" stroke="#655a7c" fill="#655a7c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M -347 1004 L -418 1092 L -228 1109 Z;M -366 1049 L -413 1074 L -240 1150 Z;M -347 1004 L -418 1092 L -228 1109 Z"></animate>
|
||||
</path><path d="M 2399 828 L 2388 236 L 2294 310 Z" stroke="#83618b" fill="#83618b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2399 828 L 2388 236 L 2294 310 Z;M 2342 797 L 2362 239 L 2354 309 Z;M 2399 828 L 2388 236 L 2294 310 Z"></animate>
|
||||
</path><path d="M 2294 310 L 2388 236 L 2274 296 Z" stroke="#835878" fill="#835878">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2294 310 L 2388 236 L 2274 296 Z;M 2354 309 L 2362 239 L 2268 255 Z;M 2294 310 L 2388 236 L 2274 296 Z"></animate>
|
||||
</path><path d="M 2361 1113 L 2354 949 L 2176 966 Z" stroke="#2790b2" fill="#2790b2">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2361 1113 L 2354 949 L 2176 966 Z;M 2336 1093 L 2314 933 L 2190 942 Z;M 2361 1113 L 2354 949 L 2176 966 Z"></animate>
|
||||
</path><path d="M 2176 966 L 2354 949 L 2196 828 Z" stroke="#4287b4" fill="#4287b4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2176 966 L 2354 949 L 2196 828 Z;M 2190 942 L 2314 933 L 2234 802 Z;M 2176 966 L 2354 949 L 2196 828 Z"></animate>
|
||||
</path><path d="M 2330 596 L 2399 828 L 2290 454 Z" stroke="#736fa3" fill="#736fa3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2330 596 L 2399 828 L 2290 454 Z;M 2273 623 L 2342 797 L 2279 434 Z;M 2330 596 L 2399 828 L 2290 454 Z"></animate>
|
||||
</path><path d="M 2354 949 L 2399 828 L 2196 828 Z" stroke="#4785b3" fill="#4785b3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2354 949 L 2399 828 L 2196 828 Z;M 2314 933 L 2342 797 L 2234 802 Z;M 2354 949 L 2399 828 L 2196 828 Z"></animate>
|
||||
</path><path d="M 2388 236 L 2420 -36 L 2328 33 Z" stroke="#7a5470" fill="#7a5470">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2388 236 L 2420 -36 L 2328 33 Z;M 2362 239 L 2386 -34 L 2272 50 Z;M 2388 236 L 2420 -36 L 2328 33 Z"></animate>
|
||||
</path><path d="M 2328 33 L 2440 -125 L 2227 -65 Z" stroke="#75526b" fill="#75526b">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2328 33 L 2440 -125 L 2227 -65 Z;M 2272 50 L 2416 -190 L 2194 -90 Z;M 2328 33 L 2440 -125 L 2227 -65 Z"></animate>
|
||||
</path><path d="M 2399 828 L 2420 -36 L 2388 236 Z" stroke="#865a7a" fill="#865a7a">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2399 828 L 2420 -36 L 2388 236 Z;M 2342 797 L 2386 -34 L 2362 239 Z;M 2399 828 L 2420 -36 L 2388 236 Z"></animate>
|
||||
</path><path d="M 2354 949 L 2361 1113 L 2399 828 Z" stroke="#2c8eb3" fill="#2c8eb3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2354 949 L 2361 1113 L 2399 828 Z;M 2314 933 L 2336 1093 L 2342 797 Z;M 2354 949 L 2361 1113 L 2399 828 Z"></animate>
|
||||
</path><path d="M 2399 828 L 2361 1113 L 2420 -36 Z" stroke="#7171a4" fill="#7171a4">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2399 828 L 2361 1113 L 2420 -36 Z;M 2342 797 L 2336 1093 L 2386 -34 Z;M 2399 828 L 2361 1113 L 2420 -36 Z"></animate>
|
||||
</path><path d="M 2131 1065 L 2361 1113 L 2176 966 Z" stroke="#298fb2" fill="#298fb2">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2131 1065 L 2361 1113 L 2176 966 Z;M 2171 1059 L 2336 1093 L 2190 942 Z;M 2131 1065 L 2361 1113 L 2176 966 Z"></animate>
|
||||
</path><path d="M 1913 1102 L 2361 1113 L 2131 1065 Z" stroke="#318db3" fill="#318db3">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1913 1102 L 2361 1113 L 2131 1065 Z;M 1915 1117 L 2336 1093 L 2171 1059 Z;M 1913 1102 L 2361 1113 L 2131 1065 Z"></animate>
|
||||
</path><path d="M 1379 1159 L 2361 1113 L 1534 1165 Z" stroke="#6577ab" fill="#6577ab">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 1379 1159 L 2361 1113 L 1534 1165 Z;M 1402 1193 L 2336 1093 L 1554 1174 Z;M 1379 1159 L 2361 1113 L 1534 1165 Z"></animate>
|
||||
</path><path d="M 2420 -36 L 2440 -125 L 2328 33 Z" stroke="#75526c" fill="#75526c">
|
||||
<animate attributeName="d" repeatDur="indefinite" dur="3.2258064516129035s" keyTimes="0;0.5;1" values="M 2420 -36 L 2440 -125 L 2328 33 Z;M 2386 -34 L 2416 -190 L 2272 50 Z;M 2420 -36 L 2440 -125 L 2328 33 Z"></animate>
|
||||
</path></g><style type="text/css"> #bk-0.16217486445175422 path { stroke-width: 1 } </style></g>
|
||||
</svg>
|
After Width: | Height: | Size: 117 KiB |
Binary file not shown.
Before Width: | Height: | Size: 467 KiB After Width: | Height: | Size: 52 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 33 KiB |
@ -339,6 +339,13 @@ header.o_main_header{
|
||||
// Homepage
|
||||
|
||||
&.index {
|
||||
.row:first-of-type {
|
||||
margin: -3rem -3rem 3rem;
|
||||
padding: 0 3rem;
|
||||
align-items: center;
|
||||
background: url('/_static/img/geometric_gradient.png');
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
h2[class*="o_title_"] {
|
||||
color: $o-violet-dark;
|
||||
|
Loading…
Reference in New Issue
Block a user