Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active April 19, 2021 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/dcf844b701ed44d2fdfcd76285b3500c to your computer and use it in GitHub Desktop.
Save obfusk/dcf844b701ed44d2fdfcd76285b3500c to your computer and use it in GitHub Desktop.
[draft] apksigcopier abstract

F-Droid is "an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform." [1] All applications are built by the F-Droid build server from source. Usually they are then signed by F-Droid, but F-Droid also "supports reproducible builds of apps, so that anyone can run the build process again and reproduce the same APK as the original release. This means that F-Droid can verify that an app is 100% free software while still using the original developer’s APK signatures." [2,3]

In order to verify that the APK built by the build server is identical to the one signed by the (upstream) developer, the signature from the signed APK is copied to the unsigned APK and the APK with the copied signature is verified.

The older v1 (JAR) signing scheme used a signature that guaranteed integrity of the contents of the APK (which uses the ZIP file format) only. Differences in ordering, metadata, or extra bytes ignored by the ZIP format were irrelevant. This made copying the signature very easy, but provided only partial guarantees of integrity that have been shown to be exploitable in the past.

The newer v2/v3 signing scheme uses a new signature scheme [4] that adds a "signature block" between the ZIP entries contents and the ZIP central directory. This signing block guarantees the integrity of every byte in the APK (apart from the signing block itself). This makes for much stronger guarantees of integrity, but results in making copying the signature much more difficult since it needs to generate completely bitwise identical ZIP files.

In order to copy v2/v3 signatures properly, we've developed apksigcopier [5], which implements the same algorithm that apksigner uses to copy an APK when signing it. This allows us to successfully copy APK signatures from a signed APK to an unsigned one (as long as the unsigned APK that was built and subsequently signed by the (upstream) developer was bitwise identical to the unsigned APK that was built by the build server).

Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="304pt" height="162pt" viewBox="0 0 304 162" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d="M 0.421875 1.5 L 0.421875 -5.96875 L 4.65625 -5.96875 L 4.65625 1.5 Z M 0.890625 1.03125 L 4.1875 1.03125 L 4.1875 -5.5 L 0.890625 -5.5 Z M 0.890625 1.03125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 0.46875 -4.625 L 4.078125 -4.625 L 4.078125 -3.9375 L 1.21875 -0.609375 L 4.078125 -0.609375 L 4.078125 0 L 0.359375 0 L 0.359375 -0.6875 L 3.21875 -4.03125 L 0.46875 -4.03125 Z M 0.46875 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 0.796875 -4.625 L 1.5625 -4.625 L 1.5625 0 L 0.796875 0 Z M 0.796875 -6.4375 L 1.5625 -6.4375 L 1.5625 -5.46875 L 0.796875 -5.46875 Z M 0.796875 -6.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 1.53125 -0.6875 L 1.53125 1.765625 L 0.765625 1.765625 L 0.765625 -4.625 L 1.53125 -4.625 L 1.53125 -3.921875 C 1.695312 -4.203125 1.898438 -4.410156 2.140625 -4.546875 C 2.378906 -4.679688 2.671875 -4.75 3.015625 -4.75 C 3.578125 -4.75 4.03125 -4.523438 4.375 -4.078125 C 4.726562 -3.628906 4.90625 -3.039062 4.90625 -2.3125 C 4.90625 -1.582031 4.726562 -0.992188 4.375 -0.546875 C 4.03125 -0.0976562 3.578125 0.125 3.015625 0.125 C 2.671875 0.125 2.378906 0.0546875 2.140625 -0.078125 C 1.898438 -0.210938 1.695312 -0.414062 1.53125 -0.6875 Z M 4.125 -2.3125 C 4.125 -2.875 4.007812 -3.3125 3.78125 -3.625 C 3.550781 -3.945312 3.234375 -4.109375 2.828125 -4.109375 C 2.421875 -4.109375 2.101562 -3.945312 1.875 -3.625 C 1.644531 -3.3125 1.53125 -2.875 1.53125 -2.3125 C 1.53125 -1.75 1.644531 -1.304688 1.875 -0.984375 C 2.101562 -0.671875 2.421875 -0.515625 2.828125 -0.515625 C 3.234375 -0.515625 3.550781 -0.671875 3.78125 -0.984375 C 4.007812 -1.304688 4.125 -1.75 4.125 -2.3125 Z M 4.125 -2.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 4.125 -4.453125 L 4.125 -3.75 C 3.914062 -3.863281 3.703125 -3.945312 3.484375 -4 C 3.265625 -4.0625 3.046875 -4.09375 2.828125 -4.09375 C 2.335938 -4.09375 1.953125 -3.9375 1.671875 -3.625 C 1.398438 -3.3125 1.265625 -2.875 1.265625 -2.3125 C 1.265625 -1.75 1.398438 -1.3125 1.671875 -1 C 1.953125 -0.6875 2.335938 -0.53125 2.828125 -0.53125 C 3.046875 -0.53125 3.265625 -0.554688 3.484375 -0.609375 C 3.703125 -0.671875 3.914062 -0.757812 4.125 -0.875 L 4.125 -0.171875 C 3.914062 -0.078125 3.695312 -0.00390625 3.46875 0.046875 C 3.238281 0.0976562 3 0.125 2.75 0.125 C 2.050781 0.125 1.492188 -0.09375 1.078125 -0.53125 C 0.671875 -0.96875 0.46875 -1.5625 0.46875 -2.3125 C 0.46875 -3.0625 0.675781 -3.65625 1.09375 -4.09375 C 1.507812 -4.53125 2.078125 -4.75 2.796875 -4.75 C 3.023438 -4.75 3.25 -4.722656 3.46875 -4.671875 C 3.695312 -4.617188 3.914062 -4.546875 4.125 -4.453125 Z M 4.125 -4.453125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 2.59375 -4.09375 C 2.1875 -4.09375 1.863281 -3.929688 1.625 -3.609375 C 1.382812 -3.296875 1.265625 -2.863281 1.265625 -2.3125 C 1.265625 -1.757812 1.382812 -1.320312 1.625 -1 C 1.863281 -0.6875 2.1875 -0.53125 2.59375 -0.53125 C 3 -0.53125 3.316406 -0.6875 3.546875 -1 C 3.785156 -1.320312 3.90625 -1.757812 3.90625 -2.3125 C 3.90625 -2.863281 3.785156 -3.296875 3.546875 -3.609375 C 3.316406 -3.929688 3 -4.09375 2.59375 -4.09375 Z M 2.59375 -4.75 C 3.25 -4.75 3.765625 -4.53125 4.140625 -4.09375 C 4.523438 -3.664062 4.71875 -3.070312 4.71875 -2.3125 C 4.71875 -1.550781 4.523438 -0.953125 4.140625 -0.515625 C 3.765625 -0.0859375 3.25 0.125 2.59375 0.125 C 1.925781 0.125 1.40625 -0.0859375 1.03125 -0.515625 C 0.65625 -0.953125 0.46875 -1.550781 0.46875 -2.3125 C 0.46875 -3.070312 0.65625 -3.664062 1.03125 -4.09375 C 1.40625 -4.53125 1.925781 -4.75 2.59375 -4.75 Z M 2.59375 -4.75 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 4.640625 -2.796875 L 4.640625 0 L 3.890625 0 L 3.890625 -2.765625 C 3.890625 -3.203125 3.800781 -3.53125 3.625 -3.75 C 3.457031 -3.96875 3.203125 -4.078125 2.859375 -4.078125 C 2.453125 -4.078125 2.128906 -3.945312 1.890625 -3.6875 C 1.648438 -3.425781 1.53125 -3.070312 1.53125 -2.625 L 1.53125 0 L 0.765625 0 L 0.765625 -4.625 L 1.53125 -4.625 L 1.53125 -3.90625 C 1.71875 -4.1875 1.929688 -4.394531 2.171875 -4.53125 C 2.421875 -4.675781 2.707031 -4.75 3.03125 -4.75 C 3.5625 -4.75 3.960938 -4.582031 4.234375 -4.25 C 4.503906 -3.914062 4.640625 -3.429688 4.640625 -2.796875 Z M 4.640625 -2.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 1.546875 -5.953125 L 1.546875 -4.625 L 3.125 -4.625 L 3.125 -4.046875 L 1.546875 -4.046875 L 1.546875 -1.53125 C 1.546875 -1.144531 1.597656 -0.898438 1.703125 -0.796875 C 1.804688 -0.691406 2.019531 -0.640625 2.34375 -0.640625 L 3.125 -0.640625 L 3.125 0 L 2.34375 0 C 1.75 0 1.335938 -0.109375 1.109375 -0.328125 C 0.890625 -0.546875 0.78125 -0.945312 0.78125 -1.53125 L 0.78125 -4.046875 L 0.234375 -4.046875 L 0.234375 -4.625 L 0.78125 -4.625 L 0.78125 -5.953125 Z M 1.546875 -5.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 4.765625 -2.5 L 4.765625 -2.140625 L 1.265625 -2.140625 C 1.296875 -1.609375 1.453125 -1.207031 1.734375 -0.9375 C 2.015625 -0.664062 2.410156 -0.53125 2.921875 -0.53125 C 3.210938 -0.53125 3.492188 -0.5625 3.765625 -0.625 C 4.035156 -0.695312 4.304688 -0.804688 4.578125 -0.953125 L 4.578125 -0.234375 C 4.304688 -0.117188 4.023438 -0.03125 3.734375 0.03125 C 3.453125 0.09375 3.164062 0.125 2.875 0.125 C 2.132812 0.125 1.546875 -0.0859375 1.109375 -0.515625 C 0.679688 -0.953125 0.46875 -1.535156 0.46875 -2.265625 C 0.46875 -3.023438 0.671875 -3.628906 1.078125 -4.078125 C 1.492188 -4.523438 2.046875 -4.75 2.734375 -4.75 C 3.359375 -4.75 3.851562 -4.546875 4.21875 -4.140625 C 4.582031 -3.742188 4.765625 -3.195312 4.765625 -2.5 Z M 4 -2.734375 C 3.988281 -3.148438 3.867188 -3.476562 3.640625 -3.71875 C 3.421875 -3.96875 3.125 -4.09375 2.75 -4.09375 C 2.320312 -4.09375 1.976562 -3.972656 1.71875 -3.734375 C 1.46875 -3.492188 1.320312 -3.15625 1.28125 -2.71875 Z M 4 -2.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 3.75 -4.5 L 3.75 -3.78125 C 3.53125 -3.882812 3.304688 -3.960938 3.078125 -4.015625 C 2.847656 -4.078125 2.609375 -4.109375 2.359375 -4.109375 C 1.984375 -4.109375 1.703125 -4.050781 1.515625 -3.9375 C 1.328125 -3.820312 1.234375 -3.644531 1.234375 -3.40625 C 1.234375 -3.226562 1.300781 -3.085938 1.4375 -2.984375 C 1.570312 -2.890625 1.84375 -2.796875 2.25 -2.703125 L 2.5 -2.65625 C 3.039062 -2.539062 3.425781 -2.375 3.65625 -2.15625 C 3.882812 -1.945312 4 -1.65625 4 -1.28125 C 4 -0.84375 3.828125 -0.5 3.484375 -0.25 C 3.148438 0 2.679688 0.125 2.078125 0.125 C 1.835938 0.125 1.582031 0.0976562 1.3125 0.046875 C 1.039062 -0.00390625 0.753906 -0.078125 0.453125 -0.171875 L 0.453125 -0.953125 C 0.734375 -0.804688 1.007812 -0.695312 1.28125 -0.625 C 1.5625 -0.550781 1.832031 -0.515625 2.09375 -0.515625 C 2.457031 -0.515625 2.734375 -0.578125 2.921875 -0.703125 C 3.117188 -0.828125 3.21875 -1 3.21875 -1.21875 C 3.21875 -1.425781 3.144531 -1.582031 3 -1.6875 C 2.863281 -1.800781 2.5625 -1.910156 2.09375 -2.015625 L 1.828125 -2.078125 C 1.359375 -2.171875 1.015625 -2.320312 0.796875 -2.53125 C 0.585938 -2.738281 0.484375 -3.019531 0.484375 -3.375 C 0.484375 -3.8125 0.640625 -4.148438 0.953125 -4.390625 C 1.265625 -4.628906 1.703125 -4.75 2.265625 -4.75 C 2.546875 -4.75 2.8125 -4.726562 3.0625 -4.6875 C 3.3125 -4.644531 3.539062 -4.582031 3.75 -4.5 Z M 3.75 -4.5 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 3.484375 -3.921875 C 3.398438 -3.972656 3.304688 -4.007812 3.203125 -4.03125 C 3.097656 -4.050781 2.988281 -4.0625 2.875 -4.0625 C 2.4375 -4.0625 2.101562 -3.921875 1.875 -3.640625 C 1.644531 -3.359375 1.53125 -2.957031 1.53125 -2.4375 L 1.53125 0 L 0.765625 0 L 0.765625 -4.625 L 1.53125 -4.625 L 1.53125 -3.90625 C 1.695312 -4.1875 1.90625 -4.394531 2.15625 -4.53125 C 2.414062 -4.675781 2.726562 -4.75 3.09375 -4.75 C 3.144531 -4.75 3.203125 -4.742188 3.265625 -4.734375 C 3.328125 -4.722656 3.398438 -4.710938 3.484375 -4.703125 Z M 3.484375 -3.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 2.90625 -2.328125 C 2.289062 -2.328125 1.863281 -2.253906 1.625 -2.109375 C 1.382812 -1.972656 1.265625 -1.734375 1.265625 -1.390625 C 1.265625 -1.128906 1.351562 -0.914062 1.53125 -0.75 C 1.707031 -0.59375 1.953125 -0.515625 2.265625 -0.515625 C 2.679688 -0.515625 3.015625 -0.664062 3.265625 -0.96875 C 3.523438 -1.269531 3.65625 -1.664062 3.65625 -2.15625 L 3.65625 -2.328125 Z M 4.421875 -2.640625 L 4.421875 0 L 3.65625 0 L 3.65625 -0.703125 C 3.488281 -0.421875 3.273438 -0.210938 3.015625 -0.078125 C 2.753906 0.0546875 2.4375 0.125 2.0625 0.125 C 1.582031 0.125 1.203125 -0.00390625 0.921875 -0.265625 C 0.648438 -0.535156 0.515625 -0.894531 0.515625 -1.34375 C 0.515625 -1.863281 0.6875 -2.253906 1.03125 -2.515625 C 1.382812 -2.785156 1.90625 -2.921875 2.59375 -2.921875 L 3.65625 -2.921875 L 3.65625 -3 C 3.65625 -3.34375 3.539062 -3.609375 3.3125 -3.796875 C 3.082031 -3.992188 2.757812 -4.09375 2.34375 -4.09375 C 2.082031 -4.09375 1.820312 -4.0625 1.5625 -4 C 1.3125 -3.9375 1.070312 -3.84375 0.84375 -3.71875 L 0.84375 -4.421875 C 1.125 -4.523438 1.394531 -4.601562 1.65625 -4.65625 C 1.914062 -4.71875 2.171875 -4.75 2.421875 -4.75 C 3.085938 -4.75 3.585938 -4.570312 3.921875 -4.21875 C 4.253906 -3.875 4.421875 -3.347656 4.421875 -2.640625 Z M 4.421875 -2.640625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 0.796875 -6.4375 L 1.5625 -6.4375 L 1.5625 0 L 0.796875 0 Z M 0.796875 -6.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 3.84375 -3.921875 L 3.84375 -6.4375 L 4.609375 -6.4375 L 4.609375 0 L 3.84375 0 L 3.84375 -0.6875 C 3.6875 -0.414062 3.484375 -0.210938 3.234375 -0.078125 C 2.992188 0.0546875 2.703125 0.125 2.359375 0.125 C 1.796875 0.125 1.335938 -0.0976562 0.984375 -0.546875 C 0.640625 -0.992188 0.46875 -1.582031 0.46875 -2.3125 C 0.46875 -3.039062 0.640625 -3.628906 0.984375 -4.078125 C 1.335938 -4.523438 1.796875 -4.75 2.359375 -4.75 C 2.703125 -4.75 2.992188 -4.679688 3.234375 -4.546875 C 3.484375 -4.410156 3.6875 -4.203125 3.84375 -3.921875 Z M 1.25 -2.3125 C 1.25 -1.75 1.363281 -1.304688 1.59375 -0.984375 C 1.820312 -0.671875 2.140625 -0.515625 2.546875 -0.515625 C 2.953125 -0.515625 3.269531 -0.671875 3.5 -0.984375 C 3.726562 -1.304688 3.84375 -1.75 3.84375 -2.3125 C 3.84375 -2.875 3.726562 -3.3125 3.5 -3.625 C 3.269531 -3.945312 2.953125 -4.109375 2.546875 -4.109375 C 2.140625 -4.109375 1.820312 -3.945312 1.59375 -3.625 C 1.363281 -3.3125 1.25 -2.875 1.25 -2.3125 Z M 1.25 -2.3125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 2.71875 0.4375 C 2.507812 0.976562 2.300781 1.332031 2.09375 1.5 C 1.894531 1.675781 1.625 1.765625 1.28125 1.765625 L 0.671875 1.765625 L 0.671875 1.125 L 1.109375 1.125 C 1.328125 1.125 1.492188 1.070312 1.609375 0.96875 C 1.722656 0.875 1.847656 0.640625 1.984375 0.265625 L 2.125 -0.078125 L 0.25 -4.625 L 1.0625 -4.625 L 2.5 -1.015625 L 3.953125 -4.625 L 4.765625 -4.625 Z M 2.71875 0.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 3.140625 -6.4375 L 3.140625 -5.796875 L 2.421875 -5.796875 C 2.140625 -5.796875 1.945312 -5.738281 1.84375 -5.625 C 1.738281 -5.519531 1.6875 -5.328125 1.6875 -5.046875 L 1.6875 -4.625 L 2.9375 -4.625 L 2.9375 -4.046875 L 1.6875 -4.046875 L 1.6875 0 L 0.921875 0 L 0.921875 -4.046875 L 0.1875 -4.046875 L 0.1875 -4.625 L 0.921875 -4.625 L 0.921875 -4.953125 C 0.921875 -5.472656 1.039062 -5.847656 1.28125 -6.078125 C 1.519531 -6.316406 1.898438 -6.4375 2.421875 -6.4375 Z M 3.140625 -6.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 0.765625 -6.4375 L 1.53125 -6.4375 L 1.53125 -2.640625 L 3.796875 -4.625 L 4.78125 -4.625 L 2.3125 -2.46875 L 4.875 0 L 3.890625 0 L 1.53125 -2.265625 L 1.53125 0 L 0.765625 0 Z M 0.765625 -6.4375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 3.84375 -2.375 C 3.84375 -2.925781 3.726562 -3.351562 3.5 -3.65625 C 3.269531 -3.957031 2.953125 -4.109375 2.546875 -4.109375 C 2.140625 -4.109375 1.820312 -3.957031 1.59375 -3.65625 C 1.363281 -3.351562 1.25 -2.925781 1.25 -2.375 C 1.25 -1.820312 1.363281 -1.394531 1.59375 -1.09375 C 1.820312 -0.789062 2.140625 -0.640625 2.546875 -0.640625 C 2.953125 -0.640625 3.269531 -0.789062 3.5 -1.09375 C 3.726562 -1.394531 3.84375 -1.820312 3.84375 -2.375 Z M 4.609375 -0.578125 C 4.609375 0.210938 4.429688 0.800781 4.078125 1.1875 C 3.734375 1.570312 3.195312 1.765625 2.46875 1.765625 C 2.207031 1.765625 1.957031 1.742188 1.71875 1.703125 C 1.476562 1.660156 1.25 1.597656 1.03125 1.515625 L 1.03125 0.78125 C 1.25 0.894531 1.46875 0.984375 1.6875 1.046875 C 1.90625 1.109375 2.128906 1.140625 2.359375 1.140625 C 2.847656 1.140625 3.21875 1.003906 3.46875 0.734375 C 3.71875 0.472656 3.84375 0.0820312 3.84375 -0.4375 L 3.84375 -0.8125 C 3.6875 -0.539062 3.484375 -0.335938 3.234375 -0.203125 C 2.992188 -0.0664062 2.703125 0 2.359375 0 C 1.796875 0 1.335938 -0.210938 0.984375 -0.640625 C 0.640625 -1.078125 0.46875 -1.65625 0.46875 -2.375 C 0.46875 -3.082031 0.640625 -3.65625 0.984375 -4.09375 C 1.335938 -4.53125 1.796875 -4.75 2.359375 -4.75 C 2.703125 -4.75 2.992188 -4.679688 3.234375 -4.546875 C 3.484375 -4.410156 3.6875 -4.203125 3.84375 -3.921875 L 3.84375 -4.625 L 4.609375 -4.625 Z M 4.609375 -0.578125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 0.71875 -1.828125 L 0.71875 -4.625 L 1.484375 -4.625 L 1.484375 -1.859375 C 1.484375 -1.421875 1.566406 -1.09375 1.734375 -0.875 C 1.910156 -0.65625 2.164062 -0.546875 2.5 -0.546875 C 2.914062 -0.546875 3.242188 -0.675781 3.484375 -0.9375 C 3.722656 -1.195312 3.84375 -1.550781 3.84375 -2 L 3.84375 -4.625 L 4.59375 -4.625 L 4.59375 0 L 3.84375 0 L 3.84375 -0.71875 C 3.65625 -0.4375 3.4375 -0.222656 3.1875 -0.078125 C 2.945312 0.0546875 2.664062 0.125 2.34375 0.125 C 1.8125 0.125 1.40625 -0.0390625 1.125 -0.375 C 0.851562 -0.707031 0.71875 -1.191406 0.71875 -1.828125 Z M 0.71875 -1.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 4.125 -2.3125 C 4.125 -2.875 4.007812 -3.3125 3.78125 -3.625 C 3.550781 -3.945312 3.234375 -4.109375 2.828125 -4.109375 C 2.421875 -4.109375 2.101562 -3.945312 1.875 -3.625 C 1.644531 -3.3125 1.53125 -2.875 1.53125 -2.3125 C 1.53125 -1.75 1.644531 -1.304688 1.875 -0.984375 C 2.101562 -0.671875 2.421875 -0.515625 2.828125 -0.515625 C 3.234375 -0.515625 3.550781 -0.671875 3.78125 -0.984375 C 4.007812 -1.304688 4.125 -1.75 4.125 -2.3125 Z M 1.53125 -3.921875 C 1.695312 -4.203125 1.898438 -4.410156 2.140625 -4.546875 C 2.378906 -4.679688 2.671875 -4.75 3.015625 -4.75 C 3.578125 -4.75 4.03125 -4.523438 4.375 -4.078125 C 4.726562 -3.628906 4.90625 -3.039062 4.90625 -2.3125 C 4.90625 -1.582031 4.726562 -0.992188 4.375 -0.546875 C 4.03125 -0.0976562 3.578125 0.125 3.015625 0.125 C 2.671875 0.125 2.378906 0.0546875 2.140625 -0.078125 C 1.898438 -0.210938 1.695312 -0.414062 1.53125 -0.6875 L 1.53125 0 L 0.765625 0 L 0.765625 -6.4375 L 1.53125 -6.4375 Z M 1.53125 -3.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d="M 0.34375 1.203125 L 0.34375 -4.78125 L 3.734375 -4.78125 L 3.734375 1.203125 Z M 0.71875 0.828125 L 3.34375 0.828125 L 3.34375 -4.40625 L 0.71875 -4.40625 Z M 0.71875 0.828125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 0.640625 -5.15625 L 1.25 -5.15625 L 1.25 0 L 0.640625 0 Z M 0.640625 -5.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 2.078125 -3.28125 C 1.753906 -3.28125 1.492188 -3.148438 1.296875 -2.890625 C 1.109375 -2.640625 1.015625 -2.289062 1.015625 -1.84375 C 1.015625 -1.40625 1.109375 -1.054688 1.296875 -0.796875 C 1.484375 -0.546875 1.742188 -0.421875 2.078125 -0.421875 C 2.398438 -0.421875 2.65625 -0.546875 2.84375 -0.796875 C 3.03125 -1.054688 3.125 -1.40625 3.125 -1.84375 C 3.125 -2.289062 3.03125 -2.640625 2.84375 -2.890625 C 2.65625 -3.148438 2.398438 -3.28125 2.078125 -3.28125 Z M 2.078125 -3.796875 C 2.609375 -3.796875 3.023438 -3.625 3.328125 -3.28125 C 3.628906 -2.9375 3.78125 -2.457031 3.78125 -1.84375 C 3.78125 -1.238281 3.628906 -0.765625 3.328125 -0.421875 C 3.023438 -0.078125 2.609375 0.09375 2.078125 0.09375 C 1.546875 0.09375 1.128906 -0.078125 0.828125 -0.421875 C 0.523438 -0.765625 0.375 -1.238281 0.375 -1.84375 C 0.375 -2.457031 0.523438 -2.9375 0.828125 -3.28125 C 1.128906 -3.625 1.546875 -3.796875 2.078125 -3.796875 Z M 2.078125 -3.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 3.3125 -3.5625 L 3.3125 -3 C 3.132812 -3.09375 2.957031 -3.160156 2.78125 -3.203125 C 2.613281 -3.253906 2.441406 -3.28125 2.265625 -3.28125 C 1.867188 -3.28125 1.5625 -3.15625 1.34375 -2.90625 C 1.125 -2.65625 1.015625 -2.300781 1.015625 -1.84375 C 1.015625 -1.394531 1.125 -1.046875 1.34375 -0.796875 C 1.5625 -0.546875 1.867188 -0.421875 2.265625 -0.421875 C 2.441406 -0.421875 2.613281 -0.441406 2.78125 -0.484375 C 2.957031 -0.535156 3.132812 -0.609375 3.3125 -0.703125 L 3.3125 -0.140625 C 3.132812 -0.0546875 2.953125 0 2.765625 0.03125 C 2.585938 0.0703125 2.398438 0.09375 2.203125 0.09375 C 1.640625 0.09375 1.191406 -0.078125 0.859375 -0.421875 C 0.535156 -0.773438 0.375 -1.25 0.375 -1.84375 C 0.375 -2.457031 0.539062 -2.9375 0.875 -3.28125 C 1.207031 -3.625 1.660156 -3.796875 2.234375 -3.796875 C 2.421875 -3.796875 2.601562 -3.773438 2.78125 -3.734375 C 2.96875 -3.703125 3.144531 -3.644531 3.3125 -3.5625 Z M 3.3125 -3.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 2.328125 -1.859375 C 1.835938 -1.859375 1.492188 -1.800781 1.296875 -1.6875 C 1.109375 -1.582031 1.015625 -1.394531 1.015625 -1.125 C 1.015625 -0.90625 1.082031 -0.726562 1.21875 -0.59375 C 1.363281 -0.46875 1.5625 -0.40625 1.8125 -0.40625 C 2.144531 -0.40625 2.414062 -0.523438 2.625 -0.765625 C 2.832031 -1.003906 2.9375 -1.328125 2.9375 -1.734375 L 2.9375 -1.859375 Z M 3.546875 -2.109375 L 3.546875 0 L 2.9375 0 L 2.9375 -0.5625 C 2.789062 -0.332031 2.613281 -0.164062 2.40625 -0.0625 C 2.195312 0.0390625 1.945312 0.09375 1.65625 0.09375 C 1.269531 0.09375 0.960938 -0.0078125 0.734375 -0.21875 C 0.515625 -0.4375 0.40625 -0.722656 0.40625 -1.078125 C 0.40625 -1.492188 0.546875 -1.804688 0.828125 -2.015625 C 1.109375 -2.234375 1.523438 -2.34375 2.078125 -2.34375 L 2.9375 -2.34375 L 2.9375 -2.40625 C 2.9375 -2.6875 2.84375 -2.898438 2.65625 -3.046875 C 2.46875 -3.203125 2.207031 -3.28125 1.875 -3.28125 C 1.664062 -3.28125 1.457031 -3.253906 1.25 -3.203125 C 1.050781 -3.148438 0.859375 -3.078125 0.671875 -2.984375 L 0.671875 -3.546875 C 0.898438 -3.628906 1.117188 -3.691406 1.328125 -3.734375 C 1.535156 -3.773438 1.738281 -3.796875 1.9375 -3.796875 C 2.476562 -3.796875 2.878906 -3.65625 3.140625 -3.375 C 3.410156 -3.101562 3.546875 -2.679688 3.546875 -2.109375 Z M 3.546875 -2.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 3.71875 -2.234375 L 3.71875 0 L 3.109375 0 L 3.109375 -2.21875 C 3.109375 -2.570312 3.039062 -2.832031 2.90625 -3 C 2.769531 -3.175781 2.566406 -3.265625 2.296875 -3.265625 C 1.960938 -3.265625 1.703125 -3.160156 1.515625 -2.953125 C 1.328125 -2.742188 1.234375 -2.457031 1.234375 -2.09375 L 1.234375 0 L 0.609375 0 L 0.609375 -5.15625 L 1.234375 -5.15625 L 1.234375 -3.125 C 1.378906 -3.351562 1.550781 -3.519531 1.75 -3.625 C 1.945312 -3.738281 2.171875 -3.796875 2.421875 -3.796875 C 2.847656 -3.796875 3.171875 -3.660156 3.390625 -3.390625 C 3.609375 -3.128906 3.71875 -2.742188 3.71875 -2.234375 Z M 3.71875 -2.234375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 3.8125 -2 L 3.8125 -1.703125 L 1.015625 -1.703125 C 1.035156 -1.285156 1.160156 -0.96875 1.390625 -0.75 C 1.617188 -0.53125 1.929688 -0.421875 2.328125 -0.421875 C 2.566406 -0.421875 2.796875 -0.445312 3.015625 -0.5 C 3.234375 -0.5625 3.453125 -0.648438 3.671875 -0.765625 L 3.671875 -0.1875 C 3.453125 -0.09375 3.226562 -0.0234375 3 0.015625 C 2.769531 0.0664062 2.535156 0.09375 2.296875 0.09375 C 1.703125 0.09375 1.234375 -0.078125 0.890625 -0.421875 C 0.546875 -0.765625 0.375 -1.226562 0.375 -1.8125 C 0.375 -2.425781 0.535156 -2.910156 0.859375 -3.265625 C 1.191406 -3.617188 1.632812 -3.796875 2.1875 -3.796875 C 2.6875 -3.796875 3.082031 -3.632812 3.375 -3.3125 C 3.664062 -2.988281 3.8125 -2.550781 3.8125 -2 Z M 3.203125 -2.1875 C 3.191406 -2.519531 3.097656 -2.785156 2.921875 -2.984375 C 2.742188 -3.179688 2.503906 -3.28125 2.203125 -3.28125 C 1.859375 -3.28125 1.582031 -3.179688 1.375 -2.984375 C 1.175781 -2.796875 1.0625 -2.53125 1.03125 -2.1875 Z M 3.203125 -2.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 3.078125 -3.140625 L 3.078125 -5.15625 L 3.6875 -5.15625 L 3.6875 0 L 3.078125 0 L 3.078125 -0.5625 C 2.953125 -0.332031 2.789062 -0.164062 2.59375 -0.0625 C 2.394531 0.0390625 2.160156 0.09375 1.890625 0.09375 C 1.441406 0.09375 1.078125 -0.0820312 0.796875 -0.4375 C 0.515625 -0.800781 0.375 -1.269531 0.375 -1.84375 C 0.375 -2.425781 0.515625 -2.894531 0.796875 -3.25 C 1.078125 -3.613281 1.441406 -3.796875 1.890625 -3.796875 C 2.160156 -3.796875 2.394531 -3.742188 2.59375 -3.640625 C 2.789062 -3.535156 2.953125 -3.367188 3.078125 -3.140625 Z M 1 -1.84375 C 1 -1.394531 1.09375 -1.039062 1.28125 -0.78125 C 1.46875 -0.53125 1.722656 -0.40625 2.046875 -0.40625 C 2.359375 -0.40625 2.609375 -0.53125 2.796875 -0.78125 C 2.984375 -1.039062 3.078125 -1.394531 3.078125 -1.84375 C 3.078125 -2.289062 2.984375 -2.640625 2.796875 -2.890625 C 2.609375 -3.148438 2.359375 -3.28125 2.046875 -3.28125 C 1.722656 -3.28125 1.46875 -3.148438 1.28125 -2.890625 C 1.09375 -2.640625 1 -2.289062 1 -1.84375 Z M 1 -1.84375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 2.78125 -3.140625 C 2.71875 -3.179688 2.644531 -3.207031 2.5625 -3.21875 C 2.476562 -3.238281 2.390625 -3.25 2.296875 -3.25 C 1.953125 -3.25 1.6875 -3.132812 1.5 -2.90625 C 1.320312 -2.6875 1.234375 -2.367188 1.234375 -1.953125 L 1.234375 0 L 0.609375 0 L 0.609375 -3.703125 L 1.234375 -3.703125 L 1.234375 -3.125 C 1.359375 -3.351562 1.519531 -3.519531 1.71875 -3.625 C 1.925781 -3.738281 2.179688 -3.796875 2.484375 -3.796875 C 2.523438 -3.796875 2.566406 -3.789062 2.609375 -3.78125 C 2.660156 -3.78125 2.71875 -3.773438 2.78125 -3.765625 Z M 2.78125 -3.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 2.515625 -5.15625 L 2.515625 -4.640625 L 1.9375 -4.640625 C 1.71875 -4.640625 1.5625 -4.59375 1.46875 -4.5 C 1.382812 -4.414062 1.34375 -4.257812 1.34375 -4.03125 L 1.34375 -3.703125 L 2.359375 -3.703125 L 2.359375 -3.234375 L 1.34375 -3.234375 L 1.34375 0 L 0.734375 0 L 0.734375 -3.234375 L 0.15625 -3.234375 L 0.15625 -3.703125 L 0.734375 -3.703125 L 0.734375 -3.96875 C 0.734375 -4.382812 0.828125 -4.6875 1.015625 -4.875 C 1.210938 -5.0625 1.519531 -5.15625 1.9375 -5.15625 Z M 2.515625 -5.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-10">
<path style="stroke:none;" d="M 0.640625 -3.703125 L 1.25 -3.703125 L 1.25 0 L 0.640625 0 Z M 0.640625 -5.15625 L 1.25 -5.15625 L 1.25 -4.375 L 0.640625 -4.375 Z M 0.640625 -5.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-11">
<path style="stroke:none;" d="M 1.234375 -4.765625 L 1.234375 -3.703125 L 2.5 -3.703125 L 2.5 -3.234375 L 1.234375 -3.234375 L 1.234375 -1.21875 C 1.234375 -0.914062 1.273438 -0.722656 1.359375 -0.640625 C 1.441406 -0.554688 1.613281 -0.515625 1.875 -0.515625 L 2.5 -0.515625 L 2.5 0 L 1.875 0 C 1.40625 0 1.078125 -0.0859375 0.890625 -0.265625 C 0.710938 -0.441406 0.625 -0.757812 0.625 -1.21875 L 0.625 -3.234375 L 0.1875 -3.234375 L 0.1875 -3.703125 L 0.625 -3.703125 L 0.625 -4.765625 Z M 1.234375 -4.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-12">
<path style="stroke:none;" d=""/>
</symbol>
</g>
</defs>
<g id="surface8604">
<rect x="0" y="0" width="304" height="162" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/>
<path style="fill-rule:evenodd;fill:rgb(0%,63.529414%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.200034 3.000024 L 6.600034 3.000024 L 6.600034 4.400024 L 0.200034 4.400024 Z M 0.200034 3.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,17.254902%,21.176471%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.600034 3.000024 L 10.200034 3.000024 L 10.200034 4.400024 L 6.600034 4.400024 Z M 6.600034 3.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill-rule:evenodd;fill:rgb(49.019608%,98.823529%,36.078432%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.200034 3.000024 L 14.200034 3.000024 L 14.200034 4.400024 L 10.200034 4.400024 Z M 10.200034 3.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill-rule:evenodd;fill:rgb(68.627453%,13.333334%,62.7451%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.200034 3.000024 L 15.200034 3.000024 L 15.200034 4.400024 L 14.200034 4.400024 Z M 14.200034 3.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="42.40625" y="68.86697"/>
<use xlink:href="#glyph0-2" x="46.850694" y="68.86697"/>
<use xlink:href="#glyph0-3" x="49.072917" y="68.86697"/>
<use xlink:href="#glyph0-4" x="54.350694" y="68.86697"/>
<use xlink:href="#glyph0-5" x="57.128472" y="68.86697"/>
<use xlink:href="#glyph0-6" x="61.850694" y="68.86697"/>
<use xlink:href="#glyph0-7" x="67.128472" y="68.86697"/>
<use xlink:href="#glyph0-8" x="72.40625" y="68.86697"/>
<use xlink:href="#glyph0-9" x="75.739583" y="68.86697"/>
<use xlink:href="#glyph0-7" x="81.017361" y="68.86697"/>
<use xlink:href="#glyph0-8" x="86.295139" y="68.86697"/>
<use xlink:href="#glyph0-10" x="89.628472" y="68.86697"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-5" x="227.5625" y="64.86697"/>
<use xlink:href="#glyph0-9" x="232.284722" y="64.86697"/>
<use xlink:href="#glyph0-7" x="237.5625" y="64.86697"/>
<use xlink:href="#glyph0-8" x="242.840278" y="64.86697"/>
<use xlink:href="#glyph0-11" x="246.173611" y="64.86697"/>
<use xlink:href="#glyph0-12" x="249.784722" y="64.86697"/>
<use xlink:href="#glyph0-13" x="255.0625" y="64.86697"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="223.519531" y="75.449002"/>
<use xlink:href="#glyph0-2" x="228.797309" y="75.449002"/>
<use xlink:href="#glyph0-11" x="231.019531" y="75.449002"/>
<use xlink:href="#glyph0-9" x="234.352865" y="75.449002"/>
<use xlink:href="#glyph0-5" x="239.352865" y="75.449002"/>
<use xlink:href="#glyph0-8" x="244.075087" y="75.449002"/>
<use xlink:href="#glyph0-6" x="247.40842" y="75.449002"/>
<use xlink:href="#glyph0-11" x="252.686198" y="75.449002"/>
<use xlink:href="#glyph0-15" x="256.297309" y="75.449002"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-9" x="242.40625" y="8.86697"/>
<use xlink:href="#glyph0-7" x="247.684028" y="8.86697"/>
<use xlink:href="#glyph0-14" x="252.961806" y="8.86697"/>
<use xlink:href="#glyph0-4" x="258.239583" y="8.86697"/>
<use xlink:href="#glyph0-6" x="261.017361" y="8.86697"/>
<use xlink:href="#glyph0-16" x="266.295139" y="8.86697"/>
<use xlink:href="#glyph0-4" x="269.350694" y="8.86697"/>
<use xlink:href="#glyph0-5" x="272.128472" y="8.86697"/>
<use xlink:href="#glyph0-9" x="276.850694" y="8.86697"/>
<use xlink:href="#glyph0-7" x="282.128472" y="8.86697"/>
<use xlink:href="#glyph0-8" x="287.40625" y="8.86697"/>
<use xlink:href="#glyph0-11" x="290.739583" y="8.86697"/>
<use xlink:href="#glyph0-12" x="294.350694" y="8.86697"/>
<use xlink:href="#glyph0-13" x="299.628472" y="8.86697"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-14" x="242.40625" y="19.449002"/>
<use xlink:href="#glyph0-2" x="247.684028" y="19.449002"/>
<use xlink:href="#glyph0-11" x="249.90625" y="19.449002"/>
<use xlink:href="#glyph0-9" x="253.239583" y="19.449002"/>
<use xlink:href="#glyph0-5" x="258.239583" y="19.449002"/>
<use xlink:href="#glyph0-8" x="262.961806" y="19.449002"/>
<use xlink:href="#glyph0-6" x="266.295139" y="19.449002"/>
<use xlink:href="#glyph0-11" x="271.572917" y="19.449002"/>
<use xlink:href="#glyph0-15" x="275.184028" y="19.449002"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-12" x="137.519531" y="64.86697"/>
<use xlink:href="#glyph0-3" x="142.797309" y="64.86697"/>
<use xlink:href="#glyph0-17" x="148.075087" y="64.86697"/>
<use xlink:href="#glyph0-4" x="153.075087" y="64.86697"/>
<use xlink:href="#glyph0-10" x="155.852865" y="64.86697"/>
<use xlink:href="#glyph0-2" x="160.297309" y="64.86697"/>
<use xlink:href="#glyph0-18" x="162.519531" y="64.86697"/>
<use xlink:href="#glyph0-7" x="167.797309" y="64.86697"/>
<use xlink:href="#glyph0-12" x="173.075087" y="64.86697"/>
<use xlink:href="#glyph0-8" x="178.352865" y="64.86697"/>
<use xlink:href="#glyph0-19" x="181.686198" y="64.86697"/>
<use xlink:href="#glyph0-11" x="186.963976" y="64.86697"/>
<use xlink:href="#glyph0-9" x="190.297309" y="64.86697"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-20" x="155.15625" y="75.449002"/>
<use xlink:href="#glyph0-13" x="160.434028" y="75.449002"/>
<use xlink:href="#glyph0-6" x="162.65625" y="75.449002"/>
<use xlink:href="#glyph0-5" x="167.934028" y="75.449002"/>
<use xlink:href="#glyph0-17" x="172.65625" y="75.449002"/>
</g>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.77855 3.734399 C 14.473667 2.832056 13.702964 2.16604 12.765855 1.995142 C 11.828745 1.824243 10.872691 2.175415 10.26898 2.912134 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.333823 2.405298 L 10.233628 2.955298 L 10.733628 2.705493 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.200034 5.000024 L 2.000034 5.000024 L 2.000034 6.400024 L 0.200034 6.400024 Z M 0.200034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="10.40625" y="104.877007"/>
<use xlink:href="#glyph1-2" x="12.350694" y="104.877007"/>
<use xlink:href="#glyph1-3" x="16.517361" y="104.877007"/>
<use xlink:href="#glyph1-4" x="20.128472" y="104.877007"/>
<use xlink:href="#glyph1-1" x="24.295139" y="104.877007"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="10.40625" y="113.341851"/>
<use xlink:href="#glyph1-6" x="14.572917" y="113.341851"/>
<use xlink:href="#glyph1-4" x="18.739583" y="113.341851"/>
<use xlink:href="#glyph1-7" x="22.90625" y="113.341851"/>
<use xlink:href="#glyph1-6" x="27.072917" y="113.341851"/>
<use xlink:href="#glyph1-8" x="31.239583" y="113.341851"/>
</g>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.000034 5.000024 L 3.600034 5.000024 L 3.600034 6.400024 L 2.000034 6.400024 Z M 2.000034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-9" x="46.40625" y="104.877007"/>
<use xlink:href="#glyph1-10" x="48.90625" y="104.877007"/>
<use xlink:href="#glyph1-1" x="50.850694" y="104.877007"/>
<use xlink:href="#glyph1-6" x="52.795139" y="104.877007"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="46.40625" y="113.341851"/>
<use xlink:href="#glyph1-4" x="50.572917" y="113.341851"/>
<use xlink:href="#glyph1-11" x="54.739583" y="113.341851"/>
<use xlink:href="#glyph1-4" x="57.517361" y="113.341851"/>
</g>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.000034 5.000024 L 5.800034 5.000024 L 5.800034 6.400024 L 4.000034 6.400024 Z M 4.000034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="86.40625" y="104.877007"/>
<use xlink:href="#glyph1-2" x="88.350694" y="104.877007"/>
<use xlink:href="#glyph1-3" x="92.517361" y="104.877007"/>
<use xlink:href="#glyph1-4" x="96.128472" y="104.877007"/>
<use xlink:href="#glyph1-1" x="100.295139" y="104.877007"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-5" x="86.40625" y="113.341851"/>
<use xlink:href="#glyph1-6" x="90.572917" y="113.341851"/>
<use xlink:href="#glyph1-4" x="94.739583" y="113.341851"/>
<use xlink:href="#glyph1-7" x="98.90625" y="113.341851"/>
<use xlink:href="#glyph1-6" x="103.072917" y="113.341851"/>
<use xlink:href="#glyph1-8" x="107.239583" y="113.341851"/>
</g>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 5.800034 5.000024 L 7.400034 5.000024 L 7.400034 6.400024 L 5.800034 6.400024 Z M 5.800034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-9" x="122.40625" y="104.877007"/>
<use xlink:href="#glyph1-10" x="124.90625" y="104.877007"/>
<use xlink:href="#glyph1-1" x="126.850694" y="104.877007"/>
<use xlink:href="#glyph1-6" x="128.795139" y="104.877007"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-7" x="122.40625" y="113.341851"/>
<use xlink:href="#glyph1-4" x="126.572917" y="113.341851"/>
<use xlink:href="#glyph1-11" x="130.739583" y="113.341851"/>
<use xlink:href="#glyph1-4" x="133.517361" y="113.341851"/>
</g>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.200034 5.000024 L 1.200034 4.200024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 3.600034 5.000024 L 2.600034 4.200024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.000034 5.000024 L 4.600034 4.200024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 6.200034 4.200024 L 7.400034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.000034 5.000024 L 12.200034 5.000024 L 12.200034 6.400024 L 10.000034 6.400024 Z M 10.000034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="202.40625" y="108.877007"/>
<use xlink:href="#glyph1-7" x="206.017361" y="108.877007"/>
<use xlink:href="#glyph1-12" x="210.184028" y="108.877007"/>
<use xlink:href="#glyph1-5" x="212.40625" y="108.877007"/>
<use xlink:href="#glyph1-6" x="216.572917" y="108.877007"/>
<use xlink:href="#glyph1-4" x="220.739583" y="108.877007"/>
<use xlink:href="#glyph1-7" x="224.90625" y="108.877007"/>
<use xlink:href="#glyph1-6" x="229.072917" y="108.877007"/>
<use xlink:href="#glyph1-8" x="233.239583" y="108.877007"/>
</g>
<path style="fill-rule:evenodd;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.200034 5.000024 L 14.400034 5.000024 L 14.400034 6.400024 L 12.200034 6.400024 Z M 12.200034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-3" x="246.40625" y="108.877007"/>
<use xlink:href="#glyph1-7" x="250.017361" y="108.877007"/>
<use xlink:href="#glyph1-12" x="254.184028" y="108.877007"/>
<use xlink:href="#glyph1-5" x="256.40625" y="108.877007"/>
<use xlink:href="#glyph1-6" x="260.572917" y="108.877007"/>
<use xlink:href="#glyph1-4" x="264.739583" y="108.877007"/>
<use xlink:href="#glyph1-7" x="268.90625" y="108.877007"/>
<use xlink:href="#glyph1-6" x="273.072917" y="108.877007"/>
<use xlink:href="#glyph1-8" x="277.239583" y="108.877007"/>
</g>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.000034 5.000024 L 10.000034 5.000024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 10.000034 5.000024 L 10.200034 4.200024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 12.200034 5.000024 L 12.200034 4.400024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.400034 5.000024 L 14.200034 4.400024 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 11.400034 6.200024 C 8.270933 9.023267 3.549253 9.138501 0.286167 6.471313 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.786558 6.56604 L 0.242808 6.435962 L 0.465073 6.948853 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.000034 6.200024 C 12.722886 7.554907 10.959019 8.345728 9.097886 8.397876 C 7.236753 8.449829 5.431284 7.759009 4.080503 6.477563 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 4.572105 6.610376 L 4.039878 6.439087 L 4.2223 6.967603 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.600034 1.000024 L 14.600034 2.88811 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
<path style="fill:none;stroke-width:0.05;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 14.350034 2.444165 L 14.600034 2.944165 L 14.850034 2.444165 " transform="matrix(20,0,0,20,-1.594436,-7.141113)"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment