testio-tailwind 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +46 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -76
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -83
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -281
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -97
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -304
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +331 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +83 -83
- package/src/pages/icons/marketingicons.haml +15 -15
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +6 -6
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +536 -208
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_purple_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_purple_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_purpleteal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
-
<g>
|
|
12
|
-
<g>
|
|
13
|
-
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(120,234,193);"/>
|
|
14
|
-
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.455,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
17
|
-
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_purpleteal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(120,234,193);"/>
|
|
14
|
+
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.455,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
17
|
+
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_purpleteal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
-
<g>
|
|
12
|
-
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(120,234,193);"/>
|
|
13
|
-
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.455,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
14
|
-
</g>
|
|
15
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
16
|
-
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_purpleteal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
+
<g>
|
|
12
|
+
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(120,234,193);"/>
|
|
13
|
+
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.455,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
16
|
+
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_teal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_teal_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_teal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_teal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_tealpurple_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.178 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.404,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.178 216.23,17.297C216.23,22.589 212.46,26.504 207.747,26.504C203.034,26.504 199.264,22.589 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.067 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.067 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.57 114.683,30.836 117.992,30.782C123.357,30.782 126.474,27.338 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.372 123.937,10.735L125.967,6.929C123.857,5.054 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.544 121.798,18.747 121.798,23.351C121.798,25.453 120.022,26.468 118.064,26.468C115.675,26.334 113.406,25.373 111.648,23.749L109.11,27.266ZM84.423,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.399L97.764,19.399L97.764,15.375L89.1,15.375L89.1,8.633L99.83,8.633L99.83,4.609L84.423,4.609L84.423,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
-
<g>
|
|
12
|
-
<g>
|
|
13
|
-
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(121,84,255);"/>
|
|
14
|
-
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.164C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.09 11.497,18.802 11.497,17.477C11.497,14.209 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.454,11.52C17.919,11.522 18.381,11.578 18.833,11.686L20.838,9.317C19.764,8.871 18.613,8.641 17.45,8.641C12.607,8.641 8.623,12.626 8.623,17.469C8.623,18.761 8.906,20.038 9.454,21.209L12.718,21.209Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path d="M17.478,0C7.949,-0.059 0.059,7.734 -0,17.263L-0,17.693C0.004,19.65 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.432L17.301,23.432C17.353,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.479 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.998C25.868,14.357 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.164 17.727,26.299L17.162,26.295L2.347,26.308C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.693L34.956,17.263C34.897,7.734 27.007,-0.059 17.478,0ZM18.833,11.686C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.802 11.939,20.09 12.753,21.136C12.759,21.144 12.763,21.154 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.038 8.623,18.761 8.623,17.469C8.623,12.626 12.607,8.641 17.45,8.641C18.613,8.641 19.764,8.871 20.838,9.317L18.833,11.686ZM23.366,13.005C23.094,13.276 22.726,13.428 22.343,13.428C21.549,13.428 20.897,12.775 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.688 23.366,10.959C23.637,11.23 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
-
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.482 17.301,23.432L10.939,23.432L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.393 2.347,26.308L17.162,26.295L17.727,26.299C22.467,26.164 26.292,22.228 26.292,17.487C26.292,15.908 25.868,14.357 25.064,12.998L23.034,15.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_tealpurple_black" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.178 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.404,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.178 216.23,17.297C216.23,22.589 212.46,26.504 207.747,26.504C203.034,26.504 199.264,22.589 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.067 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.067 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.57 114.683,30.836 117.992,30.782C123.357,30.782 126.474,27.338 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.372 123.937,10.735L125.967,6.929C123.857,5.054 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.544 121.798,18.747 121.798,23.351C121.798,25.453 120.022,26.468 118.064,26.468C115.675,26.334 113.406,25.373 111.648,23.749L109.11,27.266ZM84.423,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.399L97.764,19.399L97.764,15.375L89.1,15.375L89.1,8.633L99.83,8.633L99.83,4.609L84.423,4.609L84.423,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(121,84,255);"/>
|
|
14
|
+
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.164C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.09 11.497,18.802 11.497,17.477C11.497,14.209 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.454,11.52C17.919,11.522 18.381,11.578 18.833,11.686L20.838,9.317C19.764,8.871 18.613,8.641 17.45,8.641C12.607,8.641 8.623,12.626 8.623,17.469C8.623,18.761 8.906,20.038 9.454,21.209L12.718,21.209Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M17.478,0C7.949,-0.059 0.059,7.734 -0,17.263L-0,17.693C0.004,19.65 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.432L17.301,23.432C17.353,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.479 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.998C25.868,14.357 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.164 17.727,26.299L17.162,26.295L2.347,26.308C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.693L34.956,17.263C34.897,7.734 27.007,-0.059 17.478,0ZM18.833,11.686C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.802 11.939,20.09 12.753,21.136C12.759,21.144 12.763,21.154 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.038 8.623,18.761 8.623,17.469C8.623,12.626 12.607,8.641 17.45,8.641C18.613,8.641 19.764,8.871 20.838,9.317L18.833,11.686ZM23.366,13.005C23.094,13.276 22.726,13.428 22.343,13.428C21.549,13.428 20.897,12.775 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.688 23.366,10.959C23.637,11.23 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
+
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.482 17.301,23.432L10.939,23.432L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.393 2.347,26.308L17.162,26.295L17.727,26.299C22.467,26.164 26.292,22.228 26.292,17.487C26.292,15.908 25.868,14.357 25.064,12.998L23.034,15.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_tealpurple_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.296C199.259,17.178 199.257,17.059 199.257,16.941C199.257,12.284 203.089,8.451 207.747,8.451C212.405,8.451 216.237,12.284 216.237,16.941C216.237,17.059 216.235,17.178 216.23,17.296C216.23,22.589 212.46,26.504 207.747,26.504C203.034,26.504 199.264,22.589 199.264,17.296M194.443,17.296C194.442,17.356 194.442,17.416 194.442,17.476C194.442,24.775 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.775 221.052,17.476C221.052,17.416 221.052,17.356 221.051,17.296C220.952,10.067 214.977,4.173 207.747,4.173C200.517,4.173 194.542,10.067 194.443,17.296M179.218,30.346L183.894,30.346L183.894,4.608L179.218,4.608L179.218,30.346ZM142.279,30.346L146.955,30.346L146.955,8.632L155.402,8.632L155.402,4.608L133.833,4.608L133.833,8.632L142.279,8.632L142.279,30.346ZM109.11,27.265C111.485,29.57 114.683,30.836 117.992,30.781C123.357,30.781 126.474,27.338 126.474,23.241C126.474,15.012 114.367,16.136 114.367,11.569C114.367,9.756 116.07,8.487 118.245,8.487C120.34,8.581 122.344,9.372 123.937,10.735L125.967,6.929C123.857,5.054 121.102,4.066 118.282,4.173C113.352,4.173 109.654,7.363 109.654,11.641C109.654,19.544 121.798,18.746 121.798,23.35C121.798,25.453 120.022,26.468 118.064,26.468C115.675,26.334 113.406,25.372 111.648,23.749L109.11,27.265ZM84.424,30.346L100.41,30.346L100.41,26.323L89.1,26.323L89.1,19.399L97.764,19.399L97.764,15.375L89.1,15.375L89.1,8.632L99.83,8.632L99.83,4.608L84.424,4.608L84.424,30.346ZM62.093,30.346L66.769,30.346L66.769,8.632L75.216,8.632L75.216,4.608L53.647,4.608L53.647,8.632L62.093,8.632L62.093,30.346Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
-
<g>
|
|
12
|
-
<g>
|
|
13
|
-
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(121,84,255);"/>
|
|
14
|
-
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.454,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
-
</g>
|
|
16
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.154 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
-
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_tealpurple_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.296C199.259,17.178 199.257,17.059 199.257,16.941C199.257,12.284 203.089,8.451 207.747,8.451C212.405,8.451 216.237,12.284 216.237,16.941C216.237,17.059 216.235,17.178 216.23,17.296C216.23,22.589 212.46,26.504 207.747,26.504C203.034,26.504 199.264,22.589 199.264,17.296M194.443,17.296C194.442,17.356 194.442,17.416 194.442,17.476C194.442,24.775 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.775 221.052,17.476C221.052,17.416 221.052,17.356 221.051,17.296C220.952,10.067 214.977,4.173 207.747,4.173C200.517,4.173 194.542,10.067 194.443,17.296M179.218,30.346L183.894,30.346L183.894,4.608L179.218,4.608L179.218,30.346ZM142.279,30.346L146.955,30.346L146.955,8.632L155.402,8.632L155.402,4.608L133.833,4.608L133.833,8.632L142.279,8.632L142.279,30.346ZM109.11,27.265C111.485,29.57 114.683,30.836 117.992,30.781C123.357,30.781 126.474,27.338 126.474,23.241C126.474,15.012 114.367,16.136 114.367,11.569C114.367,9.756 116.07,8.487 118.245,8.487C120.34,8.581 122.344,9.372 123.937,10.735L125.967,6.929C123.857,5.054 121.102,4.066 118.282,4.173C113.352,4.173 109.654,7.363 109.654,11.641C109.654,19.544 121.798,18.746 121.798,23.35C121.798,25.453 120.022,26.468 118.064,26.468C115.675,26.334 113.406,25.372 111.648,23.749L109.11,27.265ZM84.424,30.346L100.41,30.346L100.41,26.323L89.1,26.323L89.1,19.399L97.764,19.399L97.764,15.375L89.1,15.375L89.1,8.632L99.83,8.632L99.83,4.608L84.424,4.608L84.424,30.346ZM62.093,30.346L66.769,30.346L66.769,8.632L75.216,8.632L75.216,4.608L53.647,4.608L53.647,8.632L62.093,8.632L62.093,30.346Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
+
<g>
|
|
12
|
+
<g>
|
|
13
|
+
<circle cx="22.343" cy="11.982" r="1.446" style="fill:rgb(121,84,255);"/>
|
|
14
|
+
<path d="M12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209C12.743,21.209 12.763,21.189 12.763,21.165C12.763,21.154 12.759,21.144 12.753,21.136C11.939,20.091 11.497,18.803 11.497,17.478C11.497,14.21 14.186,11.52 17.454,11.52C17.454,11.52 17.454,11.52 17.454,11.52C17.919,11.522 18.381,11.578 18.833,11.687L20.838,9.318C19.764,8.871 18.613,8.642 17.45,8.642C12.607,8.642 8.623,12.626 8.623,17.469C8.623,18.762 8.907,20.039 9.454,21.209L12.718,21.209Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
+
</g>
|
|
16
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.154 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
17
|
+
<path d="M23.034,15.398C23.853,17.578 23.317,20.047 21.668,21.692C20.517,22.852 18.934,23.483 17.301,23.432L10.939,23.433L10.939,23.433L1.01,23.433C1.366,24.431 1.813,25.394 2.347,26.309L17.162,26.296L17.727,26.299C22.467,26.164 26.293,22.229 26.293,17.487C26.293,15.908 25.868,14.358 25.064,12.999L23.034,15.398Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_horizontal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
-
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:white;fill-rule:nonzero;"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 222 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_horizontal_white" x="0" y="0" width="222" height="35" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="222" height="35"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<path d="M199.264,17.297C199.259,17.179 199.257,17.06 199.257,16.942C199.257,12.284 203.089,8.452 207.747,8.452C212.405,8.452 216.237,12.284 216.237,16.942C216.237,17.06 216.235,17.179 216.23,17.297C216.23,22.59 212.46,26.505 207.747,26.505C203.034,26.505 199.264,22.59 199.264,17.297M194.443,17.297C194.442,17.357 194.442,17.417 194.442,17.477C194.442,24.776 200.448,30.782 207.747,30.782C215.046,30.782 221.052,24.776 221.052,17.477C221.052,17.417 221.052,17.357 221.051,17.297C220.952,10.068 214.977,4.174 207.747,4.174C200.517,4.174 194.542,10.068 194.443,17.297M179.218,30.347L183.894,30.347L183.894,4.609L179.218,4.609L179.218,30.347ZM142.279,30.347L146.955,30.347L146.955,8.633L155.402,8.633L155.402,4.609L133.833,4.609L133.833,8.633L142.279,8.633L142.279,30.347ZM109.11,27.266C111.485,29.571 114.683,30.837 117.992,30.782C123.357,30.782 126.474,27.339 126.474,23.242C126.474,15.013 114.367,16.137 114.367,11.569C114.367,9.757 116.07,8.488 118.245,8.488C120.34,8.581 122.344,9.373 123.937,10.736L125.967,6.929C123.857,5.055 121.102,4.067 118.282,4.174C113.352,4.174 109.654,7.364 109.654,11.642C109.654,19.545 121.798,18.747 121.798,23.351C121.798,25.454 120.022,26.469 118.064,26.469C115.675,26.334 113.406,25.373 111.648,23.75L109.11,27.266ZM84.424,30.347L100.41,30.347L100.41,26.323L89.1,26.323L89.1,19.4L97.764,19.4L97.764,15.376L89.1,15.376L89.1,8.633L99.83,8.633L99.83,4.609L84.424,4.609L84.424,30.347ZM62.093,30.347L66.769,30.347L66.769,8.633L75.216,8.633L75.216,4.609L53.647,4.609L53.647,8.633L62.093,8.633L62.093,30.347Z" style="fill:white;fill-rule:nonzero;"/>
|
|
11
|
+
<path d="M17.478,0C7.949,-0.058 0.059,7.734 0,17.263L0,17.694C0.004,19.651 0.346,21.592 1.01,23.433L10.939,23.433L10.939,23.433L17.301,23.432C17.354,23.433 17.406,23.434 17.459,23.434C20.725,23.434 23.413,20.746 23.413,17.48C23.413,17.48 23.413,17.48 23.413,17.479C23.412,16.768 23.284,16.063 23.034,15.398L25.064,12.999C25.868,14.358 26.293,15.908 26.293,17.487C26.293,22.229 22.467,26.165 17.727,26.299L17.162,26.296L2.347,26.309C5.487,31.659 11.245,34.956 17.449,34.956C26.961,34.956 34.822,27.205 34.956,17.694L34.956,17.263C34.897,7.734 27.007,-0.058 17.478,0ZM18.833,11.687C18.381,11.578 17.919,11.522 17.454,11.52C17.454,11.52 17.454,11.52 17.453,11.52C14.185,11.52 11.496,14.209 11.496,17.477C11.496,18.803 11.939,20.091 12.753,21.136C12.759,21.144 12.763,21.155 12.763,21.165C12.763,21.189 12.743,21.209 12.718,21.209C12.718,21.209 12.718,21.209 12.718,21.209L9.454,21.209C8.906,20.039 8.623,18.762 8.623,17.469C8.623,12.626 12.607,8.642 17.45,8.642C18.613,8.642 19.764,8.871 20.838,9.318L18.833,11.687ZM23.366,13.005C23.094,13.276 22.726,13.429 22.343,13.429C21.549,13.429 20.897,12.776 20.897,11.982C20.897,11.189 21.549,10.536 22.343,10.536C22.726,10.536 23.094,10.689 23.366,10.96C23.637,11.231 23.789,11.599 23.789,11.982C23.789,12.366 23.637,12.734 23.366,13.005L23.366,13.005Z" style="fill:white;fill-rule:nonzero;"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_symbol_black_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_symbol_black_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(34,34,34);fill-rule:nonzero;"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 180 148" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_symbol_purple" x="0" y="0" width="180" height="148" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="180" height="148"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<circle cx="146.9" cy="28.1" r="12.1" style="fill:rgb(121,84,255);"/>
|
|
11
|
-
<path d="M66.4,105.4C66.614,105.385 66.785,105.214 66.8,105C66.8,104.9 66.8,104.8 66.7,104.8C59.84,96.039 56.11,85.227 56.11,74.1C56.11,46.785 78.588,24.307 105.904,24.307C109.844,24.307 113.77,24.775 117.6,25.7L134.4,5.9C125.417,2.172 115.787,0.253 106.061,0.253C65.507,0.253 32.136,33.624 32.136,74.178C32.136,85.002 34.514,95.695 39.1,105.5L66.4,105.5L66.4,105.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
12
|
-
<path d="M169.7,36.6L152.7,56.7C154.804,62.295 155.882,68.223 155.882,74.2C155.882,101.477 133.437,123.921 106.16,123.921C105.674,123.921 105.187,123.914 104.7,123.9L0,123.9L0,148L103.6,147.9L108.3,147.9C147.973,146.845 180.034,113.921 180.034,74.233C180.034,60.989 176.463,47.987 169.7,36.6Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 180 148" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_symbol_purple" x="0" y="0" width="180" height="148" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="180" height="148"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<circle cx="146.9" cy="28.1" r="12.1" style="fill:rgb(121,84,255);"/>
|
|
11
|
+
<path d="M66.4,105.4C66.614,105.385 66.785,105.214 66.8,105C66.8,104.9 66.8,104.8 66.7,104.8C59.84,96.039 56.11,85.227 56.11,74.1C56.11,46.785 78.588,24.307 105.904,24.307C109.844,24.307 113.77,24.775 117.6,25.7L134.4,5.9C125.417,2.172 115.787,0.253 106.061,0.253C65.507,0.253 32.136,33.624 32.136,74.178C32.136,85.002 34.514,95.695 39.1,105.5L66.4,105.5L66.4,105.4Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
12
|
+
<path d="M169.7,36.6L152.7,56.7C154.804,62.295 155.882,68.223 155.882,74.2C155.882,101.477 133.437,123.921 106.16,123.921C105.674,123.921 105.187,123.914 104.7,123.9L0,123.9L0,148L103.6,147.9L108.3,147.9C147.973,146.845 180.034,113.921 180.034,74.233C180.034,60.989 176.463,47.987 169.7,36.6Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_symbol_purpleteal_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<g>
|
|
11
|
-
<circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(120,234,193);"/>
|
|
12
|
-
<path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
-
<path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L5.202,120.662C7.032,125.802 9.337,130.759 12.087,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_symbol_purpleteal_round" x="0" y="0" width="180" height="180" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<g>
|
|
11
|
+
<circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(120,234,193);"/>
|
|
12
|
+
<path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
+
<path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L5.202,120.662C7.032,125.802 9.337,130.759 12.087,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
-
<rect id="testio_symbol_purpleteal_square" x="0" y="0" width="180" height="180" style="fill:rgb(121,84,255);"/>
|
|
5
|
-
<clipPath id="_clip1">
|
|
6
|
-
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
-
</clipPath>
|
|
8
|
-
<g clip-path="url(#_clip1)">
|
|
9
|
-
<g>
|
|
10
|
-
<g>
|
|
11
|
-
<circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(120,234,193);"/>
|
|
12
|
-
<path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
-
<path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L-14.798,120.662C-12.968,125.802 -10.663,130.759 -7.913,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
16
|
-
</g>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 180 180" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testio_symbol_purpleteal_square" x="0" y="0" width="180" height="180" style="fill:rgb(121,84,255);"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="180" height="180"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<g>
|
|
10
|
+
<g>
|
|
11
|
+
<circle cx="115.051" cy="61.7" r="7.448" style="fill:rgb(120,234,193);"/>
|
|
12
|
+
<path d="M65.488,109.213C65.489,109.213 65.49,109.213 65.491,109.213C65.617,109.213 65.721,109.109 65.721,108.983C65.721,108.93 65.702,108.878 65.669,108.837C61.477,103.452 59.201,96.82 59.201,89.996C59.201,73.168 73.048,59.321 89.875,59.321C89.877,59.321 89.878,59.321 89.879,59.321C92.27,59.33 94.652,59.617 96.976,60.177L107.301,47.978C101.772,45.68 95.843,44.497 89.856,44.497C64.92,44.497 44.401,65.016 44.401,89.952C44.401,96.608 45.862,103.184 48.683,109.212L65.488,109.213Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M90,0C40.294,0 0,39.798 0,88.892L0,91.108C0.021,101.186 1.781,111.184 5.202,120.662L56.328,120.662L56.326,120.661L89.086,120.657C89.359,120.665 89.632,120.668 89.904,120.668C106.722,120.668 120.562,106.829 120.562,90.011C120.562,90.008 120.562,90.006 120.562,90.004C120.556,86.344 119.895,82.714 118.609,79.288L129.065,66.933C133.205,73.931 135.39,81.915 135.39,90.046C135.39,114.462 115.69,134.729 91.283,135.422L88.371,135.404L12.087,135.471C28.272,163.079 57.998,180.067 90,180C139.705,180 180,140.202 180,91.108L180,88.892C180,39.798 139.705,0 90,0ZM96.976,60.177C94.652,59.618 92.27,59.33 89.879,59.321C89.877,59.321 89.875,59.321 89.873,59.321C73.046,59.321 59.199,73.168 59.199,89.995C59.199,96.819 61.476,103.452 65.668,108.837C65.702,108.878 65.721,108.93 65.721,108.983C65.721,109.109 65.617,109.213 65.491,109.213C65.49,109.213 65.489,109.213 65.488,109.213L48.683,109.212C45.862,103.183 44.4,96.608 44.4,89.952C44.4,65.016 64.92,44.497 89.856,44.497C95.843,44.497 101.772,45.68 107.301,47.977L96.976,60.177ZM120.317,66.966C118.921,68.362 117.025,69.147 115.051,69.147C110.965,69.147 107.603,65.785 107.603,61.7C107.603,57.614 110.965,54.252 115.051,54.252C117.025,54.252 118.921,55.037 120.317,56.433C121.713,57.829 122.498,59.725 122.498,61.7C122.498,63.674 121.713,65.57 120.317,66.966Z" style="fill:rgb(121,84,255);fill-rule:nonzero;"/>
|
|
15
|
+
<path d="M118.609,79.288C122.825,90.515 120.066,103.229 111.574,111.697C105.648,117.671 97.497,120.919 89.087,120.657L56.326,120.661L56.328,120.662L-14.798,120.662C-12.968,125.802 -10.663,130.759 -7.913,135.471L88.371,135.403L91.283,135.422C115.69,134.728 135.388,114.461 135.388,90.044C135.388,81.914 133.204,73.93 129.065,66.933L118.609,79.288Z" style="fill:rgb(120,234,193);fill-rule:nonzero;"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|