Last active
September 13, 2019 15:11
-
-
Save dceoy/a3c63540a8722afbc4dd to your computer and use it in GitHub Desktop.
[R] Forest Plot using ggplot2 https://rawgit.com/dceoy/a3c63540a8722afbc4dd/raw/plot.svg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env Rscript | |
sapply(c('data.table', 'ggplot2'), function(p) require(p, character.only = TRUE)) | |
or_ci <- fread('odds_ratio.csv') | |
forest <- ggplot(or_ci, aes(x = group, y = odds_ratio, ymin = ci_lower, ymax = ci_upper, colour = class)) + | |
geom_hline(aes(yintercept = 1), colour = '#4400FF', linetype = 2) + | |
geom_pointrange(size = 0.7, shape = 15) + | |
scale_y_log10(limits = c(0.01, 100), breaks = c(0.1, 1, 10)) + | |
scale_x_discrete(limits = rev(or_ci$group)) + | |
scale_colour_manual(values = c('#FF00FF', '#4400FF')) + | |
theme(panel.grid.major.y = element_blank(), panel.grid.minor.y = element_blank(), panel.background = element_rect(fill = '#DDDDFF')) + | |
coord_flip() | |
svg('forest.svg', width = 6, height = 7) | |
plot(forest) | |
dev.off() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group | class | odds_ratio | ci_lower | ci_upper | |
---|---|---|---|---|---|
Group A | A_E | 1.2449352 | 0.67203877 | 2.2783992 | |
Group B | A_E | 4.4078327 | 2.26286951 | 8.7109339 | |
Group C | A_E | 0.1399230 | 0.03792926 | 0.5132163 | |
Group D | A_E | 0.1258163 | 0.06423664 | 0.2409733 | |
Group E | A_E | 23.6469770 | 12.93365350 | 44.8902730 | |
Group F | F_J | 0.1703764 | 0.08284161 | 0.3305291 | |
Group G | F_J | 16.7660398 | 6.56914161 | 54.8668813 | |
Group H | F_J | 0.1670522 | 0.10099002 | 0.2700260 | |
Group I | F_J | 0.5147020 | 0.33633240 | 0.7857115 | |
Group J | F_J | 3.6561027 | 1.37950440 | 9.9886371 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="432pt" height="504pt" viewBox="0 0 432 504" version="1.1"> | |
<defs> | |
<g> | |
<symbol overflow="visible" id="glyph0-0"> | |
<path style="stroke:none;" d="M 0.3125 0 L 0.3125 -6.875 L 5.765625 -6.875 L 5.765625 0 Z M 4.90625 -0.859375 L 4.90625 -6.015625 L 1.171875 -6.015625 L 1.171875 -0.859375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-1"> | |
<path style="stroke:none;" d="M 3.703125 -7.0625 C 4.347656 -7.0625 4.90625 -6.9375 5.375 -6.6875 C 6.0625 -6.320312 6.484375 -5.691406 6.640625 -4.796875 L 5.71875 -4.796875 C 5.601562 -5.296875 5.367188 -5.660156 5.015625 -5.890625 C 4.660156 -6.117188 4.21875 -6.234375 3.6875 -6.234375 C 3.039062 -6.234375 2.5 -5.992188 2.0625 -5.515625 C 1.632812 -5.046875 1.421875 -4.335938 1.421875 -3.390625 C 1.421875 -2.566406 1.597656 -1.898438 1.953125 -1.390625 C 2.316406 -0.878906 2.90625 -0.625 3.71875 -0.625 C 4.332031 -0.625 4.84375 -0.800781 5.25 -1.15625 C 5.664062 -1.519531 5.878906 -2.101562 5.890625 -2.90625 L 3.734375 -2.90625 L 3.734375 -3.6875 L 6.75 -3.6875 L 6.75 0 L 6.15625 0 L 5.921875 -0.890625 C 5.609375 -0.535156 5.332031 -0.289062 5.09375 -0.15625 C 4.675781 0.0703125 4.15625 0.1875 3.53125 0.1875 C 2.71875 0.1875 2.015625 -0.078125 1.421875 -0.609375 C 0.785156 -1.273438 0.46875 -2.179688 0.46875 -3.328125 C 0.46875 -4.484375 0.78125 -5.398438 1.40625 -6.078125 C 2 -6.734375 2.765625 -7.0625 3.703125 -7.0625 Z M 3.546875 -7.0625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-2"> | |
<path style="stroke:none;" d="M 0.640625 -5.015625 L 1.4375 -5.015625 L 1.4375 -4.15625 C 1.507812 -4.320312 1.671875 -4.523438 1.921875 -4.765625 C 2.179688 -5.003906 2.476562 -5.125 2.8125 -5.125 C 2.820312 -5.125 2.847656 -5.125 2.890625 -5.125 C 2.929688 -5.125 2.992188 -5.117188 3.078125 -5.109375 L 3.078125 -4.21875 C 3.023438 -4.226562 2.976562 -4.234375 2.9375 -4.234375 C 2.894531 -4.234375 2.851562 -4.234375 2.8125 -4.234375 C 2.382812 -4.234375 2.054688 -4.097656 1.828125 -3.828125 C 1.597656 -3.554688 1.484375 -3.242188 1.484375 -2.890625 L 1.484375 0 L 0.640625 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-3"> | |
<path style="stroke:none;" d="M 2.609375 -0.546875 C 3.171875 -0.546875 3.554688 -0.753906 3.765625 -1.171875 C 3.972656 -1.597656 4.078125 -2.070312 4.078125 -2.59375 C 4.078125 -3.0625 4 -3.441406 3.84375 -3.734375 C 3.601562 -4.191406 3.195312 -4.421875 2.625 -4.421875 C 2.101562 -4.421875 1.722656 -4.222656 1.484375 -3.828125 C 1.253906 -3.441406 1.140625 -2.96875 1.140625 -2.40625 C 1.140625 -1.875 1.253906 -1.429688 1.484375 -1.078125 C 1.722656 -0.722656 2.097656 -0.546875 2.609375 -0.546875 Z M 2.640625 -5.15625 C 3.285156 -5.15625 3.832031 -4.941406 4.28125 -4.515625 C 4.726562 -4.085938 4.953125 -3.453125 4.953125 -2.609375 C 4.953125 -1.804688 4.753906 -1.140625 4.359375 -0.609375 C 3.960938 -0.078125 3.351562 0.1875 2.53125 0.1875 C 1.84375 0.1875 1.296875 -0.046875 0.890625 -0.515625 C 0.484375 -0.984375 0.28125 -1.613281 0.28125 -2.40625 C 0.28125 -3.238281 0.492188 -3.90625 0.921875 -4.40625 C 1.347656 -4.90625 1.921875 -5.15625 2.640625 -5.15625 Z M 2.609375 -5.140625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-4"> | |
<path style="stroke:none;" d="M 1.46875 -5.015625 L 1.46875 -1.6875 C 1.46875 -1.425781 1.503906 -1.21875 1.578125 -1.0625 C 1.734375 -0.757812 2.015625 -0.609375 2.421875 -0.609375 C 3.003906 -0.609375 3.40625 -0.867188 3.625 -1.390625 C 3.738281 -1.671875 3.796875 -2.054688 3.796875 -2.546875 L 3.796875 -5.015625 L 4.640625 -5.015625 L 4.640625 0 L 3.84375 0 L 3.84375 -0.734375 C 3.738281 -0.546875 3.601562 -0.382812 3.4375 -0.25 C 3.113281 0.0078125 2.722656 0.140625 2.265625 0.140625 C 1.554688 0.140625 1.070312 -0.0976562 0.8125 -0.578125 C 0.664062 -0.835938 0.59375 -1.179688 0.59375 -1.609375 L 0.59375 -5.015625 Z M 2.625 -5.140625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-5"> | |
<path style="stroke:none;" d="M 2.734375 -0.5625 C 3.128906 -0.5625 3.457031 -0.726562 3.71875 -1.0625 C 3.976562 -1.394531 4.109375 -1.882812 4.109375 -2.53125 C 4.109375 -2.9375 4.050781 -3.28125 3.9375 -3.5625 C 3.71875 -4.125 3.316406 -4.40625 2.734375 -4.40625 C 2.148438 -4.40625 1.75 -4.109375 1.53125 -3.515625 C 1.414062 -3.203125 1.359375 -2.804688 1.359375 -2.328125 C 1.359375 -1.941406 1.414062 -1.613281 1.53125 -1.34375 C 1.75 -0.820312 2.148438 -0.5625 2.734375 -0.5625 Z M 0.546875 -5 L 1.375 -5 L 1.375 -4.328125 C 1.539062 -4.554688 1.722656 -4.734375 1.921875 -4.859375 C 2.210938 -5.046875 2.546875 -5.140625 2.921875 -5.140625 C 3.492188 -5.140625 3.976562 -4.921875 4.375 -4.484375 C 4.769531 -4.046875 4.96875 -3.425781 4.96875 -2.625 C 4.96875 -1.53125 4.679688 -0.75 4.109375 -0.28125 C 3.742188 0.0195312 3.320312 0.171875 2.84375 0.171875 C 2.46875 0.171875 2.148438 0.0859375 1.890625 -0.078125 C 1.742188 -0.171875 1.578125 -0.332031 1.390625 -0.5625 L 1.390625 2 L 0.546875 2 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-6"> | |
<path style="stroke:none;" d=""/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-7"> | |
<path style="stroke:none;" d="M 4.109375 -2.046875 C 4.109375 -1.472656 4.019531 -1.023438 3.84375 -0.703125 C 3.53125 -0.109375 2.925781 0.1875 2.03125 0.1875 C 1.519531 0.1875 1.078125 0.046875 0.703125 -0.234375 C 0.335938 -0.515625 0.15625 -1.015625 0.15625 -1.734375 L 0.15625 -2.21875 L 1.046875 -2.21875 L 1.046875 -1.734375 C 1.046875 -1.359375 1.128906 -1.070312 1.296875 -0.875 C 1.460938 -0.6875 1.722656 -0.59375 2.078125 -0.59375 C 2.566406 -0.59375 2.890625 -0.765625 3.046875 -1.109375 C 3.140625 -1.316406 3.1875 -1.710938 3.1875 -2.296875 L 3.1875 -6.875 L 4.109375 -6.875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-8"> | |
<path style="stroke:none;" d="M 0.9375 -6.875 L 1.890625 -6.875 L 1.890625 0 L 0.9375 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-9"> | |
<path style="stroke:none;" d="M 0.75 -6.875 L 1.703125 -6.875 L 1.703125 -4.03125 L 5.28125 -4.03125 L 5.28125 -6.875 L 6.21875 -6.875 L 6.21875 0 L 5.28125 0 L 5.28125 -3.21875 L 1.703125 -3.21875 L 1.703125 0 L 0.75 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-10"> | |
<path style="stroke:none;" d="M 0.8125 -6.875 L 5.59375 -6.875 L 5.59375 -6.03125 L 1.75 -6.03125 L 1.75 -3.953125 L 5.125 -3.953125 L 5.125 -3.125 L 1.75 -3.125 L 1.75 0 L 0.8125 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-11"> | |
<path style="stroke:none;" d="M 0.8125 -6.875 L 5.84375 -6.875 L 5.84375 -6.03125 L 1.734375 -6.03125 L 1.734375 -3.953125 L 5.53125 -3.953125 L 5.53125 -3.15625 L 1.734375 -3.15625 L 1.734375 -0.8125 L 5.90625 -0.8125 L 5.90625 0 L 0.8125 0 Z M 3.359375 -6.875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-12"> | |
<path style="stroke:none;" d="M 3.375 -0.796875 C 3.6875 -0.796875 3.945312 -0.828125 4.15625 -0.890625 C 4.507812 -1.015625 4.804688 -1.25 5.046875 -1.59375 C 5.222656 -1.875 5.351562 -2.234375 5.4375 -2.671875 C 5.488281 -2.921875 5.515625 -3.160156 5.515625 -3.390625 C 5.515625 -4.242188 5.34375 -4.90625 5 -5.375 C 4.664062 -5.84375 4.117188 -6.078125 3.359375 -6.078125 L 1.703125 -6.078125 L 1.703125 -0.796875 Z M 0.765625 -6.875 L 3.5625 -6.875 C 4.507812 -6.875 5.242188 -6.539062 5.765625 -5.875 C 6.222656 -5.269531 6.453125 -4.492188 6.453125 -3.546875 C 6.453125 -2.816406 6.316406 -2.15625 6.046875 -1.5625 C 5.566406 -0.519531 4.734375 0 3.546875 0 L 0.765625 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-13"> | |
<path style="stroke:none;" d="M 3.625 -7.0625 C 4.5 -7.0625 5.175781 -6.832031 5.65625 -6.375 C 6.132812 -5.914062 6.398438 -5.394531 6.453125 -4.8125 L 5.546875 -4.8125 C 5.441406 -5.257812 5.234375 -5.613281 4.921875 -5.875 C 4.617188 -6.132812 4.191406 -6.265625 3.640625 -6.265625 C 2.960938 -6.265625 2.414062 -6.023438 2 -5.546875 C 1.582031 -5.066406 1.375 -4.335938 1.375 -3.359375 C 1.375 -2.546875 1.5625 -1.890625 1.9375 -1.390625 C 2.3125 -0.890625 2.875 -0.640625 3.625 -0.640625 C 4.3125 -0.640625 4.832031 -0.90625 5.1875 -1.4375 C 5.375 -1.707031 5.515625 -2.070312 5.609375 -2.53125 L 6.53125 -2.53125 C 6.445312 -1.800781 6.175781 -1.191406 5.71875 -0.703125 C 5.175781 -0.117188 4.441406 0.171875 3.515625 0.171875 C 2.710938 0.171875 2.039062 -0.0664062 1.5 -0.546875 C 0.78125 -1.191406 0.421875 -2.179688 0.421875 -3.515625 C 0.421875 -4.523438 0.691406 -5.359375 1.234375 -6.015625 C 1.804688 -6.710938 2.601562 -7.0625 3.625 -7.0625 Z M 3.4375 -7.0625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-14"> | |
<path style="stroke:none;" d="M 3.3125 -3.96875 C 3.707031 -3.96875 4.015625 -4.023438 4.234375 -4.140625 C 4.578125 -4.304688 4.75 -4.613281 4.75 -5.0625 C 4.75 -5.507812 4.566406 -5.8125 4.203125 -5.96875 C 3.992188 -6.0625 3.6875 -6.109375 3.28125 -6.109375 L 1.625 -6.109375 L 1.625 -3.96875 Z M 3.625 -0.796875 C 4.195312 -0.796875 4.609375 -0.960938 4.859375 -1.296875 C 5.003906 -1.503906 5.078125 -1.753906 5.078125 -2.046875 C 5.078125 -2.546875 4.851562 -2.890625 4.40625 -3.078125 C 4.175781 -3.171875 3.863281 -3.21875 3.46875 -3.21875 L 1.625 -3.21875 L 1.625 -0.796875 Z M 0.703125 -6.875 L 3.65625 -6.875 C 4.46875 -6.875 5.039062 -6.632812 5.375 -6.15625 C 5.582031 -5.875 5.6875 -5.546875 5.6875 -5.171875 C 5.6875 -4.742188 5.5625 -4.390625 5.3125 -4.109375 C 5.1875 -3.960938 5.003906 -3.828125 4.765625 -3.703125 C 5.109375 -3.566406 5.367188 -3.414062 5.546875 -3.25 C 5.859375 -2.945312 6.015625 -2.535156 6.015625 -2.015625 C 6.015625 -1.566406 5.875 -1.164062 5.59375 -0.8125 C 5.175781 -0.269531 4.515625 0 3.609375 0 L 0.703125 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-15"> | |
<path style="stroke:none;" d="M 4.265625 -2.8125 L 3.21875 -5.859375 L 2.109375 -2.8125 Z M 2.734375 -6.875 L 3.78125 -6.875 L 6.28125 0 L 5.265625 0 L 4.5625 -2.0625 L 1.84375 -2.0625 L 1.09375 0 L 0.140625 0 Z M 3.21875 -6.875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-16"> | |
<path style="stroke:none;" d="M 2.59375 -6.703125 C 3.457031 -6.703125 4.085938 -6.347656 4.484375 -5.640625 C 4.773438 -5.085938 4.921875 -4.328125 4.921875 -3.359375 C 4.921875 -2.453125 4.785156 -1.695312 4.515625 -1.09375 C 4.128906 -0.238281 3.488281 0.1875 2.59375 0.1875 C 1.78125 0.1875 1.179688 -0.160156 0.796875 -0.859375 C 0.460938 -1.453125 0.296875 -2.238281 0.296875 -3.21875 C 0.296875 -3.976562 0.394531 -4.632812 0.59375 -5.1875 C 0.957031 -6.195312 1.625 -6.703125 2.59375 -6.703125 Z M 2.578125 -0.578125 C 3.015625 -0.578125 3.363281 -0.769531 3.625 -1.15625 C 3.882812 -1.550781 4.015625 -2.273438 4.015625 -3.328125 C 4.015625 -4.085938 3.921875 -4.710938 3.734375 -5.203125 C 3.546875 -5.703125 3.179688 -5.953125 2.640625 -5.953125 C 2.148438 -5.953125 1.789062 -5.71875 1.5625 -5.25 C 1.332031 -4.78125 1.21875 -4.09375 1.21875 -3.1875 C 1.21875 -2.5 1.289062 -1.945312 1.4375 -1.53125 C 1.65625 -0.894531 2.035156 -0.578125 2.578125 -0.578125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-17"> | |
<path style="stroke:none;" d="M 0.8125 -1.015625 L 1.796875 -1.015625 L 1.796875 0 L 0.8125 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-18"> | |
<path style="stroke:none;" d="M 0.921875 -4.75 L 0.921875 -5.390625 C 1.523438 -5.453125 1.945312 -5.550781 2.1875 -5.6875 C 2.425781 -5.832031 2.609375 -6.164062 2.734375 -6.6875 L 3.390625 -6.6875 L 3.390625 0 L 2.5 0 L 2.5 -4.75 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph0-19"> | |
<path style="stroke:none;" d="M 0 1.203125 L 0 0.71875 L 5.328125 0.71875 L 5.328125 1.203125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-0"> | |
<path style="stroke:none;" d="M 0.390625 0 L 0.390625 -8.609375 L 7.21875 -8.609375 L 7.21875 0 Z M 6.140625 -1.078125 L 6.140625 -7.53125 L 1.46875 -7.53125 L 1.46875 -1.078125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-1"> | |
<path style="stroke:none;" d="M 3.265625 -0.6875 C 3.960938 -0.6875 4.441406 -0.945312 4.703125 -1.46875 C 4.960938 -2 5.09375 -2.585938 5.09375 -3.234375 C 5.09375 -3.828125 5 -4.304688 4.8125 -4.671875 C 4.507812 -5.242188 4 -5.53125 3.28125 -5.53125 C 2.632812 -5.53125 2.164062 -5.285156 1.875 -4.796875 C 1.582031 -4.304688 1.4375 -3.710938 1.4375 -3.015625 C 1.4375 -2.347656 1.582031 -1.789062 1.875 -1.34375 C 2.164062 -0.90625 2.628906 -0.6875 3.265625 -0.6875 Z M 3.3125 -6.453125 C 4.113281 -6.453125 4.789062 -6.179688 5.34375 -5.640625 C 5.90625 -5.109375 6.1875 -4.316406 6.1875 -3.265625 C 6.1875 -2.253906 5.941406 -1.414062 5.453125 -0.75 C 4.960938 -0.09375 4.203125 0.234375 3.171875 0.234375 C 2.304688 0.234375 1.617188 -0.0546875 1.109375 -0.640625 C 0.597656 -1.234375 0.34375 -2.019531 0.34375 -3 C 0.34375 -4.050781 0.609375 -4.890625 1.140625 -5.515625 C 1.679688 -6.140625 2.40625 -6.453125 3.3125 -6.453125 Z M 3.265625 -6.421875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-2"> | |
<path style="stroke:none;" d="M 1.4375 -3.0625 C 1.4375 -2.394531 1.578125 -1.832031 1.859375 -1.375 C 2.148438 -0.925781 2.609375 -0.703125 3.234375 -0.703125 C 3.722656 -0.703125 4.125 -0.910156 4.4375 -1.328125 C 4.757812 -1.742188 4.921875 -2.347656 4.921875 -3.140625 C 4.921875 -3.929688 4.753906 -4.515625 4.421875 -4.890625 C 4.097656 -5.273438 3.703125 -5.46875 3.234375 -5.46875 C 2.703125 -5.46875 2.269531 -5.265625 1.9375 -4.859375 C 1.601562 -4.453125 1.4375 -3.851562 1.4375 -3.0625 Z M 3.03125 -6.390625 C 3.507812 -6.390625 3.910156 -6.285156 4.234375 -6.078125 C 4.421875 -5.960938 4.632812 -5.757812 4.875 -5.46875 L 4.875 -8.640625 L 5.890625 -8.640625 L 5.890625 0 L 4.9375 0 L 4.9375 -0.875 C 4.695312 -0.488281 4.40625 -0.207031 4.0625 -0.03125 C 3.726562 0.132812 3.34375 0.21875 2.90625 0.21875 C 2.207031 0.21875 1.601562 -0.0703125 1.09375 -0.65625 C 0.582031 -1.25 0.328125 -2.03125 0.328125 -3 C 0.328125 -3.914062 0.5625 -4.707031 1.03125 -5.375 C 1.5 -6.050781 2.164062 -6.390625 3.03125 -6.390625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-3"> | |
<path style="stroke:none;" d="M 1.40625 -1.96875 C 1.4375 -1.613281 1.523438 -1.34375 1.671875 -1.15625 C 1.929688 -0.820312 2.390625 -0.65625 3.046875 -0.65625 C 3.441406 -0.65625 3.785156 -0.738281 4.078125 -0.90625 C 4.378906 -1.070312 4.53125 -1.332031 4.53125 -1.6875 C 4.53125 -1.957031 4.410156 -2.164062 4.171875 -2.3125 C 4.015625 -2.394531 3.710938 -2.492188 3.265625 -2.609375 L 2.421875 -2.8125 C 1.890625 -2.945312 1.5 -3.097656 1.25 -3.265625 C 0.789062 -3.546875 0.5625 -3.941406 0.5625 -4.453125 C 0.5625 -5.046875 0.773438 -5.523438 1.203125 -5.890625 C 1.628906 -6.253906 2.207031 -6.4375 2.9375 -6.4375 C 3.875 -6.4375 4.550781 -6.160156 4.96875 -5.609375 C 5.238281 -5.253906 5.367188 -4.875 5.359375 -4.46875 L 4.359375 -4.46875 C 4.335938 -4.707031 4.253906 -4.925781 4.109375 -5.125 C 3.867188 -5.394531 3.445312 -5.53125 2.84375 -5.53125 C 2.445312 -5.53125 2.144531 -5.453125 1.9375 -5.296875 C 1.738281 -5.148438 1.640625 -4.953125 1.640625 -4.703125 C 1.640625 -4.429688 1.773438 -4.210938 2.046875 -4.046875 C 2.203125 -3.953125 2.429688 -3.867188 2.734375 -3.796875 L 3.421875 -3.625 C 4.179688 -3.4375 4.691406 -3.257812 4.953125 -3.09375 C 5.359375 -2.820312 5.5625 -2.394531 5.5625 -1.8125 C 5.5625 -1.257812 5.347656 -0.78125 4.921875 -0.375 C 4.503906 0.03125 3.863281 0.234375 3 0.234375 C 2.0625 0.234375 1.394531 0.0234375 1 -0.390625 C 0.613281 -0.816406 0.410156 -1.34375 0.390625 -1.96875 Z M 2.953125 -6.421875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-4"> | |
<path style="stroke:none;" d="M 0 1.5 L 0 0.90625 L 6.671875 0.90625 L 6.671875 1.5 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-5"> | |
<path style="stroke:none;" d="M 0.796875 -6.28125 L 1.8125 -6.28125 L 1.8125 -5.1875 C 1.882812 -5.40625 2.082031 -5.664062 2.40625 -5.96875 C 2.726562 -6.269531 3.097656 -6.421875 3.515625 -6.421875 C 3.535156 -6.421875 3.566406 -6.414062 3.609375 -6.40625 C 3.660156 -6.40625 3.742188 -6.398438 3.859375 -6.390625 L 3.859375 -5.28125 C 3.796875 -5.289062 3.738281 -5.296875 3.6875 -5.296875 C 3.632812 -5.296875 3.578125 -5.296875 3.515625 -5.296875 C 2.984375 -5.296875 2.570312 -5.125 2.28125 -4.78125 C 2 -4.445312 1.859375 -4.054688 1.859375 -3.609375 L 1.859375 0 L 0.796875 0 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-6"> | |
<path style="stroke:none;" d="M 1.578125 -1.671875 C 1.578125 -1.367188 1.6875 -1.128906 1.90625 -0.953125 C 2.132812 -0.773438 2.398438 -0.6875 2.703125 -0.6875 C 3.078125 -0.6875 3.4375 -0.769531 3.78125 -0.9375 C 4.375 -1.226562 4.671875 -1.695312 4.671875 -2.34375 L 4.671875 -3.1875 C 4.535156 -3.113281 4.363281 -3.046875 4.15625 -2.984375 C 3.957031 -2.929688 3.757812 -2.894531 3.5625 -2.875 L 2.9375 -2.796875 C 2.550781 -2.742188 2.257812 -2.660156 2.0625 -2.546875 C 1.738281 -2.367188 1.578125 -2.078125 1.578125 -1.671875 Z M 4.140625 -3.796875 C 4.378906 -3.828125 4.539062 -3.929688 4.625 -4.109375 C 4.664062 -4.203125 4.6875 -4.335938 4.6875 -4.515625 C 4.6875 -4.867188 4.554688 -5.125 4.296875 -5.28125 C 4.046875 -5.445312 3.6875 -5.53125 3.21875 -5.53125 C 2.664062 -5.53125 2.273438 -5.382812 2.046875 -5.09375 C 1.910156 -4.925781 1.820312 -4.679688 1.78125 -4.359375 L 0.796875 -4.359375 C 0.816406 -5.128906 1.066406 -5.664062 1.546875 -5.96875 C 2.035156 -6.269531 2.597656 -6.421875 3.234375 -6.421875 C 3.972656 -6.421875 4.570312 -6.28125 5.03125 -6 C 5.488281 -5.71875 5.71875 -5.28125 5.71875 -4.6875 L 5.71875 -1.078125 C 5.71875 -0.972656 5.738281 -0.882812 5.78125 -0.8125 C 5.832031 -0.75 5.929688 -0.71875 6.078125 -0.71875 C 6.117188 -0.71875 6.164062 -0.71875 6.21875 -0.71875 C 6.28125 -0.726562 6.347656 -0.738281 6.421875 -0.75 L 6.421875 0.03125 C 6.253906 0.0703125 6.125 0.0976562 6.03125 0.109375 C 5.945312 0.128906 5.832031 0.140625 5.6875 0.140625 C 5.320312 0.140625 5.0625 0.0078125 4.90625 -0.25 C 4.8125 -0.382812 4.75 -0.578125 4.71875 -0.828125 C 4.5 -0.546875 4.1875 -0.300781 3.78125 -0.09375 C 3.382812 0.113281 2.945312 0.21875 2.46875 0.21875 C 1.882812 0.21875 1.40625 0.0390625 1.03125 -0.3125 C 0.664062 -0.664062 0.484375 -1.109375 0.484375 -1.640625 C 0.484375 -2.222656 0.664062 -2.675781 1.03125 -3 C 1.394531 -3.320312 1.867188 -3.519531 2.453125 -3.59375 Z M 3.265625 -6.421875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-7"> | |
<path style="stroke:none;" d="M 0.984375 -8.03125 L 2.046875 -8.03125 L 2.046875 -6.28125 L 3.046875 -6.28125 L 3.046875 -5.421875 L 2.046875 -5.421875 L 2.046875 -1.3125 C 2.046875 -1.09375 2.125 -0.945312 2.28125 -0.875 C 2.351562 -0.832031 2.488281 -0.8125 2.6875 -0.8125 C 2.738281 -0.8125 2.789062 -0.8125 2.84375 -0.8125 C 2.90625 -0.820312 2.972656 -0.828125 3.046875 -0.828125 L 3.046875 0 C 2.929688 0.03125 2.804688 0.0507812 2.671875 0.0625 C 2.546875 0.0820312 2.40625 0.09375 2.25 0.09375 C 1.757812 0.09375 1.425781 -0.03125 1.25 -0.28125 C 1.070312 -0.53125 0.984375 -0.859375 0.984375 -1.265625 L 0.984375 -5.421875 L 0.140625 -5.421875 L 0.140625 -6.28125 L 0.984375 -6.28125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph1-8"> | |
<path style="stroke:none;" d="M 0.78125 -6.25 L 1.84375 -6.25 L 1.84375 0 L 0.78125 0 Z M 0.78125 -8.609375 L 1.84375 -8.609375 L 1.84375 -7.40625 L 0.78125 -7.40625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-0"> | |
<path style="stroke:none;" d="M 0 -0.390625 L -8.609375 -0.390625 L -8.609375 -7.21875 L 0 -7.21875 Z M -1.078125 -6.140625 L -7.53125 -6.140625 L -7.53125 -1.46875 L -1.078125 -1.46875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-1"> | |
<path style="stroke:none;" d="M -6.390625 -2.984375 C -6.390625 -3.484375 -6.269531 -3.914062 -6.03125 -4.28125 C -5.882812 -4.476562 -5.679688 -4.679688 -5.421875 -4.890625 L -6.21875 -4.890625 L -6.21875 -5.859375 L -0.515625 -5.859375 C 0.285156 -5.859375 0.914062 -5.742188 1.375 -5.515625 C 2.226562 -5.078125 2.65625 -4.25 2.65625 -3.03125 C 2.65625 -2.351562 2.503906 -1.785156 2.203125 -1.328125 C 1.898438 -0.867188 1.425781 -0.609375 0.78125 -0.546875 L 0.78125 -1.625 C 1.0625 -1.675781 1.28125 -1.773438 1.4375 -1.921875 C 1.664062 -2.160156 1.78125 -2.535156 1.78125 -3.046875 C 1.78125 -3.859375 1.492188 -4.390625 0.921875 -4.640625 C 0.585938 -4.785156 -0.0078125 -4.851562 -0.875 -4.84375 C -0.550781 -4.632812 -0.3125 -4.378906 -0.15625 -4.078125 C 0 -3.785156 0.078125 -3.394531 0.078125 -2.90625 C 0.078125 -2.226562 -0.160156 -1.632812 -0.640625 -1.125 C -1.128906 -0.613281 -1.929688 -0.359375 -3.046875 -0.359375 C -4.097656 -0.359375 -4.914062 -0.613281 -5.5 -1.125 C -6.09375 -1.644531 -6.390625 -2.265625 -6.390625 -2.984375 Z M -3.171875 -4.890625 C -3.941406 -4.890625 -4.515625 -4.726562 -4.890625 -4.40625 C -5.265625 -4.082031 -5.453125 -3.675781 -5.453125 -3.1875 C -5.453125 -2.4375 -5.101562 -1.925781 -4.40625 -1.65625 C -4.039062 -1.507812 -3.554688 -1.4375 -2.953125 -1.4375 C -2.242188 -1.4375 -1.703125 -1.578125 -1.328125 -1.859375 C -0.960938 -2.148438 -0.78125 -2.539062 -0.78125 -3.03125 C -0.78125 -3.789062 -1.125 -4.320312 -1.8125 -4.625 C -2.195312 -4.800781 -2.648438 -4.890625 -3.171875 -4.890625 Z M -6.421875 -3.109375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-2"> | |
<path style="stroke:none;" d="M -6.28125 -0.796875 L -6.28125 -1.8125 L -5.1875 -1.8125 C -5.40625 -1.882812 -5.664062 -2.082031 -5.96875 -2.40625 C -6.269531 -2.726562 -6.421875 -3.097656 -6.421875 -3.515625 C -6.421875 -3.535156 -6.414062 -3.566406 -6.40625 -3.609375 C -6.40625 -3.660156 -6.398438 -3.742188 -6.390625 -3.859375 L -5.28125 -3.859375 C -5.289062 -3.796875 -5.296875 -3.738281 -5.296875 -3.6875 C -5.296875 -3.632812 -5.296875 -3.578125 -5.296875 -3.515625 C -5.296875 -2.984375 -5.125 -2.570312 -4.78125 -2.28125 C -4.445312 -2 -4.054688 -1.859375 -3.609375 -1.859375 L 0 -1.859375 L 0 -0.796875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-3"> | |
<path style="stroke:none;" d="M -0.6875 -3.265625 C -0.6875 -3.960938 -0.945312 -4.441406 -1.46875 -4.703125 C -2 -4.960938 -2.585938 -5.09375 -3.234375 -5.09375 C -3.828125 -5.09375 -4.304688 -5 -4.671875 -4.8125 C -5.242188 -4.507812 -5.53125 -4 -5.53125 -3.28125 C -5.53125 -2.632812 -5.285156 -2.164062 -4.796875 -1.875 C -4.304688 -1.582031 -3.710938 -1.4375 -3.015625 -1.4375 C -2.347656 -1.4375 -1.789062 -1.582031 -1.34375 -1.875 C -0.90625 -2.164062 -0.6875 -2.628906 -0.6875 -3.265625 Z M -6.453125 -3.3125 C -6.453125 -4.113281 -6.179688 -4.789062 -5.640625 -5.34375 C -5.109375 -5.90625 -4.316406 -6.1875 -3.265625 -6.1875 C -2.253906 -6.1875 -1.414062 -5.941406 -0.75 -5.453125 C -0.09375 -4.960938 0.234375 -4.203125 0.234375 -3.171875 C 0.234375 -2.304688 -0.0546875 -1.617188 -0.640625 -1.109375 C -1.234375 -0.597656 -2.019531 -0.34375 -3 -0.34375 C -4.050781 -0.34375 -4.890625 -0.609375 -5.515625 -1.140625 C -6.140625 -1.679688 -6.453125 -2.40625 -6.453125 -3.3125 Z M -6.421875 -3.265625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-4"> | |
<path style="stroke:none;" d="M -6.28125 -1.828125 L -2.109375 -1.828125 C -1.785156 -1.828125 -1.523438 -1.878906 -1.328125 -1.984375 C -0.953125 -2.171875 -0.765625 -2.519531 -0.765625 -3.03125 C -0.765625 -3.757812 -1.09375 -4.257812 -1.75 -4.53125 C -2.101562 -4.675781 -2.582031 -4.75 -3.1875 -4.75 L -6.28125 -4.75 L -6.28125 -5.796875 L 0 -5.796875 L 0 -4.8125 L -0.921875 -4.8125 C -0.679688 -4.675781 -0.484375 -4.507812 -0.328125 -4.3125 C 0.00390625 -3.90625 0.171875 -3.414062 0.171875 -2.84375 C 0.171875 -1.945312 -0.128906 -1.335938 -0.734375 -1.015625 C -1.046875 -0.835938 -1.472656 -0.75 -2.015625 -0.75 L -6.28125 -0.75 Z M -6.421875 -3.28125 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph2-5"> | |
<path style="stroke:none;" d="M -0.703125 -3.421875 C -0.703125 -3.910156 -0.910156 -4.316406 -1.328125 -4.640625 C -1.742188 -4.972656 -2.359375 -5.140625 -3.171875 -5.140625 C -3.671875 -5.140625 -4.101562 -5.066406 -4.46875 -4.921875 C -5.15625 -4.648438 -5.5 -4.148438 -5.5 -3.421875 C -5.5 -2.691406 -5.132812 -2.191406 -4.40625 -1.921875 C -4.019531 -1.773438 -3.523438 -1.703125 -2.921875 -1.703125 C -2.429688 -1.703125 -2.019531 -1.773438 -1.6875 -1.921875 C -1.03125 -2.191406 -0.703125 -2.691406 -0.703125 -3.421875 Z M -6.25 -0.6875 L -6.25 -1.71875 L -5.421875 -1.71875 C -5.703125 -1.925781 -5.921875 -2.15625 -6.078125 -2.40625 C -6.304688 -2.757812 -6.421875 -3.175781 -6.421875 -3.65625 C -6.421875 -4.375 -6.148438 -4.976562 -5.609375 -5.46875 C -5.066406 -5.96875 -4.289062 -6.21875 -3.28125 -6.21875 C -1.90625 -6.21875 -0.925781 -5.859375 -0.34375 -5.140625 C 0.03125 -4.691406 0.21875 -4.164062 0.21875 -3.5625 C 0.21875 -3.09375 0.113281 -2.695312 -0.09375 -2.375 C -0.21875 -2.1875 -0.421875 -1.976562 -0.703125 -1.75 L 2.5 -1.75 L 2.5 -0.6875 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-0"> | |
<path style="stroke:none;" d="M 0.71875 0 L 0.71875 -6.90625 L 6.28125 -6.90625 L 6.28125 0 Z M 5.421875 -0.859375 L 5.421875 -6.046875 L 1.578125 -6.046875 L 1.578125 -0.859375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-1"> | |
<path style="stroke:none;" d="M 3.671875 -3.28125 C 3.648438 -3.46875 3.585938 -3.640625 3.484375 -3.796875 C 3.328125 -3.992188 3.09375 -4.09375 2.78125 -4.09375 C 2.332031 -4.09375 2.023438 -3.867188 1.859375 -3.421875 C 1.773438 -3.191406 1.734375 -2.878906 1.734375 -2.484375 C 1.734375 -2.109375 1.773438 -1.804688 1.859375 -1.578125 C 2.015625 -1.148438 2.316406 -0.9375 2.765625 -0.9375 C 3.078125 -0.9375 3.296875 -1.019531 3.421875 -1.1875 C 3.554688 -1.363281 3.632812 -1.582031 3.65625 -1.84375 L 5.03125 -1.84375 C 5 -1.4375 4.851562 -1.054688 4.59375 -0.703125 C 4.164062 -0.117188 3.539062 0.171875 2.71875 0.171875 C 1.90625 0.171875 1.300781 -0.0664062 0.90625 -0.546875 C 0.519531 -1.035156 0.328125 -1.671875 0.328125 -2.453125 C 0.328125 -3.328125 0.539062 -4.007812 0.96875 -4.5 C 1.394531 -4.988281 1.988281 -5.234375 2.75 -5.234375 C 3.382812 -5.234375 3.90625 -5.085938 4.3125 -4.796875 C 4.71875 -4.503906 4.960938 -4 5.046875 -3.28125 Z M 2.765625 -5.234375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-2"> | |
<path style="stroke:none;" d="M 1.984375 0 L 0.65625 0 L 0.65625 -6.90625 L 1.984375 -6.90625 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-3"> | |
<path style="stroke:none;" d="M 3.4375 -2.484375 C 3.351562 -2.429688 3.265625 -2.390625 3.171875 -2.359375 C 3.085938 -2.328125 2.972656 -2.296875 2.828125 -2.265625 L 2.53125 -2.203125 C 2.25 -2.148438 2.046875 -2.09375 1.921875 -2.03125 C 1.710938 -1.90625 1.609375 -1.710938 1.609375 -1.453125 C 1.609375 -1.222656 1.671875 -1.054688 1.796875 -0.953125 C 1.929688 -0.859375 2.085938 -0.8125 2.265625 -0.8125 C 2.554688 -0.8125 2.820312 -0.894531 3.0625 -1.0625 C 3.300781 -1.226562 3.425781 -1.535156 3.4375 -1.984375 Z M 2.625 -3.109375 C 2.875 -3.140625 3.050781 -3.175781 3.15625 -3.21875 C 3.34375 -3.300781 3.4375 -3.429688 3.4375 -3.609375 C 3.4375 -3.816406 3.363281 -3.957031 3.21875 -4.03125 C 3.070312 -4.113281 2.859375 -4.15625 2.578125 -4.15625 C 2.265625 -4.15625 2.046875 -4.078125 1.921875 -3.921875 C 1.828125 -3.804688 1.765625 -3.648438 1.734375 -3.453125 L 0.4375 -3.453125 C 0.46875 -3.898438 0.59375 -4.265625 0.8125 -4.546875 C 1.164062 -5.003906 1.769531 -5.234375 2.625 -5.234375 C 3.1875 -5.234375 3.6875 -5.117188 4.125 -4.890625 C 4.5625 -4.671875 4.78125 -4.253906 4.78125 -3.640625 L 4.78125 -1.296875 C 4.78125 -1.128906 4.78125 -0.929688 4.78125 -0.703125 C 4.789062 -0.523438 4.816406 -0.40625 4.859375 -0.34375 C 4.898438 -0.28125 4.96875 -0.234375 5.0625 -0.203125 L 5.0625 0 L 3.609375 0 C 3.566406 -0.101562 3.535156 -0.195312 3.515625 -0.28125 C 3.503906 -0.375 3.492188 -0.476562 3.484375 -0.59375 C 3.296875 -0.394531 3.082031 -0.226562 2.84375 -0.09375 C 2.5625 0.0703125 2.238281 0.15625 1.875 0.15625 C 1.414062 0.15625 1.035156 0.0234375 0.734375 -0.234375 C 0.429688 -0.492188 0.28125 -0.867188 0.28125 -1.359375 C 0.28125 -1.984375 0.519531 -2.4375 1 -2.71875 C 1.269531 -2.875 1.660156 -2.984375 2.171875 -3.046875 Z M 2.703125 -5.234375 Z "/> | |
</symbol> | |
<symbol overflow="visible" id="glyph3-4"> | |
<path style="stroke:none;" d="M 1.65625 -1.625 C 1.6875 -1.394531 1.75 -1.226562 1.84375 -1.125 C 2.007812 -0.945312 2.316406 -0.859375 2.765625 -0.859375 C 3.023438 -0.859375 3.234375 -0.894531 3.390625 -0.96875 C 3.546875 -1.050781 3.625 -1.171875 3.625 -1.328125 C 3.625 -1.472656 3.5625 -1.585938 3.4375 -1.671875 C 3.3125 -1.742188 2.847656 -1.878906 2.046875 -2.078125 C 1.460938 -2.210938 1.050781 -2.390625 0.8125 -2.609375 C 0.582031 -2.816406 0.46875 -3.125 0.46875 -3.53125 C 0.46875 -4 0.648438 -4.398438 1.015625 -4.734375 C 1.390625 -5.078125 1.910156 -5.25 2.578125 -5.25 C 3.210938 -5.25 3.726562 -5.117188 4.125 -4.859375 C 4.53125 -4.609375 4.765625 -4.171875 4.828125 -3.546875 L 3.5 -3.546875 C 3.476562 -3.722656 3.425781 -3.859375 3.34375 -3.953125 C 3.195312 -4.140625 2.945312 -4.234375 2.59375 -4.234375 C 2.3125 -4.234375 2.109375 -4.1875 1.984375 -4.09375 C 1.859375 -4 1.796875 -3.894531 1.796875 -3.78125 C 1.796875 -3.625 1.859375 -3.507812 1.984375 -3.4375 C 2.117188 -3.363281 2.582031 -3.242188 3.375 -3.078125 C 3.90625 -2.953125 4.304688 -2.757812 4.578125 -2.5 C 4.835938 -2.25 4.96875 -1.929688 4.96875 -1.546875 C 4.96875 -1.035156 4.78125 -0.617188 4.40625 -0.296875 C 4.03125 0.015625 3.445312 0.171875 2.65625 0.171875 C 1.851562 0.171875 1.257812 0.00390625 0.875 -0.328125 C 0.5 -0.671875 0.3125 -1.101562 0.3125 -1.625 Z M 2.6875 -5.234375 Z "/> | |
</symbol> | |
</g> | |
<clipPath id="clip1"> | |
<path d="M 66.886719 14.398438 L 352 14.398438 L 352 468 L 66.886719 468 Z "/> | |
</clipPath> | |
<clipPath id="clip2"> | |
<path d="M 79 14.398438 L 81 14.398438 L 81 468 L 79 468 Z "/> | |
</clipPath> | |
<clipPath id="clip3"> | |
<path d="M 111 14.398438 L 113 14.398438 L 113 468 L 111 468 Z "/> | |
</clipPath> | |
<clipPath id="clip4"> | |
<path d="M 176 14.398438 L 178 14.398438 L 178 468 L 176 468 Z "/> | |
</clipPath> | |
<clipPath id="clip5"> | |
<path d="M 241 14.398438 L 242 14.398438 L 242 468 L 241 468 Z "/> | |
</clipPath> | |
<clipPath id="clip6"> | |
<path d="M 305 14.398438 L 307 14.398438 L 307 468 L 305 468 Z "/> | |
</clipPath> | |
<clipPath id="clip7"> | |
<path d="M 338 14.398438 L 339 14.398438 L 339 468 L 338 468 Z "/> | |
</clipPath> | |
<clipPath id="clip8"> | |
<path d="M 143 14.398438 L 146 14.398438 L 146 468 L 143 468 Z "/> | |
</clipPath> | |
<clipPath id="clip9"> | |
<path d="M 208 14.398438 L 210 14.398438 L 210 468 L 208 468 Z "/> | |
</clipPath> | |
<clipPath id="clip10"> | |
<path d="M 273 14.398438 L 275 14.398438 L 275 468 L 273 468 Z "/> | |
</clipPath> | |
<clipPath id="clip11"> | |
<path d="M 208 14.398438 L 210 14.398438 L 210 468 L 208 468 Z "/> | |
</clipPath> | |
</defs> | |
<g id="surface1"> | |
<rect x="0" y="0" width="432" height="504" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/> | |
<rect x="0" y="0" width="432" height="504" style="fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;"/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0 504 L 432 504 L 432 0 L 0 0 Z "/> | |
<g clip-path="url(#clip1)" clip-rule="nonzero"> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(86.666667%,86.666667%,100%);fill-opacity:1;" d="M 66.886719 467.027344 L 351.453125 467.027344 L 351.453125 14.398438 L 66.886719 14.398438 Z "/> | |
</g> | |
<g clip-path="url(#clip2)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 79.824219 467.027344 L 79.824219 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip3)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 112.160156 467.027344 L 112.160156 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip4)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 176.832031 467.027344 L 176.832031 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip5)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.507812 467.027344 L 241.507812 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip6)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 306.179688 467.027344 L 306.179688 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip7)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:0.531496;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(94.901961%,94.901961%,94.901961%);stroke-opacity:1;stroke-miterlimit:10;" d="M 338.519531 467.027344 L 338.519531 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip8)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 144.496094 467.027344 L 144.496094 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip9)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 209.171875 467.027344 L 209.171875 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip10)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 273.84375 467.027344 L 273.84375 14.398438 "/> | |
</g> | |
<g clip-path="url(#clip11)" clip-rule="nonzero"> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-dasharray:4.251969,4.251969;stroke-miterlimit:10;" d="M 209.171875 467.027344 L 209.171875 14.398438 "/> | |
</g> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 198.007812 41.023438 L 232.300781 41.023438 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 212.347656 44 L 218.300781 44 L 218.300781 38.050781 L 212.347656 38.050781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 232.109375 85.402344 L 269.96875 85.402344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 247.859375 88.378906 L 253.8125 88.378906 L 253.8125 82.425781 L 247.859375 82.425781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 117.265625 129.777344 L 190.433594 129.777344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 150.957031 132.753906 L 156.90625 132.753906 L 156.90625 126.800781 L 150.957031 126.800781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 132.066406 174.152344 L 169.199219 174.152344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 147.96875 177.128906 L 153.921875 177.128906 L 153.921875 171.175781 L 147.96875 171.175781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 281.070312 218.527344 L 316.023438 218.527344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 295.042969 221.503906 L 300.996094 221.503906 L 300.996094 215.550781 L 295.042969 215.550781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 139.210938 262.902344 L 178.074219 262.902344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 156.484375 265.878906 L 162.4375 265.878906 L 162.4375 259.925781 L 156.484375 259.925781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 262.042969 307.277344 L 321.660156 307.277344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 285.382812 310.253906 L 291.335938 310.253906 L 291.335938 304.300781 L 285.382812 304.300781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 144.773438 351.652344 L 172.398438 351.652344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 155.933594 354.628906 L 161.886719 354.628906 L 161.886719 348.675781 L 155.933594 348.675781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 178.566406 396.027344 L 202.398438 396.027344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 187.539062 399.003906 L 193.492188 399.003906 L 193.492188 393.050781 L 187.539062 393.050781 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 218.207031 440.402344 L 273.8125 440.402344 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 242.605469 443.378906 L 248.558594 443.378906 L 248.558594 437.425781 L 242.605469 437.425781 Z "/> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="25.675781" y="443.839844"/> | |
<use xlink:href="#glyph0-2" x="33.138107" y="443.839844"/> | |
<use xlink:href="#glyph0-3" x="36.332901" y="443.839844"/> | |
<use xlink:href="#glyph0-4" x="41.668488" y="443.839844"/> | |
<use xlink:href="#glyph0-5" x="47.004074" y="443.839844"/> | |
<use xlink:href="#glyph0-6" x="52.339661" y="443.839844"/> | |
<use xlink:href="#glyph0-7" x="55.005112" y="443.839844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="27.804688" y="399.464844"/> | |
<use xlink:href="#glyph0-2" x="35.267014" y="399.464844"/> | |
<use xlink:href="#glyph0-3" x="38.461807" y="399.464844"/> | |
<use xlink:href="#glyph0-4" x="43.797394" y="399.464844"/> | |
<use xlink:href="#glyph0-5" x="49.13298" y="399.464844"/> | |
<use xlink:href="#glyph0-6" x="54.468567" y="399.464844"/> | |
<use xlink:href="#glyph0-8" x="57.134018" y="399.464844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.542969" y="355.089844"/> | |
<use xlink:href="#glyph0-2" x="31.005295" y="355.089844"/> | |
<use xlink:href="#glyph0-3" x="34.200089" y="355.089844"/> | |
<use xlink:href="#glyph0-4" x="39.535675" y="355.089844"/> | |
<use xlink:href="#glyph0-5" x="44.871262" y="355.089844"/> | |
<use xlink:href="#glyph0-6" x="50.206848" y="355.089844"/> | |
<use xlink:href="#glyph0-9" x="52.872299" y="355.089844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.007812" y="310.714844"/> | |
<use xlink:href="#glyph0-2" x="30.470139" y="310.714844"/> | |
<use xlink:href="#glyph0-3" x="33.664932" y="310.714844"/> | |
<use xlink:href="#glyph0-4" x="39.000519" y="310.714844"/> | |
<use xlink:href="#glyph0-5" x="44.336105" y="310.714844"/> | |
<use xlink:href="#glyph0-6" x="49.671692" y="310.714844"/> | |
<use xlink:href="#glyph0-1" x="52.337143" y="310.714844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="24.609375" y="266.339844"/> | |
<use xlink:href="#glyph0-2" x="32.071701" y="266.339844"/> | |
<use xlink:href="#glyph0-3" x="35.266495" y="266.339844"/> | |
<use xlink:href="#glyph0-4" x="40.602081" y="266.339844"/> | |
<use xlink:href="#glyph0-5" x="45.937668" y="266.339844"/> | |
<use xlink:href="#glyph0-6" x="51.273254" y="266.339844"/> | |
<use xlink:href="#glyph0-10" x="53.938705" y="266.339844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="24.074219" y="221.964844"/> | |
<use xlink:href="#glyph0-2" x="31.536545" y="221.964844"/> | |
<use xlink:href="#glyph0-3" x="34.731339" y="221.964844"/> | |
<use xlink:href="#glyph0-4" x="40.066925" y="221.964844"/> | |
<use xlink:href="#glyph0-5" x="45.402512" y="221.964844"/> | |
<use xlink:href="#glyph0-6" x="50.738098" y="221.964844"/> | |
<use xlink:href="#glyph0-11" x="53.403549" y="221.964844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.542969" y="177.589844"/> | |
<use xlink:href="#glyph0-2" x="31.005295" y="177.589844"/> | |
<use xlink:href="#glyph0-3" x="34.200089" y="177.589844"/> | |
<use xlink:href="#glyph0-4" x="39.535675" y="177.589844"/> | |
<use xlink:href="#glyph0-5" x="44.871262" y="177.589844"/> | |
<use xlink:href="#glyph0-6" x="50.206848" y="177.589844"/> | |
<use xlink:href="#glyph0-12" x="52.872299" y="177.589844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="23.542969" y="133.214844"/> | |
<use xlink:href="#glyph0-2" x="31.005295" y="133.214844"/> | |
<use xlink:href="#glyph0-3" x="34.200089" y="133.214844"/> | |
<use xlink:href="#glyph0-4" x="39.535675" y="133.214844"/> | |
<use xlink:href="#glyph0-5" x="44.871262" y="133.214844"/> | |
<use xlink:href="#glyph0-6" x="50.206848" y="133.214844"/> | |
<use xlink:href="#glyph0-13" x="52.872299" y="133.214844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="24.074219" y="88.839844"/> | |
<use xlink:href="#glyph0-2" x="31.536545" y="88.839844"/> | |
<use xlink:href="#glyph0-3" x="34.731339" y="88.839844"/> | |
<use xlink:href="#glyph0-4" x="40.066925" y="88.839844"/> | |
<use xlink:href="#glyph0-5" x="45.402512" y="88.839844"/> | |
<use xlink:href="#glyph0-6" x="50.738098" y="88.839844"/> | |
<use xlink:href="#glyph0-14" x="53.403549" y="88.839844"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-1" x="24.074219" y="44.460938"/> | |
<use xlink:href="#glyph0-2" x="31.536545" y="44.460938"/> | |
<use xlink:href="#glyph0-3" x="34.731339" y="44.460938"/> | |
<use xlink:href="#glyph0-4" x="40.066925" y="44.460938"/> | |
<use xlink:href="#glyph0-5" x="45.402512" y="44.460938"/> | |
<use xlink:href="#glyph0-6" x="50.738098" y="44.460938"/> | |
<use xlink:href="#glyph0-15" x="53.403549" y="44.460938"/> | |
</g> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 440.402344 L 66.886719 440.402344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 396.027344 L 66.886719 396.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 351.652344 L 66.886719 351.652344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 307.277344 L 66.886719 307.277344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 262.902344 L 66.886719 262.902344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 218.527344 L 66.886719 218.527344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 174.152344 L 66.886719 174.152344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 129.777344 L 66.886719 129.777344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 85.402344 L 66.886719 85.402344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 62.636719 41.023438 L 66.886719 41.023438 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 144.496094 471.28125 L 144.496094 467.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 209.171875 471.28125 L 209.171875 467.027344 "/> | |
<path style="fill:none;stroke-width:1.062992;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(49.803922%,49.803922%,49.803922%);stroke-opacity:1;stroke-miterlimit:10;" d="M 273.84375 471.28125 L 273.84375 467.027344 "/> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-16" x="137.828125" y="480.992188"/> | |
<use xlink:href="#glyph0-17" x="143.163712" y="480.992188"/> | |
<use xlink:href="#glyph0-18" x="145.829163" y="480.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-18" x="202.503906" y="480.992188"/> | |
<use xlink:href="#glyph0-17" x="207.839493" y="480.992188"/> | |
<use xlink:href="#glyph0-16" x="210.504944" y="480.992188"/> | |
</g> | |
<g style="fill:rgb(49.803922%,49.803922%,49.803922%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-18" x="264.507812" y="480.992188"/> | |
<use xlink:href="#glyph0-16" x="269.843399" y="480.992188"/> | |
<use xlink:href="#glyph0-17" x="275.178986" y="480.992188"/> | |
<use xlink:href="#glyph0-16" x="277.844437" y="480.992188"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph1-1" x="181.152344" y="493.199219"/> | |
<use xlink:href="#glyph1-2" x="187.826172" y="493.199219"/> | |
<use xlink:href="#glyph1-2" x="194.5" y="493.199219"/> | |
<use xlink:href="#glyph1-3" x="201.173828" y="493.199219"/> | |
<use xlink:href="#glyph1-4" x="207.173828" y="493.199219"/> | |
<use xlink:href="#glyph1-5" x="213.847656" y="493.199219"/> | |
<use xlink:href="#glyph1-6" x="217.84375" y="493.199219"/> | |
<use xlink:href="#glyph1-7" x="224.517578" y="493.199219"/> | |
<use xlink:href="#glyph1-8" x="227.851562" y="493.199219"/> | |
<use xlink:href="#glyph1-1" x="230.517578" y="493.199219"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph2-1" x="19.410156" y="256.058594"/> | |
<use xlink:href="#glyph2-2" x="19.410156" y="249.384766"/> | |
<use xlink:href="#glyph2-3" x="19.410156" y="245.388672"/> | |
<use xlink:href="#glyph2-4" x="19.410156" y="238.714844"/> | |
<use xlink:href="#glyph2-5" x="19.410156" y="232.041016"/> | |
</g> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 361.488281 267.859375 L 407.566406 267.859375 L 407.566406 213.570312 L 361.488281 213.570312 Z "/> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph3-1" x="365.738281" y="224.726562"/> | |
<use xlink:href="#glyph3-2" x="371.073868" y="224.726562"/> | |
<use xlink:href="#glyph3-3" x="373.739319" y="224.726562"/> | |
<use xlink:href="#glyph3-4" x="379.074905" y="224.726562"/> | |
<use xlink:href="#glyph3-4" x="384.410492" y="224.726562"/> | |
</g> | |
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 365.738281 246.328125 L 383.019531 246.328125 L 383.019531 229.046875 L 365.738281 229.046875 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(100%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 367.46875 237.6875 L 381.292969 237.6875 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,0%,100%);fill-opacity:1;" d="M 371.402344 240.664062 L 377.355469 240.664062 L 377.355469 234.710938 L 371.402344 234.710938 Z "/> | |
<path style="fill-rule:nonzero;fill:rgb(94.901961%,94.901961%,94.901961%);fill-opacity:1;stroke-width:1.062992;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 365.738281 263.609375 L 383.019531 263.609375 L 383.019531 246.328125 L 365.738281 246.328125 Z "/> | |
<path style="fill:none;stroke-width:1.488189;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(26.666667%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 367.46875 254.96875 L 381.292969 254.96875 "/> | |
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(26.666667%,0%,100%);fill-opacity:1;" d="M 371.402344 257.945312 L 377.355469 257.945312 L 377.355469 251.992188 L 371.402344 251.992188 Z "/> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-15" x="385.179688" y="241.125"/> | |
<use xlink:href="#glyph0-19" x="391.578644" y="241.125"/> | |
<use xlink:href="#glyph0-11" x="396.91423" y="241.125"/> | |
</g> | |
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;"> | |
<use xlink:href="#glyph0-10" x="385.179688" y="258.40625"/> | |
<use xlink:href="#glyph0-19" x="391.039932" y="258.40625"/> | |
<use xlink:href="#glyph0-7" x="396.375519" y="258.40625"/> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment