Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.7.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.7.1)" variant="all" version="8.7.1">
<issue
id="ObsoleteLintCustomCheck"
message="Library lint checks out of date;
these checks **will be skipped**!

Lint found an issue registry (`androidx.navigation.common.lint.NavigationCommonIssueRegistry`)
which was compiled against an older version of lint
than this one. This is usually fine, but not in this
case; some basic verification shows that the lint
check jar references (for example) the following API
which is no longer valid in this version of lint:
com.android.tools.lint.checks.infrastructure.LintDetectorTest#kotlin(java.lang.String): com.android.tools.lint.checks.infrastructure.TestFile
(Referenced from androidx/navigation/lint/common/LintUtilKt.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`EmptyNavDeepLink`,`WrongStartDestinationType`

Recompile the checks against the latest version, or if
this is a check bundled with a third-party library, see
if there is a more recent version available.

Version of Lint API this lint check is using is 14.
The Lint API version currently running is 16 (8.7+).">
<location
file="build/intermediates/lint-cache/lintReportFenixDebug/migrated-jars/androidx.navigation.common.lint.NavigationCommonIssueRegistry-3d526261eadfd16f..jar"/>
</issue>
<issue
id="ObsoleteLintCustomCheck"
message="Library lint checks out of date;
these checks **will be skipped**!

Lint found an issue registry (`androidx.navigation.compose.lint.NavigationComposeIssueRegistry`)
which was compiled against an older version of lint
than this one. This is usually fine, but not in this
case; some basic verification shows that the lint
check jar references (for example) the following API
which is no longer valid in this version of lint:
com.android.tools.lint.checks.infrastructure.LintDetectorTest#kotlin(java.lang.String): com.android.tools.lint.checks.infrastructure.TestFile
(Referenced from androidx/navigation/lint/common/LintUtilKt.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`ComposableDestinationInComposeScope`,`ComposableNavGraphInComposeScope`,`UnrememberedGetBackStackEntry`,`WrongStartDestinationType`

Recompile the checks against the latest version, or if
this is a check bundled with a third-party library, see
if there is a more recent version available.

Version of Lint API this lint check is using is 14.
The Lint API version currently running is 16 (8.7+).">
<location
file="build/intermediates/lint-cache/lintReportFenixDebug/migrated-jars/androidx.navigation.compose.lint.NavigationComposeIssueRegistry-0eba33012d8b022c..jar"/>
</issue>
<issue
id="ObsoleteLintCustomCheck"
message="Library lint checks out of date;
these checks **will be skipped**!

Lint found an issue registry (`androidx.navigation.runtime.lint.NavigationRuntimeIssueRegistry`)
which was compiled against an older version of lint
than this one. This is usually fine, but not in this
case; some basic verification shows that the lint
check jar references (for example) the following API
which is no longer valid in this version of lint:
com.android.tools.lint.checks.infrastructure.LintDetectorTest#kotlin(java.lang.String): com.android.tools.lint.checks.infrastructure.TestFile
(Referenced from androidx/navigation/lint/common/LintUtilKt.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`DeepLinkInActivityDestination`,`WrongStartDestinationType`,`WrongNavigateRouteType`

Recompile the checks against the latest version, or if
this is a check bundled with a third-party library, see
if there is a more recent version available.

Version of Lint API this lint check is using is 14.
The Lint API version currently running is 16 (8.7+).">
<location
file="build/intermediates/lint-cache/lintReportFenixDebug/migrated-jars/androidx.navigation.runtime.lint.NavigationRuntimeIssueRegistry-b42dcf0e5b11d978..jar"/>
</issue>
<issue
id="UseGetLayoutInflater"
message="Use of LayoutInflater.from(Context) detected. Consider using layoutInflater instead"
errorLine1=" val layout = LayoutInflater.from(context)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/history/HistoryFragment.kt"
line="433"
column="30"/>
</issue>
<issue
id="ScopedStorage"
message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
errorLine1=" <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="11"
column="36"/>
</issue>
<issue
id="ScopedStorage"
message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
errorLine1=" <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/AndroidManifest.xml"
line="20"
column="36"/>
</issue>
<issue
id="ScrollViewSize"
message="This LinearLayout should use `android:layout_height="wrap_content"`"
errorLine1=" android:layout_height="match_parent""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_save_search_engine.xml"
line="17"
column="9"/>
</issue>
<issue
id="KotlinNullnessAnnotation"
message="Do not use `@NonNull` in Kotlin; the nullability is already implied by the Kotlin type `RecyclerView.ViewHolder` **not** ending with `?`"
errorLine1=" @NonNull viewHolder: RecyclerView.ViewHolder,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/DraggableItemAnimator.kt"
line="13"
column="9"/>
</issue>
<issue
id="KotlinNullnessAnnotation"
message="Do not use `@NonNull` in Kotlin; the nullability is already implied by the Kotlin type `RecyclerView.ItemAnimator.ItemHolderInfo` **not** ending with `?`"
errorLine1=" @NonNull preLayoutInfo: RecyclerView.ItemAnimator.ItemHolderInfo,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/DraggableItemAnimator.kt"
line="14"
column="9"/>
</issue>
<issue
id="KotlinNullnessAnnotation"
message="Do not use `@NonNull` in Kotlin; the nullability is already implied by the Kotlin type `RecyclerView.ItemAnimator.ItemHolderInfo` **not** ending with `?`"
errorLine1=" @NonNull postLayoutInfo: RecyclerView.ItemAnimator.ItemHolderInfo,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/DraggableItemAnimator.kt"
line="15"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground="?android:attr/selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/account_preference.xml"
line="8"
column="5"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground="@drawable/rounded_ripple""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_collection_creation.xml"
line="144"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="password_manager""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="8"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="password_manager""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="8"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_passwords">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="11"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_passwords">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="11"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="open_new_tab""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="18"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="open_new_tab""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="18"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="21"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="21"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="open_new_private_tab""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="28"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutId` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutId="open_new_private_tab""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="28"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/xml/shortcuts.xml"
line="31"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `shortcutShortLabel` is only used in API level 25 and higher (current min is 21)"
errorLine1=" android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/xml/shortcuts.xml"
line="31"
column="9"/>
</issue>
<issue
id="UnusedAttribute"
message="Attribute `android:foreground` has no effect on API levels lower than 23 (current min is 21)"
errorLine1=" android:foreground="?android:selectableItemBackground">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/tab_tray_item.xml"
line="13"
column="5"/>
</issue>
<issue
id="AppBundleLocaleChanges"
message="Found dynamic locale changes, but did not find corresponding Play Core library calls for downloading languages and splitting by language is not disabled in the `bundle` configuration"
errorLine1=" config.setLocale(Locale("en"))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/ext/Context.kt"
line="80"
column="9"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
errorLine1=" .inflate(R.layout.crash_extension_dialog, null, false)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/mozilla/fenix/addons/ExtensionsProcessDisabledForegroundController.kt"
line="80"
column="59"/>
</issue>
<issue
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
errorLine1=" .inflate(R.layout.delete_history_time_range_dialog, null)"
errorLine2=" ~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/history/HistoryFragment.kt"
line="434"
column="73"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="137"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="139"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="141"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="143"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="145"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="147"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="149"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="151"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="153"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="155"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="157"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="159"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="161"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="163"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="165"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="167"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="169"
column="17"/>
</issue>
<issue
id="IntentFilterUniqueDataAttributes"
message="Consider splitting data tag into multiple tags with individual attributes to avoid confusion"
errorLine1=" <data android:scheme="${deepLinkScheme}""
errorLine2=" ^">
<location
file="src/main/AndroidManifest.xml"
line="171"
column="17"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.about_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/about/viewholders/AboutItemViewHolder.kt"
line="34"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.account_share_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/share/viewholders/AccountDeviceViewHolder.kt"
line="61"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.app_share_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/share/viewholders/AppViewHolder.kt"
line="38"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.bookmark_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/bookmarks/viewholders/BookmarkNodeViewHolder.kt"
line="119"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.library_separator"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/bookmarks/viewholders/BookmarkSeparatorViewHolder.kt"
line="16"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.tab_tray_grid_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTabViewHolder.kt"
line="75"
column="35"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.tab_tray_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTabViewHolder.kt"
line="119"
column="35"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.collection_tab_list_row"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/collections/CollectionCreationTabListAdapter.kt"
line="119"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.credit_card_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/creditcards/view/CreditCardItemViewHolder.kt"
line="59"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.component_credit_cards"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/creditcards/view/CreditCardsManagementView.kt"
line="44"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.exceptions_description"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/viewholders/ExceptionsHeaderViewHolder.kt"
line="28"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.site_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/viewholders/ExceptionsListItemViewHolder.kt"
line="42"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.history_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/history/viewholders/HistoryListItemViewHolder.kt"
line="158"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.history_metadata_group_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/historymetadata/view/HistoryMetadataGroupItemViewHolder.kt"
line="70"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.no_collections_message"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/sessioncontrol/viewholders/NoCollectionsMessageViewHolder.kt"
line="108"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.normal_browser_tray_list"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/viewholders/NormalBrowserPageViewHolder.kt"
line="160"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.private_browser_tray_list"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/viewholders/PrivateBrowserPageViewHolder.kt"
line="59"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.history_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/recentlyclosed/RecentlyClosedItemViewHolder.kt"
line="63"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.collections_list_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/collections/SaveCollectionListAdapter.kt"
line="63"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.top_placeholder_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/TopPlaceholderViewHolder.kt"
line="22"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.top_site_item"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/topsites/TopSiteItemViewHolder.kt"
line="201"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.component_top_sites_pager"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/topsites/TopSitePagerViewHolder.kt"
line="80"
column="31"/>
</issue>
<issue
id="NonConstantResourceId"
message="Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in const fields"
errorLine1=" const val LAYOUT_ID = R.layout.component_top_sites"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/topsites/TopSiteViewHolder.kt"
line="42"
column="31"/>
</issue>
<issue
id="RedundantLabel"
message="Redundant label can be removed"
errorLine1=" android:label="@string/app_name""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="187"
column="13"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="973dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="7"
column="20"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1="<vector xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android" android:height="320dp" android:viewportHeight="193.94" android:viewportWidth="200" android:width="329.99896dp">"
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="1"
column="129"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1="<vector xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android" android:height="320dp" android:viewportHeight="193.94" android:viewportWidth="200" android:width="329.99896dp">"
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features_icons_only.xml"
line="1"
column="129"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="312dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="7"
column="20"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="235dp" android:height="298dp" android:viewportWidth="235" android:viewportHeight="298">"
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_sync.xml"
line="5"
column="128"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt" android:width="223dp" android:height="345dp" android:viewportWidth="223" android:viewportHeight="345">"
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="5"
column="128"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="316dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable-night/onboarding_ctd_default_browser.xml"
line="2"
column="20"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="316dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_default_browser.xml"
line="2"
column="20"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="317dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_notification.xml"
line="2"
column="20"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width="309dp""
errorLine2=" ~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_sync.xml"
line="2"
column="20"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references Country, which should only be accessed from tests or within private scope"
errorLine1=" countries.values.map { it.displayName },"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="126"
column="34"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references Country, which should only be accessed from tests or within private scope"
errorLine1=" .indexOfFirst { it.countryCode == selectedCountryKey }"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="134"
column="27"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references Country, which should only be accessed from tests or within private scope"
errorLine1=" countries[newCountryKey]?.let { country ->"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="148"
column="49"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references Country, which should only be accessed from tests or within private scope"
errorLine1=" countries[newCountryKey]?.let { country ->"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="148"
column="49"/>
</issue>
<issue
id="VisibleForTests"
message="This declaration implicitly references Country, which should only be accessed from tests or within private scope"
errorLine1=" countries[selectedCountryKey]?.let { country ->"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="156"
column="46"/>
</issue>
<issue
id="VisibleForTests"
message="This class should only be accessed from tests or within private scope"
errorLine1=" private fun bindSubregionDropdown(country: Country) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/settings/address/view/AddressEditorView.kt"
line="161"
column="48"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" recentTabs = state.recentTabs.filterOutTab(action.recentTab),"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/appstate/AppStoreReducer.kt"
line="83"
column="47"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" if (getCurrentTab()?.content?.loading == true) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/browser/BrowserFragment.kt"
line="270"
column="25"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" getCurrentTab()?.let { tab ->"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/browser/BrowserFragment.kt"
line="707"
column="9"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" (binding.root.layoutParams as CoordinatorLayout.LayoutParams).behavior = DynamicInfoBannerBehavior("
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/browser/infobanner/DynamicInfoBanner.kt"
line="49"
column="14"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" view.elevation = ELEVATION"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/ext/FenixSnackbar.kt"
line="51"
column="22"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" view.elevation = ELEVATION"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/ext/FenixSnackbar.kt"
line="51"
column="22"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" snackbar.view.elevation = TabsTrayFragment.ELEVATION"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/InactiveTabViewHolder.kt"
line="94"
column="52"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" snackbar.view.elevation = TabsTrayFragment.ELEVATION"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/browser/InactiveTabViewHolder.kt"
line="94"
column="52"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" binding.exceptionsLearnMore.isVisible = false"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/login/LoginExceptionsView.kt"
line="21"
column="9"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" binding.exceptionsEmptyMessage.text ="
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/login/LoginExceptionsView.kt"
line="22"
column="9"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" binding.exceptionsList.apply {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/login/LoginExceptionsView.kt"
line="27"
column="9"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" it.items.size >= SEARCH_GROUP_MINIMUM_SITES"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/history/PagedHistoryProvider.kt"
line="133"
column="38"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" binding.exceptionsList.apply {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/trackingprotection/TrackingProtectionExceptionsView.kt"
line="21"
column="9"/>
</issue>
<issue
id="VisibleForTests"
message="This method should only be accessed from tests or within private scope"
errorLine1=" with(binding.exceptionsLearnMore) {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/exceptions/trackingprotection/TrackingProtectionExceptionsView.kt"
line="25"
column="14"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions with a return type should start with a lowercase letter"
errorLine1="fun EagerFlingBehavior("
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/LazyListEagerFlingBehavior.kt"
line="21"
column="5"/>
</issue>
<issue
id="ComposableNaming"
message="Composable functions that return Unit should start with an uppercase letter"
errorLine1=" fun composeRunIfWallpaperCardColorsAreAvailable("
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/wallpapers/WallpaperState.kt"
line="72"
column="9"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1=" modifier: Modifier = Modifier.fillMaxWidth(),"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/button/Button.kt"
line="110"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1=" modifier: Modifier = Modifier.fillMaxWidth(),"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/button/Button.kt"
line="159"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1=" modifier: Modifier = Modifier.fillMaxWidth(),"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/button/Button.kt"
line="196"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1=" modifier: Modifier = Modifier.fillMaxWidth(),"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/button/Button.kt"
line="233"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be the first optional parameter"
errorLine1=" modifier: Modifier = Modifier,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/list/ListItem.kt"
line="84"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Modifier parameter should be the first optional parameter"
errorLine1=" modifier: Modifier = Modifier,"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/menu/compose/MenuItem.kt"
line="167"
column="5"/>
</issue>
<issue
id="ModifierParameter"
message="Optional Modifier parameter should have a default value of `Modifier`"
errorLine1=" modifier: Modifier = Modifier.fillMaxWidth(),"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/TextField.kt"
line="91"
column="5"/>
</issue>
<issue
id="DiscouragedApi"
message="Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier("bar", "foo", null)`)."
errorLine1=" val resId = context.resources.getIdentifier(projectIdKey, "string", context.packageName)"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/Push.kt"
line="38"
column="39"/>
</issue>
<issue
id="Typos"
message=""internett" is usually capitalized as "Internett""
errorLine1=" <string name="private_browsing_placeholder_description_2">%1$s fjerner søk- og nettleserhistorikken fra private nettlesingsfaner når du lukker dem eller avslutter appen. Selv om dette ikke gjør deg anonym for nettsteder eller internett-leverandøren din, vil det gjøre det lettere"
errorLine2=" ^">
<location
file="src/main/res/values-nb-rNO/strings.xml"
line="63"
column="231"/>
</issue>
<issue
id="Typos"
message=""internett" is usually capitalized as "Internett""
errorLine1=" <string name="onboarding_home_welcome_title_2">Velkommen til et mer personlig internett</string>"
errorLine2=" ^">
<location
file="src/main/res/values-nb-rNO/strings.xml"
line="411"
column="83"/>
</issue>
<issue
id="Typos"
message="Repeated word "zaman" in message: possible typo"
errorLine1=" <string name="studies_description_2">%1$s zaman zaman araştırmalar yükleyip çalıştırabilir.</string>"
errorLine2=" ^">
<location
file="src/main/res/values-tr/strings.xml"
line="1080"
column="47"/>
</issue>
<issue
id="Typos"
message=""A a" is a common misspelling; did you mean "A"?"
errorLine1=" <string name="review_quality_check_info_review_grade_header"><![CDATA[AtribuÃmos à s avaliações de cada produto uma <b>classificação baseada em letras</b> de A a F.]]></string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt-rPT/strings.xml"
line="2401"
column="162"/>
</issue>
<issue
id="Typos"
message=""A a" is a common misspelling; did you mean "A"?"
errorLine1=" <string name="review_quality_check_info_review_grade_header"><![CDATA[AtribuÃmos à s avaliações de cada produto uma <b>nota com letra</b> de A a F.]]></string>"
errorLine2=" ^">
<location
file="src/main/res/values-pt-rBR/strings.xml"
line="2404"
column="145"/>
</issue>
<issue
id="NotifyUsage"
message="Using Android NOTIFY instead of base component"
errorLine1=" notificationManagerCompat.notify(TABS_CLOSED_TAG, notificationId, notification)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/NotificationManager.kt"
line="125"
column="9"/>
</issue>
<issue
id="NotifyUsage"
message="Using Android NOTIFY instead of base component"
errorLine1=" notify(RECEIVE_TABS_TAG, notificationId, notification)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/components/NotificationManager.kt"
line="170"
column="17"/>
</issue>
<issue
id="SetJavaScriptEnabled"
message="Using `setJavaScriptEnabled` can introduce XSS vulnerabilities into your application, review carefully"
errorLine1=" webView.settings.javaScriptEnabled = true"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/home/mozonline/PrivacyContentDisplayActivity.kt"
line="32"
column="9"/>
</issue>
<issue
id="ExportedReceiver"
message="Exported receiver does not require permission"
errorLine1=" <receiver android:name=".onboarding.WidgetPinnedReceiver""
errorLine2=" ~~~~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="375"
column="10"/>
</issue>
<issue
id="DataExtractionRules"
message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher."
errorLine1=" android:allowBackup="false""
errorLine2=" ~~~~~">
<location
file="src/main/AndroidManifest.xml"
line="57"
column="30"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_collection_creation.xml"
line="137"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_collection_creation_name_collection.xml"
line="108"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_collection_creation_select_collection.xml"
line="112"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_tracking_protection_panel.xml"
line="15"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_tracking_protection_panel.xml"
line="216"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_add_on_details.xml"
line="160"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_share.xml"
line="30"
column="6"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" historyAdapter.notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/library/history/HistoryView.kt"
line="115"
column="9"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/collections/SaveCollectionListAdapter.kt"
line="49"
column="9"/>
</issue>
<issue
id="NotifyDataSetChanged"
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
errorLine1=" tabsTrayBinding.tabsTray.adapter?.notifyDataSetChanged()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/tabstray/TabsTrayFragment.kt"
line="622"
column="13"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.library.LibrarySiteItemView"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_recently_closed.xml"
line="12"
column="6"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <mozilla.components.feature.findinpage.view.FindInPageBar"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_browser.xml"
line="39"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <mozilla.components.feature.readerview.view.ReaderViewControlsBar"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_browser.xml"
line="60"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <mozilla.components.feature.prompts.login.LoginSelectBar"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_browser.xml"
line="109"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="32"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="41"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="50"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="60"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="70"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.settings.deletebrowsingdata.DeleteBrowsingDataItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_delete_browsing_data.xml"
line="79"
column="14"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="36"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="46"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="56"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="66"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="76"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.TrackingProtectionCategoryItem"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_tracking_protection_blocking.xml"
line="86"
column="10"/>
</issue>
<issue
id="MozMultipleConstraintLayoutsAndCustomViews"
message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
errorLine1=" <org.mozilla.fenix.trackingprotection.SwitchWithDescription"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/quicksettings_protections_panel.xml"
line="18"
column="6"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (953 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M124.08,65.37C123.67,64.41 122.49,64.76 121.82,65.56C120.2,67.5 108.96,95.58 103.02,114.35C102.55,115.81 101.63,118.39 101.06,120.05C100.88,120.57 100.14,120.58 99.94,120.07C99.49,118.89 98.91,117.4 98.81,117.09C98.02,114.75 97.14,112.44 96.28,110.13C95.66,108.43 95.02,106.74 94.38,105.04C94.27,104.59 91.71,97.1 90.89,94.96C87.88,87.09 85.41,79.08 80.14,66.78C77.68,62.22 77.68,62.92 76.63,62.22C75.91,62.13 73.62,66.92 73.11,68.19C71.73,71.62 67.29,85.79 66,90.23C58.7,115.25 51.56,151.34 50.62,156.35C51.01,156.58 52.78,155.52 53.41,155.89C54.48,145.81 59.78,124.54 61.05,118.65C63.97,105.07 73.46,69.59 76.98,65.38C79.09,68.19 94.75,111.6 95.73,114.52C96.09,115.61 97.96,120.8 99.27,124.19C99.72,125.36 101.37,125.36 101.81,124.19C102.78,121.64 104.01,118.15 104.53,116.55C106.21,111.42 122.19,68.67 122.89,67.46C128.98,82.13 133.45,96.68 137.47,111.38C141.53,126.19 144.15,141.28 146.41,156.54H148.49C144.46,125.79 135.68,92.43 124.08,65.38V65.37Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_folder_illustration.xml"
line="37"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1787 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M171.13,48.59C172.33,48.59 173.45,49.21 174.07,50.24C174.83,51.49 175.27,52.95 175.26,54.68C175.22,60.02 175.43,65.36 175.42,70.7C175.41,79.16 175.26,87.62 175.26,96.08C175.25,104.31 175.45,112.54 175.36,120.78C175.3,126.81 174.91,132.84 174.7,138.87C174.49,144.92 174.31,150.96 174.11,157.01C174.11,157.01 174.11,157.02 174.11,157.03C174.05,158.52 172.83,159.71 171.33,159.75C168.9,159.81 166.52,159.87 164.15,159.9C156.89,159.99 149.63,160.16 142.36,160.1C133.97,160.03 125.59,159.71 117.2,159.58C111.46,159.49 105.72,159.59 99.98,159.53C92.18,159.45 84.37,159.33 76.57,159.16C68.16,158.98 59.75,158.73 51.34,158.49C44.38,158.29 37.43,158.05 30.47,157.83C29.94,157.81 29.4,157.76 28.87,157.69C25.42,157.28 24.84,156.4 24.92,152.99C25.08,146.5 25.04,140.01 25.13,133.51C25.28,121.13 25.4,108.74 25.65,96.36C25.85,86.43 26.25,76.51 26.49,66.58C26.67,59.11 26.68,51.63 26.86,44.16C26.94,41.19 27.18,38.21 27.49,35.26C27.74,32.91 28.24,32.46 30.55,32.47C36.13,32.5 41.71,32.57 47.29,32.73C54.32,32.93 61.34,33.27 68.37,33.45C70.77,33.51 72.53,34.25 73.92,36.36C76.19,39.8 78.79,43.01 81.16,46.39C82.22,47.9 83.55,48.24 85.29,48.2C94.08,47.97 102.88,47.7 111.68,47.68C120.23,47.67 128.79,47.95 137.34,48.11C145.04,48.26 152.75,48.45 160.45,48.57C163.96,48.62 167.47,48.59 171.12,48.58L171.13,48.59ZM28.37,154.34C75.87,155.9 123.1,156.83 170.29,156.49C171.65,152.52 172.41,55.77 171.54,51.7C171.34,51.66 171.12,51.58 170.9,51.58C161.2,51.6 151.51,51.68 141.81,51.63C136.09,51.61 130.37,51.27 124.64,51.26C111.51,51.24 98.38,51.18 85.25,51.49C81.78,51.57 79.64,50.41 77.88,47.69C75.76,44.43 73.53,41.23 71.26,38.08C70.88,37.54 70.05,37.07 69.4,37.03C64.36,36.69 59.32,36.4 54.28,36.21C47.82,35.96 41.36,35.79 34.9,35.62C33.56,35.59 32.21,35.74 30.47,35.82C30.1,75.43 28.12,114.7 28.37,154.34Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_folder_illustration.xml"
line="46"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1633 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M113.53,178.82C111.84,178.83 111.01,179.17 109.32,179.18C104.84,177.79 100.69,176.62 98.48,172.32C97.49,170.41 96.99,168.35 96.92,166.2C96.86,164.4 97.94,158.89 95.96,157.75C92.25,155.6 91.69,165.29 91.04,167.23C89.56,171.62 87.54,176 83.16,177.15C73.9,179.57 64.14,176.79 62.95,166.09C62.8,164.71 63.34,162.62 62.57,161.4C61.32,159.39 60.42,160.71 58.51,159.99C56.48,159.22 56.39,159.13 56.63,156.39C56.81,154.34 60.46,147.3 59.05,145.46C57.13,142.96 46.78,148.89 44.29,149.67C42.21,150.32 35.38,154.93 33.21,152.61C30.94,150.2 35.5,141.8 36.34,139.3C38.48,132.95 40.64,126.61 42.81,120.26C44.28,115.97 48.53,108.78 48.42,104.29C48.31,100.25 42.29,94.37 40.02,91.09C36.74,86.33 33.51,81.54 30.41,76.66C27.65,72.3 22.59,66.33 21.83,61.09C21.41,58.24 21.73,58.89 24.71,58.82C27.85,58.75 31.04,59 34.18,59.07C40.84,59.21 47.46,59.54 54.11,59.94C58.7,60.21 66.65,62.33 70.95,60.78C75.19,59.25 77.69,50.06 79.56,46.29C84.76,35.8 90.05,24.83 96.72,15.19C99.45,11.24 100.67,12.19 103,16.09C106.38,21.74 109.32,27.71 112.46,33.49C115.23,38.57 117.99,43.65 120.75,48.72C122.63,52.2 123.79,61.26 127.59,62.91C131.63,64.67 141.68,61.42 146.16,61.26C152.44,61.05 158.72,61.03 165.01,61.18C167.74,61.24 177.43,60.05 179.4,62.03C182.06,64.69 169.98,77.51 168.36,79.77C161.41,89.49 156.95,93.7 150.43,103.66C147.32,108.41 158.68,134.11 160.63,140.54C161.51,143.44 166.8,153.16 164.14,154.59C161.04,156.25 150.85,152.02 147.75,151.03C145.92,150.44 133.21,145.8 133.21,145.8C133.21,145.8 136,152.74 136.73,155.29C138.79,162.62 126.53,158.8 126.53,158.8C126.53,158.8 128.18,168.61 126.33,172.29C123.85,177.2 118.42,177.33 113.53,178.82L113.53,178.82Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1104 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M56.04,160C56.06,158.91 56.09,157.83 56.12,156.76C56.82,153.59 57.16,149.89 58.59,146.99C59.9,144.36 61.67,142.37 62.73,139.47C65.22,132.69 67.46,125.72 69.71,118.84C71.85,112.32 73.97,105.92 76.52,99.55C79.1,93.1 81.53,85.16 85.41,79.43C85.64,80.53 86.62,81.3 86.62,81.3C86.62,81.3 87.59,83.48 87.95,84.99C88.86,88.81 89.54,92.68 90.52,96.49C91.37,99.79 92.37,103.03 93.43,106.26C94.41,109.21 95.8,111.97 97.37,114.55C101.94,109.28 104.09,102.62 106.97,96.66C109.47,91.49 113.18,84.34 117.12,79.08C119.51,83.99 120.42,91.98 121.62,97.63C123.02,104.12 124.5,110.58 126.13,117.02C127.64,122.96 128.82,128.91 129.97,134.91C131.08,140.68 133.62,144.72 135.75,149.98C136.85,152.71 138.63,156.28 136.03,157.76C131.94,160.09 128.23,155.13 127.24,161.62C125.71,171.81 124.32,175.17 114.94,178.83C113.25,178.84 110.3,178.82 108.61,178.83C103.91,177.38 99.72,176.33 97.62,171.68C96.67,169.57 97.36,160.51 96.21,159.85C92.99,158 92.05,158.93 91.74,160.91C91.18,164.53 91,172.23 88.05,174.66C82.65,179.09 72.34,179.7 66.96,175.14C63.59,172.29 64.35,165.08 63.98,160.91C63.55,156.22 60.79,159.96 56.04,160L56.04,160Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="13"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1156 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M56.59,159.51C56.58,158.44 56.1,158.15 56.09,157.08C56.75,154.1 57.4,151.11 58.07,148.12C58.11,147.91 58.24,147.69 58.39,147.54C61.8,144.05 62.75,139.43 64.23,135.04C66.14,129.42 68.18,123.84 70.05,118.21C71.74,113.15 73.15,107.99 74.94,102.97C76.31,99.11 78.11,95.39 79.67,91.59C80.54,89.48 81.25,87.3 82.13,85.19C82.83,83.51 83.63,81.87 84.46,80.25C84.95,79.3 84.84,79.88 85.3,80.41C86.39,81.7 85.98,82.83 85.65,84.12C82.96,94.53 81.55,105.11 81.89,115.86C82.2,125.6 83.79,135.13 87.05,144.36C87.65,146.04 87.74,147.9 88.07,149.68C87.79,149.86 87.51,150.04 87.23,150.21C85.23,147.83 82.25,145.11 73.11,146.51C68.19,148.27 65.83,151.41 65.2,156.26C65.13,156.84 64.87,157.43 64.61,157.97C62.47,162.3 63.55,166.57 67.77,168.71C72.16,170.93 76.95,171.82 81.72,170.21C83.77,169.51 85.56,167.87 87.3,166.45C88.74,165.29 89.9,163.79 91.23,162.49C91.52,162.21 92.01,162.14 92.41,161.98C92.4,162.39 92.39,162.81 92.38,163.23C92.26,166.99 91.91,170.66 89.26,173.7C87.6,175.61 85.74,176.88 83.18,177.39C79.76,178.08 76.48,179.09 72.87,178.33C67.16,177.14 63.09,172.82 62.58,166.86C62.47,165.57 62.56,159.15 62.56,159.15C62.56,159.15 57.75,159.52 56.59,159.51H56.59Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1125 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M134.03,146.48C133.49,144.08 131.85,136.24 131.61,135.21C129.81,127.29 127.98,119.37 126.13,111.45C124.11,102.79 120.12,84.53 118.29,79.04C118.01,78.2 116.93,77.97 116.34,78.62C112.68,82.71 104.97,98.68 102.75,103.27C101.29,106.29 97.96,113.18 97.62,113.54C97.37,113.18 89.47,86.32 86.8,78.99C86.51,78.21 85.46,78.06 84.98,78.75C81.96,83.08 78.12,92.25 76.27,96.99C73.52,104.05 59.67,144.64 59.75,145.46C59.85,146.54 60.86,147.13 61.48,146.17C61.56,145.98 61.63,145.8 61.71,145.62L61.74,145.57C62.39,143.47 63.04,141.36 63.69,139.25C63.85,138.8 66.59,130.26 67.53,127.6C71.05,117.7 74.4,107.74 78.13,97.92C81.54,88.91 85.56,81.12 85.76,81.18C86.99,85.19 88.19,89.81 89.36,93.84C90.82,98.88 92.17,103.95 93.61,108.99C94.23,111.18 94.87,113.37 95.72,115.48C96,116.18 96.66,117.01 97.36,117.01C98.06,117.01 98.93,116.26 99.25,115.62C108.96,95.94 112.47,86.8 116.81,80.61C117.41,82.68 120.83,96.77 122,102.19C123.88,110.81 130.27,139.4 131.68,145.06C131.93,146.06 132.42,147.01 132.88,147.95C133,148.18 133.45,148.26 133.74,148.41C133.86,148.15 134.05,147.89 134.08,147.62C134.12,147.25 134.11,146.85 134.03,146.48L134.03,146.48Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="40"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1289 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M123.02,151.43C121.68,149.37 118.1,146.51 111.77,146.51C112.13,139.84 108.4,136.41 106.2,134.26C108.06,132.91 108.2,131.57 108.26,129.65C108.31,128.1 107.21,125.44 105.45,126.84C103.69,128.25 103.69,132.11 104.42,133.48C99.12,131.05 93.68,130.89 88.93,132.11C90.33,130.7 90.33,126.14 88.19,126.08C85.84,126.03 85.34,131.5 86.47,133.16C84.36,134.92 82.24,136.81 80.84,139.84C79.44,142.86 79.44,145.1 79.44,145.1C73.46,145.46 68.59,146.84 66.08,150.73C63.57,154.61 62.72,157.98 62.57,159.51C62.52,159.95 64.58,160.3 64.67,159.86C64.95,158.59 66.78,152.48 68.54,150.73C70.3,148.97 75.57,146.16 80.84,147.21C86.12,148.27 89.51,152.91 89.78,156.82C89.81,157.19 90.53,157.52 90.92,157.87C91.14,157.45 91.49,157.05 91.54,156.62C91.99,152.75 87.88,148.27 85.77,147.21C84.01,145.81 81.55,145.1 81.55,145.1C81.97,137.81 87.17,134.77 89.28,133.87C91.74,132.81 93.87,133.13 95.96,133.16C102.86,133.27 109.67,137.73 110.02,146.51C110.02,146.51 106.86,146.51 102.99,149.32C100.9,150.84 98.4,155.14 98.47,157.7C98.49,158.26 99.35,160.8 99.48,160.21C99.74,158.95 100.18,156.34 100.88,154.94C103.63,149.44 106.86,148.97 109.67,148.62C114.85,147.97 119.73,148.54 122.67,153.89C123.62,155.6 124.08,157.4 124.67,159.04C125.12,159.22 126.63,159.53 126.54,158.8C125.75,157.04 124.56,153.62 123.03,151.43H123.02Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="43"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4580 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M137.79,153.89C138.11,154.84 138.6,157.14 138.82,158.4C139.02,159.54 138.16,160.58 137.01,160.62L128.42,160.83C128.42,160.83 128.42,160.84 128.42,160.84C129.29,167.52 127.67,173.23 122.47,177.18C118.64,180.09 113.94,180.63 108.96,180.23C103.77,179.81 100.71,177.24 97.81,173.51C94.7,169.49 95.81,164.43 96.31,159.86C96.31,159.86 96.31,159.85 96.31,159.85C96.01,159.77 93.94,159.85 93.51,159.85C93.51,159.85 93.5,159.85 93.5,159.85C93.33,160.17 93.22,164.81 92.98,166.85C92.43,171.48 89.91,174.96 85.9,176.9C82.44,178.58 78.54,179.5 74.59,179.12C70.99,178.77 67.84,177.24 65.34,174.53C63.2,172.21 61.9,169.52 61.66,166.35C61.52,164.54 61.66,162.48 61.52,160.56C61.52,160.56 61.51,160.55 61.51,160.55L57.05,160.73C55.99,160.77 55.11,159.94 55.07,158.88C54.94,154.79 57.15,151.24 57.65,147.1C57.65,147.09 57.65,147.09 57.64,147.09C55.27,147.85 53.06,148.55 50.84,149.26C45.9,150.84 40.97,152.44 36.03,153.99C31.72,155.34 30.89,152.72 31.59,149.46C32.23,146.45 33.28,143.52 34.29,140.61C37.12,132.47 39.98,124.34 42.85,116.21C44.29,112.12 45.67,108.08 47.25,103.53C47.25,103.53 47.25,103.53 47.25,103.52C46.89,103.07 46.27,102.33 45.74,101.54C41.55,95.33 37.39,89.11 33.21,82.9C31.34,80.12 29.31,77.43 27.64,74.53C25.02,69.98 22.55,65.32 20.19,60.62C19.35,58.92 20.27,57.84 22.16,57.82C22.39,57.82 32.17,58.12 36.83,58.24C42.01,58.38 47.2,58.44 52.38,58.69C58.46,59 71.21,60.19 71.71,60.1C71.71,60.1 71.71,60.1 71.71,60.1C73.72,56.05 75.58,51.46 77.7,47.33C80.36,42.17 83.02,37.01 85.84,31.93C88.99,26.24 97.62,11.36 99.13,11.28C100.89,11.28 106.9,21.57 108.97,25.4C113.98,34.68 118.81,44.1 123.73,53.43C124.73,55.32 127.08,60.4 127.6,61.15C127.6,61.15 127.6,61.15 127.6,61.15C133.16,60.91 139.12,60.47 144.62,60.34C150.41,60.21 156.21,60.2 162.01,60.26C166.9,60.31 171.8,60.57 176.69,60.68C178.42,60.72 181.24,61.13 181.37,61.15C181.38,61.15 181.38,61.16 181.38,61.16C181.02,63.62 179.3,67.33 178.16,69.17C172.83,77.79 166.87,85.99 160.5,93.89C157.15,98.04 153.98,102.34 150.58,106.77C150.58,106.77 150.58,106.77 150.58,106.77C150.61,107.04 155.39,121.61 158.06,128.33C161.18,136.16 163.43,144.22 165.6,152.33C166.63,156.21 163.99,156.56 160.96,156.08C158.65,155.72 156.4,154.93 154.16,154.21C149.23,152.62 144.32,150.96 139.4,149.32C138.56,149.04 136.55,148.2 135.7,147.91C135.69,147.91 135.69,147.91 135.69,147.92C135.78,148.17 137.12,151.85 137.79,153.88L137.79,153.89ZM63.94,157.4C64.54,157.4 65.02,157.89 65.02,158.49C64.99,160.62 64.92,164.58 65.13,166.38C65.6,170.35 68.54,173.43 71.65,174.79C74.93,176.23 78.18,175.35 81.52,174.74C85.75,173.98 89.58,169.69 89.65,165.5C89.67,164.24 89.54,160.38 89.64,158.1C89.66,157.56 89.72,157.16 89.79,156.88C89.87,156.57 90.17,156.36 90.49,156.38C91.49,156.45 96.87,156.37 99.27,156.57C99.77,156.61 100.13,157.06 100.06,157.55C99.92,158.57 99.67,160.25 99.48,161.26C98.39,166.83 99.09,171.46 104.05,174.96C105.01,175.64 106.12,176.26 107.21,176.71C110.72,177.77 114.17,177.47 117.3,176.08C121.39,174.26 124.33,171.22 124.81,166.49C124.96,164.98 124.62,160.89 124.48,159.38C124.44,158.94 124.74,158.62 124.97,158.25C125.48,157.39 128.73,157.47 129.19,157.46C130.71,157.44 132.24,157.4 133.82,157.37C134.56,157.35 135.09,156.67 134.95,155.95C134.22,152.15 132.4,148.8 131.46,144.4V144.4C133.11,142.8 136.06,144.41 137.48,144.89C141.24,146.16 144.88,147.81 148.65,149C152.66,150.27 156.76,151.24 160.97,152.36C161.42,152.48 161.84,152.08 161.73,151.63C158.21,136.23 151.64,122.04 147.16,107.32C146.88,106.39 147.08,105.37 147.68,104.59C149.01,102.88 150.25,101.27 151.51,99.67C155.39,94.76 159.42,89.96 163.14,84.93C166.82,79.95 173.95,69.56 176.33,65.34C176.73,64.64 176.27,63.76 175.47,63.69C171.16,63.27 160.79,63.29 156.31,63.32C149.38,63.37 142.44,63.74 135.51,64.03C132.99,64.13 130.48,64.35 127.08,64.58C126.58,64.62 126.08,64.48 125.69,64.18C124.57,63.33 123.8,61.5 122.95,59.87C119.54,53.38 116.41,46.75 112.99,40.27C109.8,34.24 102.61,21.03 100.05,16.62C99.65,15.94 98.68,15.95 98.29,16.63C90.11,31.33 81.2,46.15 74.91,61.9C74.57,62.76 73.72,63.3 72.8,63.24C64.91,62.74 57.12,62.14 49.31,61.85C41.03,61.54 32.09,60.61 23.56,61.16C23.55,61.16 23.55,61.16 23.55,61.17C23.83,62.01 28.42,69.67 30.49,72.77C35.95,80.96 47.46,98.77 50.08,102.83C50.42,103.35 50.5,104 50.31,104.6C49.22,107.91 45.56,119.07 44.09,123.28C41.76,129.98 39.36,136.66 37.06,143.38C36.4,145.29 35.16,149.12 34.85,150.54C34.8,150.78 35.03,150.99 35.28,150.91C42.41,148.5 51.77,145.55 59.32,143.03C60.79,142.54 62.22,143.88 61.82,145.37C60.96,148.63 59.56,153.4 58.69,156.68C58.57,157.11 58.9,157.51 59.34,157.49C60.75,157.4 62.27,157.39 63.93,157.39L63.94,157.4Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/bookmarks_star_illustration.xml"
line="64"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (874 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M4.365,8.949L7.225,11.324L7.398,11.922L6.49,15.488C6.367,15.972 6.549,16.474 6.953,16.767C7.354,17.059 7.888,17.078 8.314,16.812L11.44,14.835H12.061L15.188,16.812C15.387,16.938 15.612,17 15.835,17C16.085,17 16.334,16.922 16.547,16.766C16.951,16.473 17.133,15.972 17.01,15.487L16.1,11.912L16.28,11.32L19.135,8.949C19.519,8.63 19.668,8.116 19.513,7.64C19.359,7.165 18.937,6.837 18.439,6.805L14.742,6.566L14.241,6.191L12.877,2.764V2.763C12.691,2.3 12.249,2 11.75,2C11.251,2 10.809,2.3 10.623,2.764L9.259,6.191L8.758,6.566L5.061,6.805C4.563,6.837 4.141,7.165 3.987,7.64C3.832,8.116 3.981,8.63 4.365,8.949ZM4.982,19.7L5.782,20.5H17.717L18.517,19.7V17.75C18.517,17.336 18.853,17 19.267,17C19.681,17 20.017,17.336 20.017,17.75V19.5C20.017,20.881 18.898,22 17.517,22H5.982C4.601,22 3.482,20.881 3.482,19.5V17.75C3.482,17.336 3.818,17 4.232,17C4.646,17 4.982,17.336 4.982,17.75V19.7Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_bookmarks_search.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (827 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M7,6V6.404L5.558,4.962C6.903,3.723 8.601,2.861 10.489,2.56L11.054,3.058C11.022,3.344 10.999,3.633 10.999,3.928C10.999,7.474 13.307,10.477 16.5,11.529V12.751L17,13.251H18.5L19,12.751V11.934H19.006C19.649,11.934 20.264,11.833 20.862,11.689L21.492,12.244C21.416,14.61 20.47,16.752 18.972,18.376L13.25,12.654V11.25L12.75,10.75H11.346L8.596,8H9L9.5,7.5V6L9,5.5H7.5L7,6ZM18.159,21.78C18.305,21.926 18.497,22 18.689,22C18.881,22 19.073,21.927 19.219,21.78C19.512,21.487 19.512,21.012 19.219,20.719L3.134,4.634C2.841,4.341 2.366,4.341 2.073,4.634C1.78,4.927 1.78,5.402 2.073,5.695L3.697,7.319C2.931,8.684 2.492,10.256 2.492,11.934C2.492,17.185 6.749,21.442 12,21.442C13.679,21.442 15.253,21.005 16.619,20.241L18.159,21.78ZM5,12.75V11.25L5.5,10.75H7L7.5,11.25V12.75L7,13.25H5.5L5,12.75ZM9.5,18L9,18.5H7.5L7,18V16.5L7.5,16H9L9.5,16.5V18Z"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_cookies_disabled.xml"
line="14"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (877 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M14.109,4.382 L15.484,2l1.515,0.875 -1.36,2.357a6.017,6.017 0,0 1,2.145 3.169l1.466,-0.893L19.25,4L21,4v4c0,0.306 -0.16,0.589 -0.42,0.748L18,10.318v5.364l2.58,1.57c0.26,0.16 0.42,0.443 0.42,0.748v4h-1.75v-3.508l-1.466,-0.893A6.01,6.01 0,0 1,12 22a6.01,6.01 0,0 1,-5.784 -4.4l-1.466,0.892L4.75,22L3,22v-4c0,-0.305 0.16,-0.589 0.42,-0.747L6,15.683v-5.365l-2.58,-1.57A0.875,0.875 0,0 1,3 8L3,4h1.75v3.508l1.466,0.893a6.017,6.017 0,0 1,2.145 -3.169l-1.36,-2.356L8.515,2l1.375,2.381A5.973,5.973 0,0 1,12 4c0.742,0 1.452,0.135 2.109,0.382zM14.302,12.915c0.161,-0.26 0.588,-0.26 0.748,-0.001 0.458,0.74 0.7,1.592 0.7,2.462L15.75,16a3.75,3.75 0,0 1,-7.501 0.002,3.477 3.477,0 0,1 0.756,-1.956l0.027,-0.032 0.046,-0.054c0.014,-0.016 0.029,-0.03 0.044,-0.044a3.831,3.831 0,0 0,0.753 -3.628,0.44 0.44,0 0,1 0.56,-0.546c1.777,0.6 3.026,2.145 3.244,3.943 0.24,-0.231 0.45,-0.49 0.623,-0.77z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_debug_transparent_fire_24.xml"
line="11"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (934 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M50.15,18.05c-1.13,-2.72 -3.43,-5.66 -5.23,-6.59a26.79,26.79 0,0 1,2.64 7.91c-3,-7.34 -7.94,-10.3 -12,-16.74 -0.2,-0.33 -0.41,-0.65 -0.61,-1a5.94,5.94 0,0 1,-0.29 -0.54,4.92 4.92,0 0,1 -0.39,-1 0.07,0.07 0,0 0,-0.05 -0.07h-0.07a19,19 0,0 0,-9 14.46h0.92a13.13,13.13 0,0 1,11.4 6.66,9 9,0 0,0 -6.27,-1.52c9.36,4.68 6.85,20.81 -6.13,20.2a11.91,11.91 0,0 1,-3.39 -0.66,12.13 12.13,0 0,1 -0.76,-0.31l-0.44,-0.21 -0.38,-0.19 0.36,0.18a11,11 0,0 1,-6.13 -8.52s1.2,-4.48 8.6,-4.48c0.8,0 3.09,-2.23 3.13,-2.88 0,-0.21 -4.54,-2 -6.3,-3.76 -1,-0.93 -1.4,-1.37 -1.79,-1.71A10.031,10.031 0,0 0,17.29 16.77a12,12 0,0 1,-0.07 -6.36,19.21 19.21,0 0,0 -6.2,4.82c-1,-1.31 -1,-5.62 -0.9,-6.52a4.39,4.39 0,0 0,-0.87 0.46,19.37 19.37,0 0,0 -2.54,2.18 22.23,22.23 0,0 0,-2.43 2.92,21.88 21.88,0 0,0 -3.5,7.88v0.18a39.815,39.815 0,0 0,-0.3 1.64A31.77,31.77 0,0 0,0.02 27.6L0.02,27.77a26,26 0,0 0,51.7 4.41l0.12,-1a26.9,26.9 0,0 0,-1.69 -13.13zM47.56,19.39z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_firefox.xml"
line="132"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1535 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M78 44.4c-1.2-2.7-3.8-6-5.7-6.8-0.5-0.2-1.2 00.5-1 1-2.8-3.3-6-6.3-8-10.2l-0.6-1.3c-0.3-0.5-1-0.6-1.7-0a20 20 0 0 0-8.6 13.6c-0.5 0-3.3 0.3-3 1.8 0.7 1.3 1.8 0 3.2 0 4.4-0.3 7 0.7 9.4 3-1.6-0.3-4-0.6-4 0.9 0 0.5 1.3 1 1.8 1.5a9 9 0 0 1 3.5 9.3 9.2 9.2 0 0 1-10 7.6c-8.7-0.5-9.7-8.3-9.7-8.3 1.3-3 5.6-3.6 6.6-3.5 1.4 0 1.8-0.3 2.8-1 2-1.6 2.5-3 1.2-3.5-1-0.5-3-1.4-4.3-2.4-3-2-2.4-2.4-3.6-3-0.3-1.6-0.4-2.3-0.2-4 0-1 0.5-1.8 0-2-0.6-0.5-0.7-0.3-1.2-0-2.3 0.8-4.3 3-5 3.7a17 17 0 0 1-0.4-4c0.2-1.3-0.5-2-1.8-1a22.7 22.7 0 0 0-9.6 19.5 26 26 0 1 0 50-10.5zm-18.8-3c-1.6-0.5-3.3-1-5-1 0.2-2.8 2.6-7.6 4.4-9.2-0.7 2-1.3 7 0.6 10.2zm0.5-5.5c0-3.6 0.7-5 1.5-6.7a29.7 29.7 0 0 0 2.5 3.6c3.7 4.4 8 8 10 13.3 1 2.3-0 8.4-4 12a13 13 0 0 0-1.3-8c-0.8-1-1.5-2.3-2.6-3-2.2-3.5-2.4-2.7-4-4.8a11.2 11.2 0 0 1-2.2-6.6zm1.6 28c5-4 5.4-12 0.7-16.6 7.8 2.6 6.2 12 5.2 13.3-1 1.3-3.8 2.4-6 3.4zm-9.8-13.5c0 1.2-1.8 0.3-5 1.2-3 0.8-4.2 3.3-4.2 3.3 0-0.8 0.2-2.4-0.3-2.8-0.3-0.4-1-0.2-1.7-0.4a5.4 5.4 0 0 1-3.6-2.3c2.8-1.5 5.7-1 8.5 0.4 1.8 1 4.3 0.5 6.3 0.6zm-7.3-11.3s-0.2 1.3 0 2.7c0 0-1.6-0.5-2.7-0.5 1-1 2.7-2.2 2.7-2.2zM30 54.5c-1-5.4 2.4-13 7.6-17 0 2 0 4.3 1.3 5.4 0.3 0.2 1 0 1.8 0 1.4 0 3 0.4 4.2 1.2 1.7 1.2 2.2 2.8 6.5 4.7 0 0-4 0-5.2-0.3-2-0.6-3.3-1.7-7.3-1.5-1.7 0-4.8 1.4-4.5 2.3 0.7 2.6 3.6 4.3 6 4.5-0.8 7 7.3 13.4 14.5 13.2a21 21 0 0 0 20.2-14.3c0.3 4.8-1 10-4 13.6C66 73 58 75.2 49.3 73.7a24 24 0 0 1-19.2-19.2zm48 2.8a24.3 24.3 0 0 1-45.8 7.4c5.4 7.2 12 10.8 20.6 11 11.5 0.6 20.8-6 23.5-16.8 1.5-6-0-11.3-1.6-16.7a22.7 22.7 0 0 1 3.3 15z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_foreground.xml"
line="11"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2141 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M80.22,45.46C78.99,42.51 76.5,39.33 74.54,38.32C75.94,41.01 76.9,43.9 77.41,46.89L77.41,46.93C74.21,38.98 68.79,35.78 64.36,28.79C64.13,28.43 63.91,28.07 63.69,27.71C63.58,27.52 63.48,27.33 63.38,27.13C63.2,26.77 63.06,26.4 62.96,26.01C62.96,25.99 62.95,25.98 62.94,25.96C62.93,25.95 62.91,25.94 62.89,25.94C62.88,25.93 62.86,25.93 62.84,25.94C62.84,25.94 62.83,25.94 62.83,25.95C62.82,25.95 62.81,25.95 62.81,25.96L62.82,25.94C56.53,29.61 53.92,36.05 53.25,40.14C51.31,40.25 49.4,40.74 47.64,41.57C47.47,41.65 47.34,41.8 47.27,41.98C47.21,42.16 47.22,42.36 47.3,42.53C47.38,42.71 47.52,42.84 47.7,42.91C47.88,42.97 48.08,42.96 48.25,42.88C49.79,42.16 51.44,41.73 53.13,41.61L53.3,41.6C53.53,41.59 53.76,41.58 53.99,41.57C55.37,41.56 56.73,41.75 58.05,42.14C58.13,42.16 58.21,42.18 58.28,42.21C58.5,42.28 58.72,42.35 58.94,42.43C59.09,42.49 59.25,42.55 59.4,42.61C59.53,42.66 59.66,42.71 59.78,42.77C59.98,42.85 60.17,42.94 60.36,43.04C60.45,43.08 60.54,43.12 60.62,43.17C60.81,43.27 60.99,43.37 61.17,43.47C61.29,43.54 61.41,43.61 61.52,43.68C63.57,44.94 65.27,46.7 66.47,48.79C64.47,47.41 62.05,46.82 59.65,47.13C69.83,52.21 67.09,69.68 52.99,69.02C51.74,68.97 50.5,68.73 49.31,68.32C49.04,68.21 48.76,68.1 48.48,67.98C48.32,67.91 48.16,67.83 48.01,67.75C44.55,65.97 41.7,62.6 41.34,58.51C41.34,58.51 42.65,53.66 50.69,53.66C51.56,53.66 54.05,51.24 54.1,50.54C54.09,50.31 49.16,48.35 47.24,46.47C46.22,45.46 45.73,44.97 45.3,44.61C45.07,44.41 44.82,44.23 44.57,44.06C43.92,41.81 43.89,39.42 44.49,37.16C41.88,38.42 39.56,40.2 37.68,42.41H37.67C36.54,40.99 36.62,36.32 36.68,35.34C36.35,35.47 36.03,35.64 35.74,35.84C34.75,36.54 33.82,37.34 32.97,38.2C32.01,39.18 31.12,40.24 30.33,41.37V41.37V41.37C28.51,43.94 27.22,46.84 26.53,49.92C26.35,50.78 26.19,51.64 26.07,52.52C26.04,52.74 26.01,52.96 25.98,53.18C25.9,53.72 25.85,54.25 25.82,54.79C25.82,54.82 25.82,54.85 25.81,54.88C25.79,55.19 25.77,55.5 25.75,55.82V55.96C25.82,63.05 28.51,69.86 33.3,75.06C38.1,80.25 44.65,83.47 51.67,84.06C58.7,84.66 65.7,82.6 71.29,78.28C76.88,73.97 80.68,67.71 81.92,60.74C81.97,60.37 82.01,60.01 82.05,59.64C82.63,54.84 82,49.96 80.21,45.47L80.22,45.46Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_launcher_monochrome.xml"
line="14"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (13196 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M594.96,784.94C594.48,784.34 593.8,783.47 593.09,782.58C592.17,784.97 589,784.64 586.29,781.8C585.58,784.93 583.6,783.12 582.02,782.74C579.62,782.16 577.25,781.47 574.88,780.78C574.32,780.62 573.6,780.42 573.31,779.99C571.7,777.6 569.45,779.3 567.79,778.54C564.54,777.06 561.01,780.46 557.79,776.53C556.52,774.97 553.56,774.9 551.36,774.2C548.33,773.25 545.26,772.52 542.28,771.39C538.98,770.14 536.83,766.42 533.05,765.92C531.68,765.73 530.35,764.79 528.99,764.28C528.03,763.92 526.95,763.91 526.08,763.4C522.48,761.28 518.71,759.38 515.48,756.72C513.39,754.99 511.34,753.4 509,752.1C506.31,750.61 503.73,748.84 501.15,747.1C497.7,744.77 494.3,742.34 490.86,739.98C490.36,739.64 489.78,739.43 489.25,739.14C486.08,737.39 483.15,735.49 480.8,732.32C479.62,730.72 476.92,730.45 475.09,729.25C470.91,726.5 466.62,723.84 462.78,720.59C459.08,717.46 454.99,715.05 451.11,712.33C445.1,708.1 438.55,704.81 432.3,700.97C428.64,698.72 425.22,695.99 421.52,693.86C419.79,692.86 417.62,692.84 415.69,692.2C414.84,691.92 412.71,693.17 413.47,690.43C412.02,690.36 410.58,690.28 409.13,690.26C408.95,690.25 408.78,690.61 408.61,690.8C406.7,688.48 404.17,688.13 401.62,687.68C400.97,687.57 400.4,686.55 399.76,686.44C395.47,685.69 391.37,683.85 386.84,684.29C384.5,684.52 381.79,682.41 379.14,681.3C378.82,682.04 378.52,682.73 378.23,683.41C376.39,682.61 374.84,681.1 372.84,683.01C372.24,683.57 370,682.23 368.26,681.68C368.26,681.68 367.77,682.35 367.24,682.33C365.83,682.28 364.14,682.39 363.06,681.61C361.03,680.16 360.78,681.59 360.21,682.85C359.39,679.87 357.66,682.04 356.37,681.82C356.03,681.76 355.33,682.59 355.3,682.56C352.94,679.64 350.48,681.63 348.07,681.81C348,681.82 347.84,681.63 347.84,681.63C345.83,684.27 343.02,682.79 340.49,682.7C339.16,682.66 337.76,682.32 336.52,682.59C334.17,683.1 331.92,683.96 329.4,684.74C329.68,683.75 329.89,682.98 330.14,682.12C326.6,683.66 323.34,685.84 319.52,682.61L314.94,684.78C314.6,684.57 313.39,683.73 313.34,683.81C312.06,685.7 309.41,684.57 308.49,685.39C306.65,687.03 305,685.36 303.37,685.78C302.08,686.11 300.65,685.95 298.45,686.04C295.4,682.88 291.78,688.23 288.4,686.59C287.41,687.05 286.11,687.9 285.95,687.71C283.88,685.17 281.33,687.4 278.98,686.37C277.67,685.79 275.56,687.59 273.58,688.41C273.15,687.97 272.56,687.37 271.6,686.38C271.68,687.48 271.72,688.02 271.78,688.72C270.96,687.88 270.21,687.13 269.3,686.19C268.22,686.36 267.26,689.78 265.94,687.28C264.4,687.24 263.29,687.18 262.19,687.18C261.47,687.18 260.76,687.34 260.05,687.3C259.09,687.25 258.13,687.08 256.77,686.92C255,689.14 253.44,688.79 249.49,684.95L250.46,687.01C250.09,687.16 249.85,687.36 249.62,687.32C246.23,686.83 242.83,686.46 239.48,685.75C237.55,685.33 235.7,684.34 233.82,683.62C233.35,683.45 232.64,683.07 232.41,683.27C230.29,685.04 227.98,682.5 225.7,683.14C224.72,683.41 223.22,682.07 221.96,681.43C221.66,681.28 221.43,680.91 221.13,680.82C216.53,679.42 211.84,678.31 207.34,676.56C204.85,675.6 202.74,673.38 200.31,672.08C197.01,670.31 194.58,667.03 190.67,666.11C189.13,665.75 187.92,663.09 186.83,661.79C185.87,661.68 184.93,661.86 184.33,661.44C182.64,660.27 181.04,658.91 179.5,657.49C178.81,656.85 178.37,655.9 177.71,654.92C177.03,654.33 176.07,653.51 175.12,652.68C171.24,649.26 167.36,645.84 163.48,642.42C163.32,642.28 163.05,642.15 163.03,642.01C162.49,637.69 158.43,636.26 156.35,633.19C154.08,629.83 151.29,626.85 148.96,623.53C146.9,620.6 145.52,617.08 143.19,614.44C140.45,611.33 138.92,607.49 136.62,604.37C134.41,601.39 133.15,598 131.03,595.08C130.64,594.53 131.04,593.36 131.04,593.36C129.69,592.05 127.9,591.01 127.94,590.2C128.03,588.19 127.03,587.1 125.97,585.8C125.55,585.28 125.39,584.52 125.18,583.85C124.03,580.15 122.81,576.47 121.82,572.74C121.32,570.87 121.26,568.91 121,566.98C120.98,566.78 121.07,566.47 120.97,566.4C117.4,563.61 119.45,559.86 118.85,556.57C117.75,550.5 116.6,544.44 115.7,538.35C115.29,535.49 115.25,532.55 115.36,529.69C115.5,526.04 115.84,522.41 116.34,518.83C116.8,515.57 116.46,512.1 118.16,509.12C118.71,508.15 118.37,506.57 118.43,505.27C118.15,505.23 117.86,505.2 117.58,505.16C117.63,504.96 117.64,504.62 117.73,504.6C122.08,503.88 118.75,500.35 119.27,498.25C119.62,496.82 118.42,494.84 119.85,494.33C119.94,489.66 119.59,485.18 120.35,481.01C120.6,479.61 122.57,478.52 121.7,476.32C121.63,476.15 122.08,475.63 122.39,475.51C124.75,474.61 125.32,472.99 124.75,470.25C124.56,469.37 126,468.27 126.43,466.73C128.32,460.05 130.86,453.59 133.59,447.28C134.69,444.73 136.9,442.79 138.54,440.53C138.8,440.18 138.59,439.44 138.83,439.07C139.76,437.61 140.87,436.29 141.77,434.81C143.12,432.59 144.34,430.29 145.6,428.01C145.74,427.76 145.69,427.35 145.87,427.16C147.44,425.54 149.06,423.98 150.64,422.37C153.3,419.66 155.68,416.56 158.67,414.33C161.93,411.9 164.18,408.49 167.14,405.83C169.83,403.42 172.97,401.57 175.71,399.22C178.55,396.79 181.13,394.06 183.85,391.5C184.25,391.12 184.78,390.82 185.3,390.68C186.86,390.24 188.77,390.27 188.24,387.61C188.21,387.46 188.37,387.13 188.44,387.14C191.92,387.26 192.44,382.74 195.73,382.29C196.92,382.12 197.81,380.26 198.81,379.15C203.12,374.38 207.36,369.53 211.74,364.83C214.32,362.08 217.54,359.91 219.71,356.86C222.25,353.29 225.1,349.96 227.49,346.21C229,343.85 230.02,340.95 232.12,338.74C234.54,336.22 235.51,332.2 237.34,328.98C238.11,327.62 239.48,326.65 240.59,325.53C240.66,325.45 240.99,325.6 241.01,325.54C242.07,322.83 243.29,320.19 244.05,317.37C244.4,316.03 245.54,315.65 246.02,314.28C247.72,309.41 250.57,305.08 252.45,300.27C254.86,294.07 256.74,287.64 259.87,281.75C261.78,278.17 262.38,273.77 263.7,269.79C264.13,268.49 265.08,267.42 265.58,266.14C267.56,260.99 269.3,255.71 271.44,250.65C272.55,248.04 274.5,245.89 275.76,243.34C277.19,240.46 278.09,237.26 279.55,234.4C281.5,230.59 283.87,227.04 285.89,223.27C287.61,220.06 289.08,216.68 290.69,213.4C291.11,212.54 291.57,211.67 292.17,210.96C296.94,205.28 301.8,199.69 306.52,193.96C308.46,191.6 310.04,188.89 311.94,186.49C312.73,185.49 313.94,184.88 314.8,183.92C315.98,182.8 317.19,181.71 318.33,180.55C319.58,179.29 320.67,177.84 322.01,176.69C323.8,175.14 325.77,173.82 327.65,172.37C327.86,172.21 327.99,171.94 328.15,171.71C328.43,171.29 328.61,170.71 328.99,170.49C332.32,168.54 335.29,166.04 338.5,163.9C339.93,162.95 341.34,161.97 343.2,160.71L349.4,157.78C350.95,157.81 352.52,156.22 353.18,152.77C354.1,153.47 354.99,154.15 356.01,154.92C356,154.4 355.83,153.51 356.01,153.44C358.06,152.56 360.17,151.81 362.26,151.02C364.27,150.26 366.27,149.5 368.27,148.74C369.7,148.19 371.09,147.55 372.55,147.1C375.05,146.32 377.54,145.32 380.13,145.03C383.74,144.62 386.52,142.14 390.06,141.68C392.43,141.38 395.12,140.04 397.09,140.9C399.9,142.14 400.34,140.38 401.72,139.16C401.51,139.64 401.29,140.12 400.67,141.51C402.75,140.32 404.15,139.51 406.18,138.35C405.69,139.39 405.5,139.77 405.59,139.59C407.68,139.83 410.15,140.53 412.44,140.25C414.77,139.97 416.93,138.71 419.47,137.77C419.88,139.15 420.24,140.39 420.67,141.84C420.99,140.2 424.43,137.74 425.21,138.59C427.76,141.37 430.76,139.5 433.52,140.41C436.69,141.45 440.2,140.91 443.55,141.34C444.53,141.47 445.41,142.83 446.43,143.13C449.21,143.94 452.08,144.34 454.86,145.18C457.64,146.03 460.38,147.14 463.09,148.29C464.28,148.8 465.31,149.8 466.48,150.4C467.49,150.91 468.6,151.23 469.68,151.5C470.57,151.74 471.6,151.54 472.39,151.96C477.76,154.82 483.16,157.63 488.38,160.8C491.57,162.74 494.4,165.38 497.5,167.52C498.51,168.22 499.84,168.35 501.17,168.78C501.91,169.44 502.89,170.42 503.96,171.26C506.8,173.47 509.64,175.69 512.56,177.79C514.91,179.48 517.4,180.94 519.76,182.61C523.26,185.07 526.76,187.56 530.16,190.18C532.33,191.84 534.24,193.92 536.45,195.51C540.13,198.15 543.95,200.55 547.72,203.02C550.81,205.05 553.9,207.09 557.04,209.02C557.97,209.59 559.1,209.75 560.09,210.21C563.4,211.73 566.7,213.25 569.97,214.87C572.39,216.06 574.74,217.46 577.17,218.66C578.64,219.39 580.17,220.02 581.72,220.51C585.11,221.58 588.55,222.42 591.91,223.56C595.22,224.69 598.47,226.09 601.75,227.35C602.46,227.62 603.2,227.77 603.92,228.02C606.87,229.05 609.81,230.1 613.16,231.28C614.9,231.33 617.2,231.4 620.03,231.49C622,235.63 625.83,233.44 629.5,233.6C628.89,234.28 628.49,234.73 627.37,235.97C634.77,235.44 641.13,236.84 647.19,240.92C649.19,239.43 653.36,239.9 655.4,242.29C657.97,240.36 660.09,241.2 662.8,243.38C665,245.14 668.25,245.38 671.03,246.26C671.46,246.39 672.05,246.18 672.36,246.43C674.49,248.19 676.53,248.08 678.72,246.98C679.16,246.76 680.05,247.34 680.69,247.66C681.18,247.9 681.58,248.51 682.06,248.62C684.34,249.13 686.78,249.09 688.88,250.05C691.75,251.38 694.63,251.46 697.51,252.11C700.13,252.71 702.55,254.77 705.06,256.19C705.47,255.82 705.89,255.44 705.97,255.36C710.26,258.39 714.89,258.67 719.33,259.79C720.44,260.07 721.44,261.05 722.7,261.84C724.36,260.12 725.93,262.12 727.6,262.91C730.14,264.1 732.64,265.38 735.5,266.79C735.65,266.63 735.33,266.96 734.99,267.32C737.99,268.02 740.88,268.35 743.57,269.39C746.92,270.68 750.14,272.47 753.35,274.21C754.3,274.73 754.77,276.28 756.23,275.17C756.61,274.89 757.83,275.65 758.59,276.1C760.13,277.02 761.61,278.1 763.14,279.05C764.71,280.02 766.38,280.81 767.88,281.89C768.97,282.67 769.45,284.85 771.34,283.47C771.45,283.4 772.17,284.37 772.68,284.72C774.36,285.85 776.08,286.93 777.79,288.01C777.94,288.11 778.15,288.1 778.29,288.2C781.65,290.75 785.05,293.24 788.36,295.86C792.41,299.05 796.49,302.21 800.35,305.66C802.39,307.48 803.72,311.02 805.85,311.71C807.99,312.41 809.33,313.68 810.39,315.09C812.14,317.45 815.52,317.95 816.34,321.45C816.55,322.35 818.79,322.67 819.65,323.68C821.36,325.7 822.8,327.97 824.26,330.21C826.02,332.9 827.01,336.03 830.08,337.85C831.58,338.74 832.3,341.13 833.53,342.71C835.34,345.04 837.3,347.25 839.62,350.02C839.61,350.15 839.57,351.17 839.52,352.28C841.4,353.17 843.2,354.04 843.09,356.89C843.05,357.9 843.98,359.43 844.86,360.06C846.99,361.58 847.87,363.8 848.11,366.02C848.36,368.28 849.39,368.86 850.76,368.95C851.61,371.21 852.02,373.43 853.18,375.12C854.49,377.04 855.92,378.52 854.54,380.93C854.39,381.19 855.65,382.54 856.37,383.27C857.58,384.49 858.72,385.24 857.95,387.59C857.41,389.23 857.84,391.74 859.83,393.59C861.08,394.74 861.48,396.96 862.27,398.69C861.88,398.84 861.5,398.98 860.72,399.27C861.93,401.48 863.34,403.65 864.33,405.99C864.96,407.47 864.9,409.22 865.31,410.81C865.6,411.91 866.06,413 866.63,413.98C867.48,415.46 868.08,416.69 866.61,417.02C866.67,418.3 866.74,419.58 866.8,420.86C866.82,421.28 866.69,421.77 866.85,422.1C869.94,428.27 869.32,434.9 870.32,441.33C870.87,444.92 871.23,448.53 871.63,452.13C871.71,452.83 871.85,453.7 871.56,454.2C870.78,455.51 871.27,456.49 871.54,457.96C872.18,461.4 872.15,465.29 871.12,468.45C870.67,469.83 871.62,469.65 871.6,470.21C871.45,474.45 870.68,478.77 871.38,482.92C871.81,485.48 870.68,487.41 870.95,489.77C871.11,491.24 869.96,492.74 869.55,494.29C868.87,496.91 868.17,499.54 867.75,502.23C867.38,504.58 867.31,506.97 865.22,508.42C864.85,508.67 864.37,509.19 864.41,509.56C864.9,513.83 862.28,516.74 861.01,520.25C859.97,523.13 859.34,526.2 858.4,529.13C857.52,531.89 856.57,534.63 855.47,537.28C854.65,539.24 853.73,541.2 852.5,542.85C851.83,543.74 852.39,545.84 850.38,545.6C850.3,545.59 849.9,546.98 850.11,547.54C851.37,550.86 848.21,551.62 847.34,553.68C847.27,553.86 846.65,553.74 846.84,553.73C846.38,555.27 846.28,556.64 845.64,557.57C843.2,561.11 839.96,564.17 838.21,568.08C836.58,571.72 834.81,574.72 831.7,577.06C830.01,578.34 829.28,580.91 827.92,582.72C825.54,585.89 823.06,588.97 820.52,591.98C818.65,594.18 816.6,596.21 814.66,598.33C810.85,602.51 807.02,606.66 803.28,610.9C800.77,613.75 798.74,617.17 795.9,619.54C791.67,623.07 787.96,627.03 784.31,631.18C780.65,635.34 776.15,638.64 772.27,642.6C769.56,645.36 767.37,648.69 764.77,651.58C763.63,652.84 761.8,653.41 760.69,654.69C758.86,656.8 757.47,659.32 755.7,661.49C753.22,664.54 750.59,667.45 747.99,670.39C746.28,672.33 744.44,674.14 742.81,676.14C741.69,677.52 740.89,679.18 739.82,680.6C739.23,681.39 738.38,681.94 737.31,682.91C737.14,683.64 737.14,685.36 736.4,686.48C732.57,692.23 728.64,697.89 724.57,703.44C722.51,706.24 719.9,708.59 717.9,711.43C716.84,712.93 716.55,715.06 715.95,716.92C715.86,717.18 716.03,717.76 715.94,717.79C711.57,719.21 711.77,724.8 708.31,727.27C706.44,728.61 705.91,731.8 704.37,733.81C700.09,739.39 695.63,744.81 691.16,750.23C690.65,750.85 689.38,750.83 688.98,751.48C686.4,755.72 682.23,758.06 678.67,761.09C676.34,763.09 673.66,764.63 671.07,766.29C670.56,766.61 669.78,766.52 669.66,767.15C668.61,768.18 667.65,769.32 666.5,770.21C665.07,771.33 663.58,772.45 661.95,773.18C660.54,773.81 658.91,773.98 657.35,774.2C653.66,774.72 650.29,776.48 646.36,776.14C645.04,776.03 643.7,777.39 642.38,778.09C640.95,778.86 639.66,780.71 637.89,778.16C637.58,778.82 637.46,779.68 637.06,779.83C634.1,780.94 631.08,781.91 628.08,782.92C627.91,782.98 627.67,783.13 627.55,783.05C624.53,781.22 622.44,784.11 619.82,784.13C618.52,784.14 617.17,783.53 615.52,783.11C615.58,783.06 615.08,783.78 614.42,783.95C612.58,784.41 610.67,784.67 608.78,784.96C608.45,785.01 607.94,784.95 607.76,784.72C605.86,782.36 604.09,783.44 602.04,784.14C600.66,784.62 598.91,784.05 597.35,784.13C596.6,784.17 595.89,784.61 594.96,784.94L594.96,784.94Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="12"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1382 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M512.2,327.58C517.67,329.63 522.42,333.25 525.86,337.98C531.21,345.35 534.63,353.94 535.81,362.96C535.85,363.24 535.89,363.51 535.93,363.78C535.98,364.19 536.04,364.6 536.09,365.01C538.29,392.48 519.11,417.07 491.93,421.61C464.75,426.16 438.61,409.16 431.75,382.48L431.68,382.21C431.17,379.8 430.85,377.36 430.7,374.9L430.67,374.79C430.61,374.28 430.38,371.92 430.36,371.45L430.34,371.08C430.16,365.16 431.16,359.27 433.28,353.73C434.19,351.31 435.3,348.98 436.61,346.74C437.74,344.76 439.06,342.89 440.53,341.15C440.98,340.65 441.47,340.19 442.01,339.79C442.71,344.28 444.45,348.53 447.09,352.22C449.48,347.33 452.86,343 457.02,339.48C456.99,343.89 458.16,348.21 460.38,352.01C460.97,352.23 461.45,352.43 461.97,352.68C465.21,348.44 469.66,345.28 474.73,343.6C472.77,331.54 476.62,319.27 485.11,310.48L485.15,310.47C485.18,310.45 485.21,310.45 485.25,310.45C485.32,310.44 485.39,310.49 485.4,310.56C485.76,311.22 486.19,311.84 486.69,312.4C486.93,312.68 487.2,312.99 487.53,313.3C487.95,313.72 488.38,314.14 488.81,314.56C488.96,314.7 489.1,314.84 489.24,314.98C493.79,319.26 498.35,322.35 502.79,325.37C509.39,329.86 515.74,334.18 521.43,341.95L521.41,341.86C519.09,336.65 515.99,331.83 512.2,327.58ZM476.89,393.43C476.97,393.44 477.05,393.46 477.13,393.48L476.89,393.43ZM477.13,393.48C477.16,393.48 477.2,393.49 477.24,393.5C477.39,393.53 477.54,393.57 477.7,393.6L477.13,393.48Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (871 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M432.53,383.58C443.19,406.27 468.2,418.49 492.66,412.97C510.86,409.44 525.12,395.26 528.74,377.08C530.93,364.87 528.32,352.29 521.45,341.96L521.43,341.88L521.46,341.97C525.8,353.75 523.63,366.95 515.76,376.73L515.74,376.81C501.14,396.56 481.95,395.13 477.75,393.61L476.9,393.43C466.61,391.92 458.45,383.97 456.65,373.73C451.46,375.14 445.92,373.36 442.52,369.18C447.36,364.19 454.44,362.07 461.23,363.57C468.03,364.78 475.03,363.28 480.73,359.39C475.83,358.41 471.02,357 466.37,355.17C464.04,353.8 462.93,353.14 461.97,352.68C461.45,352.43 460.98,352.23 460.38,352.01L459.13,351.58C455.12,350.86 451,351.08 447.09,352.22C444.45,348.53 442.71,344.28 442.01,339.79C441.47,340.19 440.98,340.65 440.53,341.15C439.06,342.89 437.74,344.76 436.61,346.74C435.3,348.98 434.19,351.31 433.28,353.73C431.16,359.27 430.16,365.16 430.34,371.08C430.4,375.34 431.14,379.56 432.53,383.58Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="135"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1664 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M525.86,337.98C522.42,333.25 517.67,329.63 512.2,327.58C515.99,331.83 519.09,336.65 521.41,341.86L521.43,341.95C511.92,328.96 500.55,325.62 489.24,314.98C488.67,314.42 488.09,313.86 487.53,313.3C487.2,312.99 486.93,312.68 486.69,312.4C486.19,311.84 485.76,311.22 485.4,310.56C485.39,310.49 485.32,310.44 485.25,310.45C485.21,310.45 485.18,310.45 485.15,310.47L485.11,310.48C476.62,319.27 472.77,331.54 474.73,343.6C475.32,343.41 475.9,343.2 476.51,343.05C485.85,340.66 495.75,343.48 502.44,350.42C498.18,348.85 493.48,348.91 489.27,350.59C499.39,353.13 506.32,362.43 505.87,372.86C505.41,383.28 497.69,391.94 487.39,393.59C485.08,394.07 482.71,394.2 480.36,393.98C479.81,393.92 479.25,393.84 478.69,393.75C478.37,393.69 478.04,393.63 477.72,393.56L476.88,393.38C477.14,393.43 477.4,393.5 477.68,393.54C470.25,392.05 464.08,386.91 461.27,379.87C461.27,379.87 461.38,370.41 476.01,366.66C478.38,364.86 480.05,362.29 480.73,359.39C475.83,358.41 471.02,357 466.37,355.17C464.04,353.8 462.93,353.14 461.97,352.68C461.45,352.43 460.97,352.23 460.38,352.01C458.16,348.21 456.99,343.89 457.02,339.48C452.86,343 449.48,347.33 447.09,352.22C444.45,348.53 442.71,344.28 442.01,339.79C441.47,340.19 440.98,340.65 440.53,341.15C439.06,342.89 437.74,344.76 436.61,346.74C435.3,348.98 434.19,351.31 433.28,353.73C431.16,359.27 430.16,365.16 430.34,371.08L430.36,371.45C430.38,371.92 430.53,374.33 430.6,374.84C430.6,374.84 430.59,374.8 430.6,374.84C430.81,377.32 431.17,379.78 431.68,382.21L431.75,382.48C438.61,409.16 464.75,426.16 491.93,421.61C519.11,417.07 538.29,392.48 536.09,365.01C536.01,364.33 535.9,363.65 535.81,362.96C534.63,353.94 531.21,345.35 525.86,337.98V337.98Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="201"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (22635 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M809.71,732.48C813.73,727.11 818.3,729.59 822.89,730.03C822.85,729.68 822.62,729.05 822.78,728.57C822.96,728.05 823.43,727.46 823.92,727.27C824.24,727.15 824.95,727.56 825.26,727.92C830.28,733.67 835.19,739.53 840.29,745.2C844.56,749.94 848.97,754.56 853.47,759.08C857.91,763.53 862.65,767.68 867,772.22C867.82,773.08 868.09,775.61 867.43,776.51C866.29,778.1 864.81,776.81 863.65,775.67C858.28,770.42 852.69,765.37 847.52,759.93C842.58,754.74 838.06,749.15 833.58,743.98C833.58,746.07 833.7,748.58 833.56,751.08C832.69,766.06 827.91,779.02 814.91,787.96C808.17,792.6 801.86,797.85 795.15,802.53C790.11,806.04 784.81,809.19 779.52,812.33C767.18,819.63 753.68,824.41 740.55,829.98C733.05,833.16 725.34,834.91 716.42,831.58C718.75,835.3 720.58,838.38 722.56,841.37C726.65,847.53 730.82,853.64 734.93,859.78C735.26,860.28 735.67,860.94 735.6,861.47C735.47,862.58 735.05,863.66 734.75,864.75C733.67,864.23 732.15,864 731.58,863.14C727.59,857.09 723.74,850.95 719.95,844.77C716.51,839.18 713.72,833.12 709.71,828C704.62,821.51 705.53,814.55 707.61,808C708.79,804.28 707.18,803.37 705.29,801.82C695.69,793.94 684.87,788.1 673.5,783.3C667.6,780.8 661.47,778.84 655.47,776.55C650.5,774.65 645.61,772.55 640.64,770.67C632.54,767.62 624.29,764.97 616.33,761.63C607.64,757.98 599.28,753.71 591.54,748.14C583.52,742.36 576.04,736.07 569.32,728.89C563.62,722.8 558.45,716.19 552.53,710.33C548.6,706.43 543.88,703.28 539.3,700.09C532.74,695.5 525.85,691.31 521.16,684.59C517.94,679.98 514.99,675.16 516.26,669.15C517.49,663.36 521,659.36 526.35,656.82C532.78,653.77 539.27,655.56 545.63,656.64C552.68,657.83 559.64,659.81 565.37,664.46C569.89,668.13 574.11,672.16 578.64,675.82C581.27,677.95 584.16,679.8 587.08,681.54C590.97,683.87 595,685.98 598.99,688.17C599.58,688.49 600.25,688.68 601.63,689.24C591.06,673.29 580.97,657.98 570.78,642.72C568.64,639.51 566.25,636.46 563.84,633.45C563.4,632.89 562.24,632.51 561.53,632.64C551.32,634.49 541.14,636.47 530.95,638.37C521.88,640.06 512.8,641.71 503.72,643.32C500.37,643.91 497,644.36 493.63,644.8C491.84,645.03 490.87,646 489.65,647.36C487.39,649.9 484.39,651.77 481.75,653.97C476.74,658.16 471.66,662.28 466.8,666.64C463.62,669.49 460.48,672.48 457.87,675.83C455.28,679.16 453.46,683.07 451.16,686.64C446.71,693.54 442.13,700.35 437.67,707.24C433.47,713.76 429.35,720.32 425.26,726.9C424.93,727.43 424.87,728.27 425,728.9C425.57,731.68 426.25,734.43 426.92,737.18C427.02,737.58 427.39,737.92 427.49,738.32C427.75,739.4 428.4,740.66 428.08,741.56C425.25,749.56 422.15,757.47 419.32,765.47C417.67,770.14 416.45,774.95 414.86,779.64C414.32,781.24 413.7,783.56 411.37,782.9C408.79,782.16 409.62,779.83 410.19,778.1C412.8,770.2 415.52,762.34 418.25,754.48C419.01,752.3 419.97,750.18 420.88,747.92C417.03,749.72 413.61,751.7 409.94,752.95C402.48,755.48 394.76,756.33 387.03,754.41C377.67,752.08 368.73,748.53 360.22,744C351.89,739.57 343.41,735.28 335.58,730.07C325.21,723.17 314.67,716.38 305.87,707.41C302.42,703.89 299.27,700.07 296.07,696.32C292.38,691.98 288.79,687.56 285.1,683.11C282.14,688.25 279.08,693.52 276.05,698.82C275.32,700.1 274.92,701.64 273.99,702.73C273.26,703.59 271.89,704.49 270.89,704.4C268.9,704.21 268.9,702.41 269.58,701.07C271.52,697.24 273.62,693.5 275.73,689.76C278.49,684.87 281.56,680.14 284.05,675.12C288.2,666.71 300.74,663.53 308.28,669.78C308.9,670.29 309.62,670.67 310.54,671.27C313.76,666.49 316.99,661.76 320.17,656.99C323.4,652.15 326.68,647.33 329.75,642.38C333.82,635.82 337.73,629.17 341.64,622.51C343.8,618.83 345.91,615.12 347.8,611.3C348.35,610.21 347.8,608.62 348.19,607.41C350.92,599.09 352.39,590.51 353.17,581.85C353.64,576.72 353.38,571.51 353.36,566.34C353.33,558.37 353.32,550.4 353.12,542.44C352.99,537.52 352.46,532.61 352.23,527.69C351.96,522.1 351.81,516.5 351.63,510.91C351.46,505.73 351.25,500.56 351.19,495.39C351.11,488.61 351.29,481.83 351.12,475.05C350.89,465.77 352.25,456.65 353.17,447.45C354.34,435.63 354.62,423.71 354.92,411.83C355.11,404.7 354.65,397.55 354.41,390.4C354.18,383.48 357.07,377.48 359.81,371.42C362.33,365.87 372.47,363.24 377.62,368.41C377.86,368.65 378.18,368.82 378.91,369.35C377.63,365.16 376.41,361.49 375.39,357.77C372.72,348.01 370.02,338.27 367.54,328.46C365.74,321.32 364.2,314.11 362.7,306.9C360.9,298.3 362.42,290.16 367.31,282.92C370.01,278.91 374.39,276.53 378.76,274.74C388.27,270.84 397.89,267.15 407.61,263.8C414.6,261.39 421.8,259.55 428.96,257.67C435.14,256.06 441.42,254.85 447.61,253.27C452.62,251.99 457.54,250.32 462.54,248.99C468.26,247.46 473.99,245.97 479.77,244.72C488.28,242.89 496.84,241.25 505.39,239.63C508.84,238.98 512.33,238.47 515.82,238.17C521.4,237.69 526.99,237.32 532.59,237.14C534.61,237.07 536.76,237.37 538.68,238.01C550.18,241.84 556.17,250.24 558.51,261.85C559.63,267.42 561.6,272.82 562.91,278.36C565.15,287.82 567.08,297.36 569.31,306.83C570.86,313.46 572.6,320.06 574.41,326.63C576.53,334.3 579,341.88 581,349.58C583.31,358.47 585.27,367.45 587.4,376.39C588.6,381.41 589.85,386.41 591.04,391.43C591.19,392.07 590.99,392.8 591.14,393.45C591.52,395.18 592.04,396.89 592.44,398.62C593.52,403.23 595.51,407.69 594.91,413.28C596.99,412.7 599.13,412.14 601.25,411.49C608.61,409.23 615.54,410.96 621.16,415.46C626.66,419.88 627.79,426.69 626.6,433.52C626,436.92 624.57,440.18 623.46,443.66C627.26,445.49 630.76,448.79 632.61,453.2C634.93,458.74 633.54,464.34 630.92,469.52C629.88,471.6 629.64,473.04 630.82,475.36C632.84,479.35 633.24,483.82 632.01,488.34C631.02,491.96 630.34,495.67 629.45,499.67C633.8,504.74 632.13,511.54 632.48,517.94C632.87,525.03 629.66,530.44 625.09,534.3C628,545.53 630.81,556.38 633.64,567.3C634.35,566.76 635.39,565.88 636.5,565.09C641.59,561.5 647.33,560.07 653.31,561.56C655.93,562.22 658.3,564.35 660.47,566.19C662.81,568.16 664.77,570.58 667.06,572.97C667.75,571.4 668.56,569.96 669.02,568.42C670.93,561.94 676.24,560.56 681.89,559.76C689.73,558.66 695.67,562.51 701.02,567.52C709.88,575.82 718.66,584.2 727.43,592.59C737.04,601.79 745.99,611.59 753.1,622.88C756.73,628.64 760.19,634.59 762.93,640.81C768.21,652.78 773.22,664.88 777.77,677.14C782.34,689.45 787.3,701.56 794.47,712.56C798.94,719.42 804.42,725.63 809.71,732.48H809.71ZM541.9,695.81C544.83,697.81 547.9,699.55 550.55,701.79C559.14,709.04 567.64,716.38 576.03,723.85C585.34,732.13 594.51,740.59 605.03,747.33C614.29,753.27 623.9,758.33 634.45,762.04C649.34,767.28 664.41,772.28 678.44,779.78C686.56,784.12 694.78,788.26 702.91,792.59C704.58,793.48 706.04,794.76 707.58,795.88C710.3,797.85 713.19,799.63 715.69,801.86C723.02,808.38 727.57,816.99 732.71,825.13C733.68,826.66 734.41,827.14 736.13,826.4C742.28,823.75 748.51,821.3 754.65,818.65C761.34,815.75 768.2,813.13 774.55,809.61C782.39,805.26 789.77,800.11 797.35,795.3C799.5,793.93 801.78,792.72 803.72,791.1C808.3,787.32 812.67,783.3 817.19,779.46C821.78,775.57 824.72,770.67 826.47,765.48C824.57,763.94 822.65,762.82 821.32,761.23C814.4,752.95 807.33,744.78 800.86,736.15C788.51,719.68 779.63,701.39 773.22,681.83C769.99,671.97 766.14,662.31 762.37,652.64C760.66,648.24 758.46,644.04 756.53,639.72C753.47,632.85 749.71,626.4 744.69,620.79C740.86,616.52 736.79,612.48 732.74,608.41C729.65,605.3 726.42,602.34 723.29,599.26C720.9,596.91 718.57,594.5 716.24,592.09C712.36,588.07 708.43,584.08 704.63,579.98C701.45,576.53 698.52,572.84 695.31,569.42C688.03,561.64 675.74,564.34 674.35,575.36C674.3,575.76 673.92,576.16 673.93,576.54C674.02,578.25 673.54,580.52 674.44,581.55C681.24,589.3 688.47,596.69 695.22,604.47C697.14,606.68 701.82,608.34 698.03,613.07C696.18,615.39 695.37,616.79 692.85,615C689.93,612.93 687.38,610.16 685.19,607.3C681.4,602.36 678.23,597 673.87,592.46C669.76,588.2 665.93,583.65 662.18,579.07C658.56,574.63 653.78,571.79 648.94,569.05C647.67,568.33 645.97,567.79 644.58,567.97C638.74,568.74 634.58,573.14 633.54,578.87C632.74,583.31 633.9,586.86 637.25,589.92C640.51,592.9 643.52,596.16 646.61,599.32C652.33,605.15 657.92,611.13 663.81,616.78C666.05,618.93 668.15,620.69 667.8,624.22C667.6,626.18 666.69,627.66 664.73,627.1C663.22,626.67 661.63,625.77 660.57,624.62C657.28,621.07 654.26,617.27 651.08,613.62C646.25,608.1 641.03,602.88 636.58,597.07C630.33,588.92 623.03,581.94 615.13,575.51C608.37,570 601.96,570.43 595.52,576.07C590.41,580.55 590.6,586.14 591.24,591.93C591.47,594.03 591.76,596.49 592.97,598.07C597.37,603.85 602.21,609.32 606.82,614.95C610.63,619.61 614.29,624.38 618.11,629.03C621.3,632.9 624.67,636.63 627.89,640.48C629.61,642.55 632.2,644.23 631.42,647.59C631,649.41 629.48,650.37 628.07,649.42C626.67,648.48 625.3,647.42 624.16,646.18C621.67,643.47 619.29,640.66 616.95,637.82C612.79,632.78 608.66,627.73 604.6,622.62C600.74,617.77 597.04,612.79 593.17,607.94C589.44,603.27 585.65,598.63 581.77,594.08C576.28,587.62 570.58,581.33 565.16,574.82C558.59,566.93 552.28,558.82 545.72,550.93C543.67,548.46 541.16,546.38 538.85,544.12C538.56,544.29 538.26,544.46 537.96,544.64C542.03,549.35 539.73,553.39 536.65,556.96C534.66,559.28 532.08,561.2 529.51,562.9C525.36,565.64 524.61,565.35 521.03,561.87C518.95,559.86 516.66,558.06 514.75,556.42C516.49,559.2 518.33,562.54 520.52,565.62C526.63,574.22 532.92,582.68 539.08,591.25C541.69,594.89 544.01,598.75 546.68,602.34C550.78,607.85 555.13,613.17 559.26,618.66C563.29,624.02 567.2,629.46 571.1,634.91C575.07,640.43 579.09,645.92 582.86,651.58C588.31,659.76 593.56,668.07 598.88,676.35C602.16,681.46 605.52,686.53 608.6,691.76C609.33,693 609.11,694.81 609.32,696.35C607.78,696.49 606.09,697.13 604.73,696.69C599.21,694.9 593.72,692.96 588.36,690.73C582.84,688.43 578.27,684.63 573.65,680.88C567.81,676.14 561.92,671.4 555.67,667.24C549.04,662.84 541.08,662.18 533.43,660.93C528.66,660.16 524.51,662.69 523,666.36C524.91,666.8 527.16,666.83 528.86,667.81C532.65,670 536.43,672.36 539.72,675.22C543.76,678.74 546.07,683.23 544.16,688.89C543.41,691.14 542.69,693.4 541.9,695.81V695.81ZM608.79,555.41C606.34,556.02 605.14,555.31 604.48,552.51C603.56,548.64 602.8,544.74 602.03,540.83C600.44,532.74 598.99,524.61 597.28,516.54C595.54,508.36 593.32,500.29 591.75,492.09C589.83,482.01 588.38,471.85 586.68,461.73C585.57,455.11 584.55,448.48 583.14,441.92C581.44,434.02 579.58,426.15 577.4,418.37C575.59,411.9 574.92,405.22 573.15,398.75C571.29,391.97 569.82,385.07 568.24,378.21C566.4,370.18 564.65,362.12 562.81,354.09C561.74,349.37 560.61,344.67 559.43,339.98C557.51,332.38 555.48,324.8 553.56,317.2C552.01,311.08 550.57,304.93 549.01,298.81C547.7,293.67 547.55,288.17 545.02,283.43C542.94,279.55 540.29,275.94 537.73,272.33C536.61,270.74 535.25,269.55 532.8,270.15C524.91,272.11 516.93,273.74 509.02,275.65C501.99,277.34 495.01,279.29 488,281.05C477.61,283.65 467.21,286.25 456.79,288.75C446.64,291.18 436.45,293.48 426.29,295.86C420.59,297.2 414.92,298.66 409.21,299.92C404.16,301.04 399.11,302.23 393.99,302.89C387.1,303.78 384.28,309.17 383.98,314.02C383.77,317.47 384.48,321.04 385.2,324.47C387.18,334.02 389.37,343.53 391.49,353.05C392.53,357.67 393.57,362.3 394.65,366.91C396.28,373.85 397.98,380.77 399.61,387.71C401.42,395.41 403.06,403.16 405.01,410.83C407.24,419.65 409.86,428.38 412.07,437.21C413.63,443.44 414.78,449.78 416.12,456.06C418.07,465.23 419.93,474.43 422.03,483.57C423.45,489.7 425.35,495.73 426.81,501.86C430.08,515.53 433.19,529.24 436.41,542.93C439.2,554.82 442,566.72 444.91,578.58C446.78,586.22 448.79,593.83 450.87,601.41C451.81,604.81 453.25,605.58 456.67,604.85C462.02,603.71 467.33,602.35 472.71,601.29C482.48,599.36 492.23,597.19 502.09,595.87C511.35,594.63 520.59,593.55 529.53,590.75C529.94,590.62 530.5,589.46 530.34,589.23C528.41,586.44 526.3,583.78 524.34,581C521.47,576.92 518.56,572.86 515.92,568.63C513.88,565.38 512.39,561.78 510.39,558.5C504.72,549.19 506.02,538.49 514.34,531.66C518.65,528.13 523.79,527.27 529.39,529.13C533.94,530.64 536.93,533.97 540.1,537.12C542.95,539.97 545.44,543.19 548.34,545.98C558.32,555.63 567.76,565.75 575.86,577.07C576.24,577.61 577.11,578.19 577.7,578.13C579.54,577.97 581.35,577.37 583.2,577.2C586.23,576.9 589.36,576.17 590.88,573.58C593.61,568.92 597.97,567.67 602.63,566.81C605.76,566.23 608.96,566.04 612.19,565.67C611.14,562.49 609.97,558.95 608.79,555.41H608.79ZM361.12,403.09C361.12,407.87 361.22,413.2 361.1,418.53C360.95,424.8 360.78,431.09 360.33,437.35C359.63,447.05 358.49,456.71 357.91,466.41C357.43,474.37 357.44,482.36 357.32,490.33C357.25,495.45 357.2,500.57 357.4,505.67C357.63,511.66 358.29,517.64 358.5,523.62C358.77,531.2 358.92,538.78 358.86,546.36C358.72,563.77 358.51,581.18 358.16,598.58C357.97,608.2 353.86,616.62 349.31,624.81C347.06,628.87 344.65,632.85 342.12,636.75C336.57,645.3 330.94,653.8 325.27,662.28C323.15,665.44 320.83,668.47 318.62,671.57C313,679.45 307.38,687.35 301.56,695.53C304.6,698.83 307.63,702.59 311.16,705.82C314.85,709.19 318.89,712.22 323.01,715.08C331.53,720.98 339.99,727.03 348.88,732.33C356.52,736.87 364.63,740.65 372.71,744.39C377.52,746.61 382.57,748.54 387.7,749.82C393.74,751.33 399.96,751.01 405.64,749.52C406.52,747.54 407.23,745.71 408.15,744C409.24,741.95 410.62,740.05 411.7,737.99C415.01,731.67 418.05,725.2 421.54,718.98C426.1,710.87 430.92,702.91 435.76,694.96C439.07,689.53 442.4,684.11 446.07,678.93C453.77,668.08 463.92,659.73 474.5,651.87C477.16,649.9 479.77,647.86 482.86,645.5C479.79,645.5 477.31,645.1 475.02,645.59C469.78,646.71 464.8,646.2 459.65,644.88C452.86,643.14 448,639.27 445.12,633.01C442.52,627.34 439.73,621.68 437.91,615.75C435.1,606.53 433.15,597.05 430.66,587.74C428.61,580.1 426.29,572.53 424.1,564.93C423.47,565.8 423.28,566.7 423.08,567.59C422.64,569.6 422.37,571.66 421.71,573.59C421.23,574.99 421.02,577.27 418.79,576.79C416.44,576.28 417.04,574.04 417.26,572.45C417.74,569.1 418.69,565.81 419.11,562.46C419.77,557.24 420.5,552.1 418.88,546.78C416.81,539.94 415.46,532.88 413.87,525.9C412.32,519.13 411.8,512.16 407.46,506.14C405.03,502.76 404.2,498.29 402.3,494.49C398.39,486.64 395.72,478.5 396.67,469.64C397.77,459.27 396.59,449 395.48,438.77C394.77,432.12 392.98,425.58 391.62,419.01C391.43,418.11 391,417.26 390.62,416.42C390.04,415.13 389.1,413.92 388.87,412.58C388.15,408.36 388.26,403.93 387.02,399.89C385.09,393.56 382.35,387.47 379.89,381.31C378.42,377.61 377.23,373.66 373.16,372.05C373.43,376.96 373.69,381.86 373.98,386.75C374.34,392.99 371.58,397.67 366.57,401.06C365.21,401.97 363.43,402.26 361.12,403.09L361.12,403.09ZM542.36,605.9C539.69,602.13 537.41,598.87 535.03,595.67C534.78,595.32 533.92,595.16 533.43,595.28C527.27,596.78 521.18,598.64 514.96,599.81C506.46,601.42 497.85,602.49 489.3,603.87C483.43,604.82 477.54,605.69 471.74,607C466.43,608.21 461.27,610.04 455.98,611.4C454.88,611.68 453.42,611.34 452.36,610.81C448.7,608.98 446.49,605.99 445.57,601.95C444.13,595.62 442.54,589.33 441.04,583.01C439.1,574.83 437.21,566.64 435.26,558.47C431.98,544.74 428.68,531.01 425.36,517.29C422.83,506.86 420.13,496.47 417.77,486C415.55,476.16 413.82,466.2 411.6,456.36C409.37,446.45 406.8,436.61 404.36,426.74C402.45,418.99 400.53,411.25 398.59,403.52C397.31,398.43 395.96,393.36 394.7,388.27C393.59,383.8 392.51,379.31 391.49,374.82C389.77,367.14 388.19,359.43 386.38,351.77C384.14,342.31 381.54,332.93 379.49,323.42C378.54,319.02 378.47,314.41 378.09,309.88C377.64,304.56 380.62,299.56 384.67,298.62C387.42,297.99 390.17,297.34 392.92,296.7C393.35,296.61 393.8,296.57 394.24,296.52C396.88,296.16 399.58,296.05 402.15,295.4C406.54,294.3 410.82,292.74 415.21,291.61C420.48,290.26 425.83,289.28 431.09,287.91C435.36,286.8 439.49,285.22 443.75,284.09C451.3,282.1 458.91,280.28 466.49,278.41C471.72,277.12 476.94,275.83 482.19,274.62C483.71,274.27 485.33,274.35 486.83,273.94C488.47,273.49 489.97,272.51 491.61,272.11C499.53,270.22 507.47,268.43 515.41,266.67C515.96,266.54 516.6,266.86 517.38,267C517.83,266.7 518.53,265.95 519.38,265.73C521.59,265.14 523.86,265.38 526.18,264.44C528.97,263.32 532.28,263.18 535.36,263.21C539.8,263.25 544.33,264.3 546.67,268.4C548.89,272.27 550.36,276.61 551.75,280.88C554.09,288.07 556.07,295.34 556.56,302.99C556.82,306.95 558.06,310.86 558.98,314.76C561.16,324.02 563.46,333.26 565.65,342.53C568.33,353.89 570.92,365.28 573.6,376.64C574.66,381.09 575.78,385.52 577.01,389.92C578.89,396.65 581.03,403.32 582.81,410.08C584.08,414.88 584.9,419.8 586.01,424.66C587.54,431.37 589.2,438.06 590.68,444.78C590.93,445.89 590.53,447.13 590.42,448.39C590.85,449.07 591.65,449.85 591.9,450.77C592.93,454.63 593.94,458.49 594.69,462.41C596.45,471.64 598.1,480.9 599.73,490.16C601.09,497.9 602.35,505.65 603.72,513.78C604.64,510.14 605.44,506.97 606.34,503.43C601.57,495.3 603.42,486.33 605.01,478.33C603.78,475.48 602.65,473.4 602.01,471.17C601.23,468.53 600.6,465.78 600.42,463.05C600.22,459.84 600.68,456.6 600.61,453.38C600.59,452.3 600.13,450.96 599.4,450.19C591.32,441.69 587.36,432.11 591.09,420.33C591.34,419.56 591.32,418.6 591.1,417.81C589.88,413.33 588.37,408.93 587.33,404.42C585.23,395.26 583.45,386.03 581.39,376.87C579.9,370.23 578.26,363.63 576.55,357.04C574.72,349.97 572.72,342.95 570.83,335.9C569.14,329.61 567.45,323.31 565.84,317C564.7,312.54 563.87,308.01 562.61,303.59C560.18,295.04 557.5,286.56 555.03,278.02C554.75,277.04 555.12,275.87 555.2,274.73C554.82,274.56 553.74,274.44 553.54,273.95C552.23,270.78 550.97,267.57 549.98,264.29C548.69,260.03 547.49,255.8 543.77,252.86C542.73,252.04 541.91,250.92 540.9,250.04C537.4,246.99 534.16,243.41 529.14,242.99C526.62,242.78 524.04,242.77 521.53,243.08C517.38,243.59 513.26,244.4 509.14,245.15C502.43,246.36 495.66,247.35 489.03,248.92C477.91,251.56 466.88,254.62 455.8,257.44C442.5,260.83 429.15,264.05 415.89,267.58C409.05,269.4 402.27,271.52 395.59,273.9C390.97,275.55 386.66,278.07 382.06,279.8C379.95,280.6 378.41,281.61 377.37,283.53C373.24,291.16 370.11,299.19 370.87,307.97C371.48,315.1 372.82,322.2 374.31,329.21C375.69,335.75 377.8,342.13 379.41,348.62C382.38,360.58 384.5,372.72 388.71,384.39C391.1,390.99 392.55,397.95 394.11,404.82C396.36,414.75 398.4,424.72 400.36,434.7C401.56,440.81 401.78,447.15 404.9,452.78C405.55,453.95 406.32,455.12 406.66,456.39C408.26,462.37 409.87,468.35 411.22,474.39C412.91,481.91 414.33,489.5 415.91,497.05C417.3,503.72 418.71,510.39 420.2,517.05C420.86,519.95 421.8,522.78 422.49,525.68C423.6,530.39 424.55,535.13 425.66,539.84C427.14,546.08 428.67,552.3 430.26,558.5C432.04,565.41 433.84,572.33 435.78,579.2C437.63,585.76 439.65,592.27 441.64,598.79C443.41,604.59 445.2,610.39 447.04,616.18C447.9,618.9 448.97,621.56 449.81,624.28C450.3,625.89 450.33,627.65 450.92,629.2C451.62,631.01 452.77,632.65 453.6,634.41C455.2,637.82 457.93,639.66 461.6,639.84C468.07,640.13 474.57,640.56 481.03,640.3C487.08,640.05 493.02,638.63 498.97,637.3C506.48,635.63 514.2,634.88 521.75,633.4C531.14,631.55 540.47,629.38 549.8,627.28C552.3,626.72 554.74,625.9 557.66,625.06C553.25,619.65 549.13,614.59 545.3,609.89C541.62,610.72 538.14,611.57 534.63,612.29C525.94,614.09 517.24,615.8 508.55,617.6C507.15,617.89 505.52,618.33 505.49,616.36C505.47,615.43 506.73,614.04 507.73,613.63C509.77,612.79 512.01,612.43 514.19,611.96C523.43,609.96 532.68,607.98 542.36,605.9V605.9ZM620.52,431.35C621.08,426.62 617.92,423.42 614.4,420.57C610.12,417.1 604.83,417.28 599.74,417.24C598.23,417.23 596.16,417.78 595.94,420.15C595.76,422.25 595.64,424.36 595.22,426.41C593.75,433.51 596.42,439.37 600.96,444.38C603,446.64 606.04,448.04 609.41,446.95C617,444.48 620.48,439.18 620.52,431.35ZM605.24,452.85C605.24,454.35 605.23,455.89 605.25,457.42C605.26,458.93 605.23,460.45 605.37,461.95C605.63,464.79 605.61,467.74 606.41,470.42C607.37,473.67 611.62,475.9 615.32,475.79C618.82,475.68 622.22,472.66 623.75,468.43C625.38,463.91 625.24,459.26 624.05,454.81C623.42,452.44 621.66,450.13 619.8,448.48C619.21,447.96 616.65,449.68 614.99,450.37C614.74,450.47 614.5,450.61 614.24,450.67C611.31,451.38 608.39,452.09 605.24,452.85V452.85ZM625.29,477.37C620.64,479.8 616.14,481.58 610.97,479.78C609.2,479.16 608.89,480.37 609.02,481.89C609.14,483.37 609.25,484.88 609.04,486.34C608.45,490.55 608.27,494.69 609.56,498.82C610.75,502.66 615.36,504.3 618.79,502.42C623.24,499.96 624.95,495.87 626.1,491.4C627.3,486.75 628.2,482.03 625.29,477.37V477.37ZM617.82,568.66C617.6,568.79 617.39,568.92 617.18,569.05C619.78,571.48 622.38,573.92 625.11,576.47C625.24,575.94 625.39,575.67 625.35,575.44C624.37,568.72 623.42,561.99 622.35,555.28C621.94,552.67 620.97,550.12 620.8,547.51C620.59,544.5 618.64,541.61 620.11,538.41C620.28,538.03 619.27,536.74 618.55,536.4C616.41,535.38 614.04,534.83 611.96,533.71C610.37,532.86 609.09,531.43 607.14,529.82C607.41,531.46 607.5,532.43 607.75,533.35C609.49,539.8 611.13,546.27 613.09,552.66C614.31,556.65 616.13,560.46 617.47,564.42C617.91,565.72 617.72,567.24 617.82,568.66V568.66ZM521.97,535.43C520.24,536.38 517.89,536.91 516.89,538.36C514.73,541.53 514.44,545.33 516.18,548.87C517.6,551.74 519.37,554.46 521.14,557.15C523.11,560.15 524.91,560.54 528.06,558.88C531.22,557.22 533.51,554.68 534.87,551.43C535.25,550.53 535.25,548.96 534.71,548.24C531.96,544.61 529.06,541.07 526.02,537.68C525.15,536.71 523.62,536.31 521.97,535.43V535.43ZM615.24,509.54C614.05,512.26 612.79,514.91 611.73,517.64C610.17,521.64 609.72,525.49 613.59,528.68C617.5,531.9 622.75,530.51 624.39,525.81C626.65,519.34 626.76,512.77 625.7,505.63C622.97,509.52 619.24,509.88 615.24,509.54H615.24ZM538.25,693.05C538.74,691.83 539.15,691.11 539.31,690.34C539.87,687.61 540.77,684.76 539.23,682.16C536.56,677.66 532.52,674.56 527.89,672.28C526.77,671.73 524.61,671.33 524.11,671.89C523.1,673.03 522.64,674.86 522.5,676.45C522.4,677.59 522.91,679.01 523.62,679.96C527.58,685.23 532.71,689.2 538.25,693.05V693.05ZM308.58,674.29C305.1,673.16 302.06,671.67 298.88,671.26C292.53,670.45 287.52,675.8 289.94,680.73C291.55,684.01 294.25,686.75 296.42,689.66C300.65,684.32 304.44,679.53 308.58,674.29V674.29ZM728.97,828.15C724.81,819.88 718.97,813.45 712.09,807.74C709.99,814.42 710.37,822.09 713.68,824.83C717.97,828.37 723.15,829.52 728.97,828.15V828.15ZM361.41,398.05C364.66,396.52 367.98,395.16 368.67,391.21C369.79,384.84 369.19,378.55 367.32,372.05C362.41,375.31 361.61,380.08 361.44,385.05C361.29,389.23 361.41,393.42 361.41,398.05V398.05ZM828.5,754.37C829.44,747.72 827.87,742.55 824.92,737.7C823.15,734.77 818.47,733.08 815.17,734.05C813.2,734.63 812.86,735.5 814.4,737.04C815.8,738.43 817.14,739.91 818.37,741.46C821.64,745.54 824.83,749.69 828.5,754.37V754.37ZM412.4,746.95C420.3,743.47 423.7,739.11 421.27,733.71C419.98,736.33 418.85,738.69 417.63,741C417.2,741.83 416.46,743.2 415.97,743.16C413.32,742.92 413.47,744.97 412.4,746.95V746.95ZM585.15,589.35C585.38,589.24 585.61,589.13 585.83,589.01V581.78C583.54,581.94 581.54,582.08 578.98,582.25C581.27,584.89 583.21,587.12 585.15,589.35V589.35ZM405.85,485.48C406.21,485.39 406.57,485.31 406.93,485.23C405.67,479.74 404.4,474.26 403.14,468.78C402.78,468.86 402.42,468.94 402.06,469.03C403.32,474.51 404.58,480 405.85,485.48V485.48Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="217"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3652 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M541.9,695.81C542.69,693.4 543.41,691.14 544.17,688.89C546.07,683.23 543.76,678.74 539.72,675.22C536.43,672.36 532.65,670 528.86,667.81C527.16,666.83 524.91,666.8 523,666.36C524.51,662.69 528.66,660.16 533.43,660.93C541.08,662.18 549.04,662.84 555.67,667.24C561.92,671.4 567.81,676.14 573.65,680.88C578.27,684.63 582.84,688.43 588.36,690.73C593.72,692.96 599.21,694.9 604.73,696.69C606.09,697.13 607.78,696.49 609.32,696.35C609.11,694.81 609.33,693 608.6,691.76C605.52,686.53 602.16,681.46 598.88,676.35C593.56,668.07 588.31,659.76 582.86,651.58C579.09,645.92 575.07,640.43 571.1,634.91C567.2,629.46 563.29,624.02 559.26,618.66C555.13,613.18 550.78,607.85 546.68,602.34C544.01,598.75 541.69,594.89 539.08,591.25C532.92,582.68 526.63,574.22 520.52,565.62C518.33,562.54 516.49,559.2 514.76,556.42C516.66,558.06 518.95,559.86 521.03,561.87C524.61,565.35 525.36,565.64 529.51,562.9C532.08,561.2 534.66,559.28 536.65,556.96C539.73,553.39 542.03,549.35 537.96,544.64C538.26,544.47 538.56,544.29 538.86,544.12C541.16,546.38 543.67,548.46 545.72,550.93C552.28,558.82 558.59,566.93 565.16,574.82C570.58,581.33 576.28,587.62 581.77,594.08C585.65,598.63 589.44,603.27 593.17,607.94C597.04,612.79 600.74,617.77 604.6,622.62C608.66,627.73 612.8,632.78 616.95,637.82C619.29,640.66 621.67,643.48 624.16,646.18C625.3,647.42 626.67,648.48 628.07,649.42C629.48,650.37 631,649.41 631.42,647.59C632.2,644.23 629.61,642.55 627.89,640.48C624.67,636.63 621.3,632.9 618.11,629.03C614.29,624.38 610.63,619.61 606.82,614.95C602.21,609.32 597.37,603.85 592.97,598.07C591.76,596.49 591.47,594.03 591.24,591.93C590.6,586.14 590.41,580.55 595.52,576.07C601.96,570.43 608.37,570.01 615.13,575.51C623.03,581.94 630.34,588.92 636.58,597.07C641.03,602.88 646.25,608.1 651.08,613.62C654.26,617.27 657.28,621.07 660.57,624.62C661.63,625.77 663.22,626.67 664.73,627.1C666.69,627.66 667.6,626.18 667.8,624.22C668.15,620.69 666.05,618.93 663.81,616.78C657.92,611.13 652.33,605.15 646.61,599.32C643.52,596.16 640.51,592.9 637.25,589.92C633.9,586.86 632.74,583.31 633.54,578.87C634.58,573.14 638.74,568.74 644.58,567.97C645.97,567.79 647.67,568.33 648.94,569.05C653.78,571.79 658.56,574.63 662.19,579.07C665.93,583.65 669.77,588.2 673.87,592.46C678.23,597 681.4,602.36 685.19,607.3C687.38,610.16 689.93,612.93 692.85,615C695.37,616.79 696.18,615.39 698.03,613.07C701.82,608.34 697.14,606.68 695.22,604.47C688.47,596.69 681.24,589.3 674.44,581.55C673.54,580.52 674.02,578.25 673.94,576.54C673.92,576.16 674.3,575.77 674.35,575.36C675.74,564.34 688.03,561.64 695.32,569.42C698.52,572.84 701.45,576.53 704.63,579.98C708.43,584.08 712.36,588.07 716.24,592.09C718.57,594.5 720.9,596.91 723.29,599.26C726.42,602.34 729.65,605.3 732.74,608.41C736.79,612.48 740.86,616.52 744.69,620.79C749.71,626.4 753.47,632.85 756.53,639.72C758.46,644.04 760.66,648.24 762.37,652.64C766.14,662.31 769.99,671.97 773.22,681.83C779.64,701.4 788.52,719.68 800.86,736.15C807.33,744.78 814.4,752.95 821.32,761.23C822.65,762.82 824.57,763.94 826.47,765.48C824.72,770.67 821.78,775.57 817.19,779.46C812.67,783.3 808.3,787.32 803.72,791.1C801.78,792.72 799.5,793.93 797.35,795.3C789.78,800.11 782.39,805.26 774.55,809.61C768.2,813.13 761.34,815.75 754.65,818.65C748.51,821.3 742.28,823.75 736.13,826.4C734.41,827.14 733.68,826.66 732.71,825.13C727.57,816.99 723.02,808.38 715.69,801.86C713.2,799.63 710.3,797.85 707.58,795.88C706.04,794.76 704.58,793.48 702.91,792.59C694.78,788.27 686.56,784.12 678.44,779.78C664.41,772.28 649.34,767.28 634.45,762.04C623.9,758.33 614.29,753.27 605.03,747.33C594.51,740.59 585.34,732.13 576.03,723.85C567.64,716.38 559.14,709.04 550.55,701.79C547.9,699.55 544.83,697.81 541.9,695.81V695.81Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="220"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5141 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M608.8,555.41C609.97,558.95 611.14,562.49 612.19,565.67C608.96,566.04 605.76,566.23 602.63,566.81C597.97,567.67 593.61,568.92 590.88,573.58C589.36,576.17 586.23,576.9 583.2,577.2C581.35,577.37 579.54,577.97 577.7,578.13C577.11,578.19 576.24,577.61 575.86,577.07C567.76,565.75 558.32,555.63 548.34,545.98C545.44,543.19 542.95,539.97 540.1,537.12C536.93,533.97 533.94,530.64 529.39,529.13C523.79,527.27 518.65,528.13 514.34,531.66C506.02,538.49 504.72,549.19 510.39,558.5C512.39,561.78 513.88,565.38 515.92,568.63C518.56,572.86 521.47,576.92 524.34,581C526.3,583.78 528.41,586.44 530.34,589.23C530.5,589.46 529.94,590.62 529.53,590.75C520.59,593.55 511.35,594.63 502.09,595.87C492.23,597.19 482.48,599.36 472.71,601.29C467.33,602.35 462.02,603.71 456.67,604.85C453.25,605.58 451.81,604.81 450.88,601.41C448.79,593.83 446.78,586.22 444.91,578.58C442,566.72 439.2,554.82 436.41,542.93C433.19,529.24 430.08,515.53 426.81,501.86C425.35,495.73 423.45,489.7 422.03,483.57C419.93,474.43 418.07,465.23 416.12,456.06C414.78,449.78 413.63,443.44 412.07,437.21C409.86,428.38 407.24,419.65 405.01,410.83C403.06,403.16 401.42,395.41 399.61,387.71C397.98,380.77 396.28,373.85 394.65,366.91C393.57,362.3 392.53,357.67 391.49,353.05C389.37,343.53 387.18,334.02 385.2,324.47C384.48,321.04 383.77,317.47 383.98,314.02C384.28,309.17 387.1,303.78 393.99,302.89C399.11,302.23 404.16,301.04 409.21,299.92C414.92,298.66 420.59,297.2 426.29,295.86C436.45,293.48 446.64,291.18 456.79,288.75C467.21,286.25 477.61,283.65 488,281.05C495.02,279.29 501.99,277.34 509.02,275.65C516.93,273.74 524.91,272.11 532.8,270.15C535.26,269.55 536.61,270.74 537.73,272.33C540.29,275.94 542.94,279.55 545.02,283.43C547.55,288.17 547.7,293.67 549.01,298.81C550.57,304.93 552.01,311.08 553.56,317.2C555.48,324.8 557.51,332.38 559.43,339.98C560.61,344.67 561.74,349.37 562.81,354.09C564.65,362.12 566.4,370.18 568.24,378.21C569.82,385.07 571.29,391.97 573.15,398.75C574.92,405.22 575.59,411.9 577.4,418.37C579.58,426.15 581.44,434.02 583.14,441.92C584.55,448.48 585.57,455.11 586.68,461.73C588.38,471.85 589.83,482.01 591.75,492.09C593.32,500.29 595.54,508.36 597.28,516.54C598.99,524.61 600.44,532.74 602.04,540.83C602.8,544.74 603.56,548.64 604.48,552.51C605.14,555.31 606.34,556.02 608.8,555.41H608.8ZM446.01,350.86C445.05,349.38 444.14,347.86 443.11,346.42C440.92,343.38 437.09,343.2 435.4,346.19C432.63,351.09 430.98,356.37 430.16,361.98C429.08,369.26 430.56,376.35 431.46,383.43C432.8,393.96 438.38,402.31 446.22,409.41C451.45,414.14 457.57,416.6 464.13,418.63C470.64,420.65 477.04,421.21 483.95,420.85C493.17,420.38 501.61,418.08 509.7,414.09C512.43,412.75 514.65,410.4 517.19,408.64C522.43,405.02 526.4,400.3 528.83,394.48C530.71,389.96 531.94,385.17 533.63,380.56C537.09,371.11 536.33,361.8 532.79,352.62C530.07,345.57 525.51,339.69 520.55,334.05C517.61,330.7 514.34,327.88 510.37,325.97C509.15,325.38 507.5,325.68 506.04,325.57C506.36,326.93 506.69,328.3 506.99,329.67C507.02,329.79 506.86,329.95 506.65,330.34C502.36,327.33 497.95,324.53 493.89,321.3C490.55,318.65 487.64,315.45 484.5,312.55C482.19,310.41 480.27,310.5 478.56,313.1C476.3,316.55 473.88,319.7 472.96,324.14C471.64,330.49 470.7,336.63 471.94,342.55C468.33,345.72 464.88,348.74 461.27,351.91C461.01,351.52 460.4,350.93 460.18,350.22C459.38,347.57 458.78,344.85 457.95,342.21C457.68,341.35 457.09,340.29 456.37,339.96C455.78,339.7 454.46,340.15 453.98,340.72C451.29,343.96 448.75,347.33 446.01,350.86L446.01,350.86ZM574.69,476.89C574.97,476.79 575.26,476.7 575.55,476.6C574.78,474.92 574.47,472.52 573.17,471.72C570.07,469.81 566.47,470.79 563.11,471.57C555.41,473.36 547.77,475.4 540.05,477.05C529.38,479.33 518.62,481.21 507.96,483.51C499.15,485.41 490.44,487.73 481.67,489.76C473.17,491.72 464.57,493.29 456.17,495.58C452.93,496.45 448.13,495.51 447.56,501.45C447.35,503.64 446.32,505.77 447.07,508.09C447.69,510.03 448.31,511.98 448.83,513.95C450.32,519.57 451.64,525.24 453.28,530.81C453.77,532.49 454.78,534.78 456.11,535.28C458.59,536.2 461.63,536.68 464.19,536.16C471.79,534.61 479.27,532.48 486.8,530.58C496.88,528.03 506.93,525.32 517.06,522.96C524.16,521.31 531.36,520.01 538.54,518.74C550.34,516.67 562.19,514.88 573.96,512.69C576.66,512.18 579.85,511.24 580.24,507.66C580.54,504.93 580.82,502.05 580.3,499.4C579.22,493.78 577.63,488.26 576.23,482.71C575.74,480.76 575.2,478.83 574.69,476.89V476.89ZM451.16,487.84C453.59,487.34 457.77,486.69 461.82,485.6C470.79,483.17 479.64,480.27 488.66,478.04C498.87,475.51 509.21,473.51 519.49,471.27C526.56,469.72 533.59,467.92 540.7,466.62C548.93,465.13 557,463.26 564.41,459.28C566.12,458.36 568.05,457.04 568.82,455.41C569.63,453.67 569.51,451.29 569.22,449.28C567.86,440 566.32,430.74 564.81,421.48C564.4,418.97 560.89,416.01 558.81,416.43C556.67,416.86 554.58,417.48 552.48,418.05C544.8,420.11 537.13,422.2 529.44,424.24C524,425.68 518.54,427.06 513.09,428.46C509.72,429.33 506.35,430.22 502.96,431.08C497.93,432.35 492.87,433.53 487.85,434.86C481.93,436.42 476.06,438.17 470.14,439.69C460.58,442.14 450.94,444.24 441.45,446.9C434.74,448.79 433.21,452.55 434.65,458.87C436.11,465.22 437.77,471.52 439.22,477.88C440.61,483.95 444.48,487.83 451.16,487.84V487.84Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="223"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2159 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M361.12,403.09C363.43,402.26 365.21,401.97 366.57,401.06C371.58,397.67 374.34,392.99 373.98,386.75C373.69,381.86 373.43,376.96 373.16,372.05C377.23,373.66 378.42,377.61 379.89,381.31C382.35,387.47 385.09,393.56 387.02,399.89C388.26,403.93 388.15,408.36 388.87,412.58C389.1,413.92 390.05,415.13 390.62,416.42C391,417.26 391.43,418.11 391.62,419.01C392.98,425.58 394.77,432.12 395.49,438.77C396.59,449 397.77,459.27 396.67,469.64C395.72,478.5 398.39,486.64 402.3,494.49C404.2,498.29 405.03,502.76 407.46,506.14C411.8,512.16 412.32,519.13 413.87,525.9C415.46,532.88 416.81,539.94 418.88,546.78C420.5,552.1 419.77,557.24 419.11,562.46C418.69,565.81 417.74,569.1 417.26,572.45C417.04,574.04 416.44,576.28 418.79,576.79C421.02,577.27 421.23,574.99 421.71,573.6C422.38,571.66 422.64,569.6 423.08,567.59C423.28,566.7 423.47,565.8 424.1,564.93C426.29,572.53 428.61,580.1 430.66,587.74C433.15,597.05 435.1,606.53 437.91,615.75C439.73,621.68 442.52,627.34 445.13,633.01C448,639.27 452.86,643.14 459.66,644.88C464.8,646.2 469.78,646.71 475.02,645.59C477.31,645.1 479.79,645.5 482.86,645.5C479.77,647.86 477.16,649.9 474.5,651.87C463.92,659.73 453.77,668.08 446.07,678.93C442.4,684.11 439.07,689.53 435.77,694.96C430.92,702.91 426.1,710.87 421.54,718.98C418.05,725.2 415.01,731.67 411.7,737.99C410.62,740.05 409.24,741.95 408.15,744C407.23,745.71 406.53,747.54 405.64,749.52C399.96,751.01 393.74,751.33 387.7,749.82C382.57,748.54 377.52,746.61 372.71,744.39C364.63,740.65 356.52,736.88 348.88,732.33C339.99,727.03 331.53,720.98 323.01,715.08C318.89,712.22 314.85,709.19 311.16,705.82C307.63,702.59 304.6,698.83 301.56,695.53C307.38,687.35 313,679.45 318.62,671.57C320.83,668.47 323.15,665.44 325.27,662.28C330.94,653.8 336.57,645.3 342.12,636.75C344.65,632.85 347.06,628.87 349.32,624.81C353.86,616.62 357.97,608.2 358.16,598.58C358.51,581.18 358.72,563.77 358.86,546.36C358.92,538.78 358.77,531.2 358.5,523.62C358.29,517.64 357.63,511.66 357.4,505.67C357.2,500.57 357.25,495.45 357.32,490.33C357.44,482.36 357.43,474.37 357.91,466.41C358.49,456.71 359.63,447.05 360.33,437.36C360.78,431.09 360.95,424.8 361.1,418.53C361.22,413.2 361.12,407.87 361.12,403.09L361.12,403.09Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="226"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5166 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M542.36,605.9C532.68,607.98 523.43,609.96 514.19,611.96C512.01,612.43 509.77,612.79 507.73,613.63C506.73,614.04 505.48,615.43 505.49,616.36C505.52,618.33 507.15,617.89 508.56,617.6C517.24,615.8 525.94,614.09 534.63,612.3C538.14,611.57 541.62,610.73 545.3,609.89C549.13,614.59 553.25,619.65 557.66,625.06C554.74,625.9 552.3,626.72 549.8,627.28C540.47,629.38 531.14,631.55 521.76,633.4C514.2,634.88 506.48,635.63 498.97,637.3C493.02,638.63 487.08,640.05 481.03,640.3C474.57,640.56 468.07,640.13 461.6,639.84C457.93,639.66 455.2,637.82 453.6,634.41C452.77,632.65 451.62,631.02 450.92,629.2C450.33,627.65 450.3,625.89 449.81,624.28C448.97,621.56 447.9,618.9 447.04,616.18C445.2,610.39 443.41,604.59 441.64,598.79C439.65,592.27 437.63,585.76 435.78,579.2C433.84,572.33 432.04,565.41 430.26,558.5C428.67,552.3 427.14,546.08 425.66,539.84C424.55,535.13 423.6,530.39 422.49,525.68C421.8,522.78 420.86,519.95 420.21,517.05C418.71,510.4 417.3,503.73 415.91,497.05C414.33,489.5 412.91,481.91 411.22,474.39C409.87,468.35 408.27,462.37 406.66,456.39C406.32,455.12 405.55,453.95 404.9,452.78C401.78,447.15 401.56,440.81 400.36,434.7C398.4,424.72 396.36,414.75 394.11,404.83C392.55,397.95 391.1,390.99 388.71,384.39C384.5,372.72 382.38,360.58 379.41,348.62C377.8,342.13 375.69,335.75 374.31,329.21C372.82,322.2 371.48,315.1 370.87,307.97C370.12,299.19 373.24,291.16 377.37,283.53C378.41,281.61 379.96,280.6 382.06,279.8C386.66,278.07 390.97,275.55 395.6,273.9C402.27,271.52 409.05,269.4 415.89,267.58C429.16,264.05 442.5,260.83 455.8,257.44C466.88,254.62 477.91,251.56 489.04,248.92C495.66,247.35 502.43,246.36 509.14,245.15C513.26,244.41 517.38,243.59 521.54,243.08C524.04,242.77 526.62,242.78 529.14,242.99C534.16,243.41 537.4,246.99 540.91,250.04C541.92,250.92 542.73,252.04 543.77,252.86C547.49,255.8 548.7,260.03 549.98,264.29C550.97,267.57 552.23,270.78 553.54,273.95C553.74,274.44 554.82,274.56 555.2,274.73C555.12,275.87 554.75,277.04 555.03,278.02C557.51,286.56 560.18,295.04 562.61,303.59C563.87,308.01 564.7,312.55 565.84,317C567.45,323.31 569.14,329.61 570.83,335.9C572.72,342.95 574.72,349.97 576.56,357.04C578.26,363.63 579.91,370.23 581.39,376.87C583.45,386.03 585.23,395.26 587.33,404.42C588.37,408.93 589.89,413.34 591.1,417.81C591.32,418.6 591.34,419.56 591.09,420.33C587.36,432.11 591.32,441.69 599.4,450.19C600.13,450.96 600.59,452.3 600.61,453.38C600.68,456.6 600.22,459.84 600.42,463.05C600.6,465.78 601.24,468.53 602.01,471.18C602.65,473.4 603.78,475.48 605.01,478.33C603.42,486.33 601.58,495.3 606.34,503.43C605.44,506.97 604.64,510.14 603.72,513.78C602.35,505.65 601.09,497.9 599.73,490.16C598.1,480.9 596.45,471.64 594.69,462.41C593.94,458.49 592.93,454.63 591.9,450.77C591.65,449.85 590.85,449.07 590.42,448.39C590.53,447.13 590.93,445.89 590.69,444.78C589.2,438.06 587.54,431.37 586.01,424.66C584.9,419.8 584.08,414.88 582.81,410.08C581.03,403.32 578.89,396.65 577.01,389.92C575.78,385.52 574.66,381.09 573.6,376.64C570.92,365.28 568.33,353.89 565.65,342.53C563.46,333.26 561.16,324.02 558.98,314.76C558.06,310.86 556.82,306.95 556.57,302.99C556.07,295.34 554.09,288.07 551.75,280.88C550.36,276.61 548.89,272.27 546.67,268.4C544.33,264.3 539.8,263.25 535.36,263.21C532.28,263.18 528.97,263.32 526.18,264.44C523.87,265.38 521.6,265.14 519.38,265.73C518.54,265.95 517.83,266.7 517.38,267C516.6,266.86 515.96,266.54 515.41,266.67C507.47,268.44 499.53,270.22 491.61,272.11C489.97,272.51 488.47,273.49 486.83,273.94C485.33,274.35 483.71,274.27 482.19,274.62C476.94,275.83 471.72,277.12 466.49,278.41C458.91,280.28 451.3,282.1 443.75,284.09C439.49,285.22 435.36,286.8 431.1,287.91C425.84,289.28 420.48,290.26 415.21,291.61C410.82,292.74 406.55,294.3 402.15,295.4C399.58,296.05 396.88,296.16 394.24,296.52C393.8,296.58 393.35,296.61 392.92,296.7C390.17,297.34 387.42,297.99 384.67,298.62C380.62,299.56 377.64,304.56 378.09,309.88C378.47,314.41 378.54,319.02 379.49,323.42C381.54,332.93 384.14,342.31 386.38,351.77C388.19,359.43 389.77,367.14 391.5,374.82C392.51,379.31 393.59,383.8 394.7,388.27C395.96,393.36 397.31,398.43 398.59,403.52C400.53,411.25 402.45,418.99 404.36,426.74C406.8,436.61 409.37,446.45 411.6,456.36C413.82,466.2 415.55,476.16 417.77,486C420.13,496.47 422.84,506.86 425.36,517.29C428.68,531.01 431.98,544.74 435.26,558.47C437.21,566.64 439.1,574.83 441.04,583.01C442.54,589.33 444.13,595.62 445.57,601.95C446.49,605.99 448.71,608.98 452.36,610.81C453.42,611.34 454.89,611.68 455.98,611.4C461.27,610.04 466.43,608.21 471.75,607C477.54,605.69 483.43,604.82 489.3,603.87C497.85,602.49 506.46,601.42 514.96,599.81C521.18,598.64 527.27,596.78 533.43,595.28C533.92,595.16 534.78,595.32 535.03,595.67C537.41,598.87 539.69,602.13 542.36,605.9V605.9ZM465.97,267.99C465.02,264.63 463.28,264.42 460.99,265.36C459.58,265.94 458.11,266.37 456.64,266.82C452.19,268.18 447.71,269.49 443.26,270.89C441.59,271.42 440.53,272.7 441.25,274.4C441.91,275.97 443.38,275.76 444.91,275.25C450.59,273.36 456.34,271.66 462.03,269.81C463.41,269.36 464.69,268.6 465.97,267.99H465.97ZM474.27,265.41C474.36,262.36 472.67,261.83 471.26,262.01C470.3,262.13 469.48,263.51 468.6,264.33C469.68,265.23 470.64,266.53 471.87,266.87C472.6,267.08 473.75,265.75 474.27,265.41V265.41Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="229"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1869 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M225.31,335.88C228.4,333.97 231.28,332.18 234.17,330.41C234.38,330.28 234.7,330.31 234.95,330.22C239.03,328.81 243.06,327.21 247.21,326.04C251.99,324.68 257.01,324.08 261.69,322.49C270.46,319.51 279.45,320.62 288.37,320.45C291.39,320.4 294.42,320.76 297.44,321.02C299.73,321.21 301.26,323.58 301.42,326.62C301.77,333.23 301.67,339.92 302.78,346.41C304.36,355.62 303.94,364.78 303.82,373.99C303.75,379.45 302.83,384.81 300.74,389.75C298.8,394.34 296.23,398.76 293.33,402.82C288.64,409.36 283.47,415.56 278.45,421.86C276.92,423.79 275.16,425.52 273.63,427.44C272.68,428.62 272.19,428.48 271.13,427.46C268.63,425.08 265.83,423.01 263.31,420.65C261.93,419.37 260.92,417.71 259.64,416.33C258.14,414.73 256.46,413.3 254.95,411.7C252.8,409.4 250.71,407.04 248.63,404.67C247.79,403.71 247.05,402.68 246.27,401.66C243.42,397.92 240.45,394.27 237.74,390.42C234.43,385.7 231.87,380.63 231.14,374.76C230.91,372.83 229.79,370.98 229.74,369.08C229.64,365.63 228.55,362.36 228.41,358.93C228.26,355.36 227.83,351.79 227.34,348.24C226.78,344.17 226.02,340.13 225.31,335.88V335.88ZM264.75,376.59C262.79,373.7 261.2,370.96 259.2,368.58C257.87,366.99 256,364.96 254.27,364.86C252.71,364.78 250.84,366.86 249.4,368.29C247.05,370.63 248.33,373.46 249.03,375.99C249.67,378.28 251.02,380.18 252.84,381.93C254.6,383.62 255.51,386.17 256.89,388.28C258.69,391.05 260.77,393.65 262.38,396.52C263.94,399.29 268.44,400.58 269.87,398.17C272.26,394.17 274.52,390.05 276.29,385.75C277.83,382.01 278.56,377.94 279.73,374.05C281.08,369.54 282.36,365.01 283.95,360.59C285.63,355.95 287.82,351.5 289.4,346.84C289.99,345.1 289.29,342.97 289.55,341.07C290.09,337.08 288.33,335.05 284.26,335.37C282.47,335.51 280.93,335.77 280.23,338.02C279.17,341.45 277.64,344.74 276.29,348.08C274.55,352.35 272.72,356.59 271.07,360.91C269.96,363.82 269.22,366.87 268.1,369.77C267.3,371.86 266.14,373.8 264.75,376.59H264.75Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="274"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1085 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M611.23,155.43C612.58,156.85 613.92,157.88 614.79,159.22C618.85,165.48 622.99,171.7 626.68,178.17C629.39,182.93 631.51,188.03 633.7,193.06C634.07,193.9 633.77,195.33 633.27,196.19C630.13,201.52 625.33,205.08 620.18,208.32C612.94,212.89 605.86,217.71 598.61,222.27C596.16,223.81 593.52,225.3 590.77,225.98C589.41,226.32 587.09,225.18 586.06,223.98C583.31,220.78 580.93,217.26 578.58,213.74C573.64,206.34 568.96,198.76 563.82,191.49C562.69,189.89 562.94,189.05 563.93,188.25C567.07,185.7 570.35,183.31 573.62,180.92C577.85,177.84 582.12,174.81 586.39,171.78C588.56,170.24 590.79,168.8 592.96,167.25C596.52,164.71 599.98,162.02 603.61,159.6C605.9,158.08 608.43,156.94 611.23,155.43L611.23,155.43ZM590.73,177.13C587.1,178.79 586.38,180.25 587.89,183.3C589.29,186.14 591.11,188.77 592.6,191.57C593.2,192.68 594.03,194.21 593.68,195.17C592.8,197.64 593.54,199.82 594.54,201.78C596.13,204.88 598.57,207.29 602.43,206.99C605.63,206.73 607.82,204.76 609.11,201.91C611.1,197.5 610.57,190.06 603.62,189.55C600.56,189.33 598.54,188.02 596.9,185.45C595.04,182.52 592.77,179.85 590.73,177.13H590.73Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="277"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (803 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M560.97,184.62C560.01,182.3 559.06,179.98 558.07,177.67C556.72,174.53 555.03,171.5 554.01,168.26C551.75,161.08 549.84,153.65 551.46,146.18C553.5,136.73 558.87,130.61 570.05,129.41C573.48,129.04 576.89,128.45 580.27,129.65C584.99,131.34 589.29,133.74 593.05,137.07C595.72,139.43 598.49,141.71 600.92,144.31C602.79,146.3 604.2,148.73 605.84,150.95C606.03,151.23 606.34,151.41 606.62,152.33C605.93,152.27 604.85,152.46 604.61,152.1C602.28,148.6 598.79,146.61 595.33,144.51C591.65,142.28 588.2,139.66 584.43,137.62C578.06,134.18 571.28,132.95 564.26,135.5C561.92,136.34 560.32,137.98 558.54,139.98C554.64,144.37 554.58,149.43 554.67,154.24C554.82,162.26 557.13,169.99 560.72,177.26C561.47,178.77 562.16,180.37 562.51,182.01C562.68,182.79 561.98,183.76 561.67,184.64C561.44,184.64 561.2,184.63 560.97,184.62Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="280"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1178 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M700.23,428.3C704.02,428.81 707.71,429.59 711.42,429.72C715.9,429.88 720.4,429.46 724.88,429.36C727.29,429.3 729.77,429.74 732.09,429.31C733.71,429 735.14,427.62 736.61,426.65C738.15,425.65 739.64,424.57 741.14,423.51C741.99,422.92 742.84,422.33 743.68,421.71C745.26,420.55 746.77,419.27 748.42,418.22C751.15,416.48 753.97,414.91 756.73,413.23C757.53,412.75 758.24,412.14 759.22,411.41C760.19,413.89 761.63,416.19 761.24,419.17C760.8,422.49 760.01,425.93 760.03,429.13C760.07,434.55 758.83,439.75 758.53,445.07C758.34,448.46 757.58,451.97 758.22,455.2C758.74,457.86 757.05,459.85 757.47,462.42C757.86,464.78 756.82,467.34 756.61,469.83C756.28,473.68 756.11,477.55 755.89,481.42C755.79,483.12 755.94,484.86 755.63,486.51C755.44,487.49 754.74,488.81 753.96,489.1C753.12,489.4 751.57,489.01 750.9,488.35C747.81,485.27 744.55,482.56 740.56,480.63C738.17,479.48 736.2,477.49 733.95,476.01C730.86,473.97 727.77,471.91 724.52,470.15C720.25,467.83 715.43,468.27 710.79,468.01C708.24,467.86 705.67,467.98 703.11,467.9C701.56,467.85 699.53,464.49 699.65,462.17C699.94,455.99 700.4,449.81 700.55,443.62C700.65,439.42 700.35,435.21 700.24,431C700.22,430.17 700.23,429.34 700.23,428.3V428.3Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="283"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3504 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M446.01,350.86C448.75,347.33 451.29,343.96 453.98,340.72C454.45,340.15 455.78,339.7 456.36,339.96C457.09,340.29 457.67,341.35 457.95,342.21C458.78,344.85 459.38,347.57 460.18,350.22C460.4,350.93 461.01,351.52 461.27,351.91C464.88,348.74 468.33,345.72 471.94,342.55C470.7,336.63 471.64,330.49 472.96,324.14C473.88,319.7 476.3,316.55 478.56,313.1C480.27,310.5 482.19,310.41 484.5,312.55C487.64,315.45 490.55,318.65 493.89,321.3C497.95,324.53 502.36,327.33 506.65,330.34C506.86,329.95 507.02,329.79 506.99,329.67C506.69,328.3 506.36,326.93 506.04,325.57C507.5,325.68 509.15,325.38 510.37,325.97C514.34,327.88 517.61,330.7 520.55,334.05C525.51,339.69 530.07,345.57 532.79,352.62C536.33,361.8 537.09,371.11 533.63,380.56C531.94,385.17 530.71,389.96 528.83,394.48C526.4,400.3 522.43,405.02 517.19,408.64C514.65,410.4 512.43,412.75 509.7,414.09C501.61,418.08 493.17,420.38 483.95,420.85C477.04,421.21 470.64,420.65 464.13,418.63C457.57,416.6 451.45,414.14 446.22,409.41C438.38,402.31 432.8,393.96 431.46,383.43C430.56,376.35 429.08,369.26 430.16,361.98C430.98,356.37 432.63,351.09 435.4,346.19C437.08,343.2 440.92,343.38 443.11,346.42C444.14,347.86 445.05,349.38 446.01,350.86L446.01,350.86ZM439.15,347.64C434.9,353.19 433.6,359.47 433.58,365.85C433.57,371.7 434.29,377.6 435.21,383.4C436.2,389.62 438.87,395.22 442.99,400.09C446.78,404.57 450.16,409.59 455.98,411.67C461.95,413.81 467.94,416.08 474.11,417.31C478.11,418.11 482.46,417.28 486.64,416.93C496.45,416.13 505.5,413.17 513.36,407.04C520.11,401.78 525.67,395.67 528,387.13C529.03,383.35 530.77,379.7 531.32,375.87C531.95,371.48 532.2,366.86 531.56,362.5C530.43,354.82 526.94,347.94 522.17,341.82C519.8,338.77 517.12,335.97 514.13,332.55C514.79,335.97 515.37,338.58 515.74,341.22C515.84,342 515.44,343.49 515.06,343.56C514.15,343.74 512.97,343.49 512.16,342.99C511.74,342.73 511.93,341.56 511.73,340.83C511.26,339.15 511.24,336.84 510.11,335.95C507.62,334 504.55,332.78 501.74,331.22C494.29,327.07 488.04,321.39 481.48,315.14C479.98,317.51 478.03,319.6 477.23,322.08C476.03,325.78 475.42,329.72 474.99,333.6C474.72,335.95 475.17,338.4 475.48,340.79C475.54,341.26 476.46,342 476.94,341.97C479.66,341.8 482.36,341.19 485.07,341.2C490.09,341.21 494.58,343.03 498.44,346.19C499.28,346.88 499.61,348.18 500.32,349.46C497.27,349.8 495.05,350.05 492.72,350.31C493.77,351.6 494.38,353.14 495.27,353.33C499.3,354.18 500.79,357.52 502.52,360.44C505.99,366.3 507.43,372.6 505.06,379.28C503.04,384.99 498.56,388.69 493.47,391.2C484.92,395.4 476.09,394.88 467.53,390.75C461.35,387.77 458.62,381.04 461.48,375.67C463.58,371.72 466.68,368.84 470.96,367.09C473.37,366.1 476.47,365.57 477.17,362.2C467.29,359.85 456.34,359.12 454.79,345.53C453.61,346.82 452.55,347.74 451.8,348.86C450.66,350.56 449.76,352.42 448.74,354.19C448.24,355.06 447.8,356.45 447.13,356.59C446.4,356.74 445.17,355.92 444.59,355.18C442.71,352.8 441.02,350.26 439.15,347.64L439.15,347.64ZM464.77,355.55C469.2,356.57 473.57,357.66 477.99,358.54C479.73,358.89 481.67,358.91 481.25,361.33C480.63,364.94 478.87,367.85 475.36,369.5C472.86,370.68 470.39,371.95 468.01,373.37C465.51,374.86 463.81,377.26 464.05,380.11C464.32,383.3 465.95,385.98 469.19,387.48C475.75,390.53 482.32,391.05 489.28,388.82C498.85,385.75 503.82,378.42 501.75,368.8C500.66,363.75 498.42,358.96 493.74,356.03C491.34,354.52 488.65,353.48 486.18,352.09C485.58,351.75 484.9,350.83 484.96,350.26C485.03,349.7 485.9,349.04 486.57,348.77C488.34,348.06 490.19,347.54 492.34,346.83C482.62,341.26 467.26,347.41 464.77,355.55L464.77,355.55Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="298"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1656 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M574.68,476.89C575.2,478.83 575.74,480.76 576.23,482.71C577.63,488.26 579.22,493.78 580.3,499.4C580.82,502.06 580.54,504.93 580.24,507.66C579.85,511.24 576.66,512.19 573.96,512.69C562.19,514.88 550.34,516.67 538.54,518.74C531.35,520.01 524.16,521.31 517.06,522.96C506.93,525.32 496.88,528.03 486.8,530.58C479.27,532.48 471.79,534.61 464.19,536.16C461.63,536.68 458.59,536.2 456.11,535.28C454.77,534.79 453.77,532.49 453.28,530.81C451.64,525.24 450.32,519.57 448.83,513.95C448.31,511.98 447.69,510.03 447.07,508.09C446.32,505.77 447.35,503.64 447.56,501.45C448.13,495.51 452.93,496.45 456.17,495.58C464.57,493.29 473.17,491.72 481.67,489.76C490.44,487.73 499.15,485.41 507.96,483.51C518.62,481.21 529.38,479.33 540.05,477.05C547.77,475.4 555.41,473.36 563.11,471.57C566.47,470.79 570.07,469.81 573.17,471.72C574.47,472.52 574.78,474.93 575.55,476.6C575.26,476.7 574.97,476.79 574.68,476.89V476.89ZM459.04,532.07C460.42,532.01 462.12,532.2 463.67,531.81C468.07,530.71 472.4,529.29 476.79,528.14C481.84,526.81 486.95,525.7 492.01,524.37C498.02,522.8 503.96,520.96 509.99,519.49C514.75,518.33 519.6,517.54 524.41,516.6C530.63,515.38 536.84,514.06 543.08,512.96C551.04,511.57 559.05,510.38 567.03,509.04C569.48,508.62 571.9,508 574.31,507.41C574.68,507.32 575.24,506.89 575.25,506.6C575.35,503.76 575.89,500.78 575.28,498.08C573.55,490.46 571.33,482.96 569.34,475.54C564.34,476.7 559.13,477.93 553.91,479.11C547.23,480.62 540.55,482.14 533.85,483.54C520.98,486.23 508.08,488.71 495.25,491.55C488.71,493 482.36,495.28 475.83,496.78C469.55,498.22 463.18,499.34 456.8,500.25C451.15,501.05 450.67,504.22 451.7,507.85C453.95,515.8 456.48,523.68 459.04,532.07V532.07Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="301"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1612 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M451.16,487.84C444.48,487.83 440.61,483.95 439.22,477.88C437.77,471.52 436.11,465.22 434.65,458.87C433.21,452.55 434.74,448.79 441.45,446.9C450.94,444.24 460.58,442.14 470.14,439.69C476.06,438.17 481.93,436.42 487.85,434.86C492.87,433.53 497.93,432.35 502.96,431.08C506.35,430.22 509.72,429.33 513.1,428.46C518.54,427.06 524,425.68 529.44,424.24C537.13,422.2 544.8,420.11 552.48,418.05C554.58,417.48 556.67,416.86 558.81,416.43C560.89,416.01 564.4,418.97 564.81,421.48C566.33,430.74 567.86,440 569.22,449.28C569.51,451.29 569.63,453.67 568.82,455.41C568.05,457.04 566.12,458.36 564.41,459.28C557,463.26 548.93,465.13 540.71,466.62C533.59,467.92 526.56,469.72 519.49,471.27C509.21,473.51 498.87,475.51 488.66,478.04C479.64,480.27 470.79,483.17 461.82,485.6C457.77,486.69 453.59,487.34 451.16,487.84V487.84ZM559.82,421.45C558.37,421.77 557.31,421.98 556.27,422.24C549.75,423.85 543.21,425.44 536.7,427.1C529.93,428.81 523.19,430.6 516.43,432.34C513.7,433.05 511.29,434.64 508.09,434.08C506.41,433.78 504.45,435.58 502.52,436.09C495.28,438.03 488,439.81 480.74,441.69C475.58,443.03 470.46,444.53 465.28,445.8C457.76,447.64 450.18,449.26 442.67,451.13C438.77,452.11 437.91,454.21 439.22,457.99C440.21,460.88 441.04,463.83 441.85,466.77C443.09,471.33 444.26,475.91 445.44,480.49C446.01,482.7 447.46,483.78 449.64,483.27C458.89,481.1 468.13,478.86 477.34,476.55C486.04,474.37 494.66,471.85 503.4,469.86C516.08,466.95 528.85,464.45 541.55,461.65C548.49,460.12 555.48,458.83 561.84,455.2C564.51,453.68 564.49,451.89 564.21,449.62C563.73,445.7 563.22,441.78 562.61,437.88C561.76,432.51 560.79,427.15 559.82,421.45H559.82Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="304"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1237 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M459.04,532.07C456.48,523.68 453.95,515.8 451.7,507.85C450.67,504.22 451.15,501.05 456.8,500.25C463.18,499.34 469.55,498.22 475.83,496.78C482.36,495.28 488.71,493 495.25,491.55C508.08,488.71 520.98,486.23 533.85,483.54C540.55,482.14 547.23,480.62 553.91,479.11C559.13,477.93 564.34,476.7 569.34,475.54C571.33,482.96 573.55,490.46 575.28,498.08C575.89,500.78 575.35,503.76 575.25,506.6C575.24,506.89 574.68,507.32 574.31,507.41C571.9,508 569.48,508.62 567.03,509.04C559.05,510.38 551.05,511.57 543.08,512.96C536.84,514.06 530.63,515.38 524.41,516.6C519.6,517.54 514.75,518.33 509.99,519.49C503.96,520.96 498.02,522.8 492.01,524.37C486.96,525.7 481.84,526.81 476.79,528.14C472.4,529.29 468.07,530.71 463.67,531.81C462.12,532.2 460.42,532.01 459.04,532.07V532.07ZM510.33,508.51C509.17,507.08 508.49,505.85 507.45,505.11C506.58,504.48 505.3,504.42 504.2,504.12C504.07,505.31 503.46,506.74 503.91,507.65C504.89,509.65 506.26,511.51 507.75,513.18C508.53,514.06 509.97,514.96 510.99,514.84C512.05,514.72 513.26,513.55 513.89,512.53C515.29,510.28 516.4,507.85 517.55,505.46C519.18,502.09 520.82,498.72 522.31,495.29C522.9,493.95 522.68,492.43 520.96,492.18C520,492.04 518.35,492.48 517.98,493.17C515.34,498.12 512.94,503.19 510.33,508.51V508.51Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="313"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1447 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M559.82,421.45C560.79,427.15 561.76,432.51 562.61,437.88C563.22,441.78 563.73,445.7 564.21,449.62C564.49,451.89 564.51,453.68 561.84,455.2C555.48,458.83 548.49,460.12 541.55,461.65C528.85,464.45 516.08,466.95 503.4,469.86C494.66,471.86 486.04,474.37 477.34,476.55C468.13,478.86 458.89,481.1 449.64,483.27C447.46,483.78 446.01,482.7 445.44,480.49C444.26,475.91 443.09,471.33 441.84,466.77C441.04,463.83 440.21,460.88 439.22,457.99C437.91,454.21 438.77,452.11 442.67,451.13C450.18,449.26 457.76,447.64 465.28,445.8C470.46,444.53 475.58,443.03 480.74,441.69C488,439.81 495.28,438.03 502.52,436.09C504.45,435.58 506.41,433.78 508.09,434.08C511.29,434.64 513.7,433.05 516.43,432.34C523.19,430.6 529.93,428.81 536.7,427.1C543.21,425.44 549.74,423.85 556.27,422.24C557.31,421.98 558.36,421.77 559.82,421.45V421.45ZM496.67,455.2C496.05,456.83 495.14,458.8 494.64,460.86C494.46,461.6 495.06,463 495.7,463.32C496.27,463.61 497.68,463.08 498.2,462.47C499.38,461.07 500.23,459.4 501.3,457.72C503.52,459.34 505.68,460.92 507.84,462.49C509.11,463.41 510.64,463.67 511.32,462.18C511.73,461.28 511.37,459.51 510.68,458.71C509.12,456.91 507.33,455.16 505.29,453.98C503.22,452.78 503.75,452.12 504.67,450.39C506.18,447.58 508.95,444.6 505.53,441.02C500.95,442.03 502.57,447.68 499.12,449.76C497.73,448.68 496.36,447.39 494.78,446.47C493.91,445.97 492.67,446.11 491.61,445.96C491.58,446.89 491.18,448.08 491.61,448.71C493.08,450.91 494.85,452.91 496.67,455.2H496.67Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="316"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1218 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M300.64,252.3C299.68,252.11 298.64,252.09 297.77,251.69C289.54,247.88 281.43,243.74 273.07,240.25C268.75,238.45 264.4,236.8 260.33,234.48C257.89,233.09 256.75,231.1 256.88,228.33C257.03,225.32 259.4,223.95 261.59,223.21C263.09,222.7 265.25,223.48 266.89,224.2C274.77,227.67 282.54,231.41 290.43,234.88C297.57,238.03 304.89,240.8 311.99,244.04C318.25,246.88 324.33,250.13 330.47,253.23C332.5,254.26 334.5,255.37 336.5,256.47C338.63,257.65 339.27,260.82 337.76,262.63C335.75,265.04 333.09,265.97 330.11,265.39C325.15,264.42 320.58,262.4 316.17,259.91C313.68,258.5 310.85,257.69 308.19,256.58C307.62,256.34 307.09,255.97 306.6,255.59C305.52,254.75 304.75,253.55 302.94,254.12C302.33,254.31 301.29,253.12 300.45,252.55C300.51,252.47 300.58,252.38 300.64,252.3V252.3ZM261.86,227.59C261.62,228 261.38,228.41 261.14,228.82C262.57,229.86 263.88,231.14 265.44,231.9C270.42,234.31 275.5,236.53 280.53,238.84C283.73,240.31 286.89,241.84 290.09,243.28C294.89,245.43 299.74,247.49 304.53,249.66C311.56,252.84 318.51,256.19 325.59,259.23C327.84,260.2 330.41,260.41 332.83,260.97L333.23,259.81C325.32,255.93 317.47,251.91 309.48,248.21C301.67,244.59 293.73,241.21 285.79,237.88C277.79,234.53 270.17,230.2 261.86,227.59L261.86,227.59Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="325"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1636 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M306.6,554.66C306.28,541.28 305.97,528.41 305.65,515.06C296.78,522.81 287.12,526.58 276.02,527.32C270.65,527.67 265.58,526.97 260.49,525.72C256.49,524.73 256.47,524.64 255.93,528.73C255.57,531.43 255.45,534.17 255.05,536.87C253.78,545.48 252.51,554.09 251.08,562.68C250.02,569.06 248.67,575.4 247.55,581.77C246.96,585.12 246.61,588.51 246.12,591.87C245.5,596.15 243.2,599.72 241.07,603.31C238.41,607.78 234.65,611.36 229.61,612.7C219.34,615.43 208.56,614.93 202.28,603.29C198.7,596.63 197.42,589.37 198.24,581.98C198.55,579.14 200.64,576.38 202.27,573.81C206.54,567.06 213.69,564.18 220.56,561.3C225.04,559.43 230.21,558.4 234.84,561.07C237.81,562.78 240.3,565.32 243.32,567.74C243.54,567.02 244.1,565.81 244.26,564.55C244.91,559.67 245.41,554.77 246,549.88C246.84,542.84 247.72,535.8 248.55,528.76C249.31,522.23 250.04,515.7 250.73,509.17C251,506.56 251.1,503.94 251.29,501.32C251.54,497.91 253.42,496.86 256.3,498.66C263.99,503.47 272.41,505.26 281.24,503.83C285.23,503.18 289.17,501.38 292.8,499.45C297.94,496.73 302.73,493.36 307.73,490.35C310.26,488.83 312.62,490.29 312.76,493.42C312.92,497.03 312.98,500.64 313.07,504.26C313.23,510.79 313.39,517.33 313.51,523.86C313.65,530.95 313.69,538.03 313.86,545.11C314.02,551.59 314.37,558.05 314.5,564.53C314.56,567.1 314.98,569.4 315.81,571.93C316.58,574.25 314.54,577.56 313.53,580.36C313.24,581.15 312.02,581.56 311.56,582.34C308,588.28 301.83,590.72 296.08,593.44C290.31,596.17 279.43,593.44 276.02,589.31C270.46,582.57 268.91,575.09 271.36,566.69C273.63,558.94 277.79,552.66 285.44,549.55C291.61,547.03 297.65,548.2 303.16,551.89C304.23,552.61 305.18,553.5 306.6,554.66L306.6,554.66Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="328"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2068 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M470.14,162.21C470.14,166.62 470.16,171.03 470.14,175.44C470.12,181.69 472.73,186.77 476.71,191.45C478.34,193.36 479.82,195.87 480.18,198.28C480.73,202.02 478.7,205.09 475.29,206.84C468.03,210.57 460.67,214.02 452.24,214.22C451.29,214.24 450.29,215.32 449.43,216.05C444.23,220.56 438.47,222.87 431.69,220.22C429.8,219.48 427.74,218.24 426.62,216.63C424.77,213.96 422.25,213.48 419.49,213.21C416.73,212.95 413.93,213 411.19,212.61C409.66,212.39 408.15,211.68 406.76,210.95C404.27,209.63 401.68,208.37 399.48,206.65C395.98,203.92 396.46,199.4 399.07,195.91C402.59,191.2 406.32,186.49 407.37,180.29C409.16,169.66 410.88,159 413.32,148.5C415.65,138.5 421.46,130.61 429.89,124.52C436.53,119.72 447.14,120.13 452.41,123.86C459.23,128.67 464.65,134.87 466.85,143.12C468.5,149.34 469.47,155.74 470.74,162.06C470.54,162.11 470.35,162.16 470.14,162.21L470.14,162.21ZM463.57,175.08C463.57,170.57 463.57,166.49 463.57,162.4C463.56,153.64 462.54,145.13 458.04,137.32C455.34,132.63 451.31,129.88 446.2,128.73C443.21,128.06 440.08,127.94 437.01,127.71C435.87,127.63 434.46,127.6 433.59,128.17C429.64,130.75 426.39,134.12 424.2,138.31C422.18,142.18 419.38,145.72 419.26,150.45C419.18,153.39 418.6,156.32 418.18,159.25C417.66,162.87 417.65,166.71 416.34,170.03C415.41,172.39 415.86,174.4 415.41,176.93C431.48,172.75 447.18,170.08 463.57,175.08V175.08ZM408.53,192.2C428.5,190.57 448.2,186.5 467.96,192.03C466.94,190.22 466.07,188.59 465.11,187C464.67,186.28 464.21,185.35 463.52,185.05C456.49,181.94 448.92,180.65 441.4,180.12C434.65,179.65 427.75,180.35 420.99,181.2C417.82,181.6 414.03,181.81 411.91,185.06C410.65,186.99 409.61,189.07 408.55,191.13C408.35,191.53 408.53,192.11 408.53,192.2L408.53,192.2ZM451.63,193.95C454.9,198.26 456.31,202.82 454.55,208.4C462.46,207.25 468.91,204.51 474.87,199.22C467,196.55 459.69,194.26 451.63,193.95V193.95ZM425.22,195.07C418.47,195.67 411.9,196.49 405.68,199.06C405.15,199.27 404.61,200.46 404.72,201.07C405.21,203.57 409.19,207.15 411.75,207.16C415.22,207.17 418.69,206.78 421.75,206.59C422.93,202.67 424.03,199.02 425.22,195.07L425.22,195.07Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="331"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2162 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M308.08,333.83C308.08,343.25 308.19,351.61 308.05,359.96C307.92,367.34 307.99,374.77 307.12,382.07C306.15,390.07 303.47,397.69 299.03,404.57C297.67,406.67 296.45,408.87 295.03,410.94C293.07,413.8 291.08,416.66 288.92,419.38C287.07,421.72 285.09,423.98 282.94,426.05C280.15,428.76 277.31,431.49 274.11,433.66C273.05,434.38 270.29,434.01 269.25,433.09C265.95,430.14 263.08,426.71 260.08,423.43C257.93,421.09 255.84,418.7 253.72,416.33C250.2,412.38 246.72,408.4 243.16,404.48C240.78,401.86 238,399.54 235.94,396.7C233.12,392.79 230.68,388.6 228.32,384.39C223.7,376.15 221.89,367.18 221.32,357.81C220.91,351.14 219.78,344.52 219.13,337.86C218.95,336 218.87,333.9 219.55,332.25C220.25,330.57 221.83,329.18 223.23,327.89C226.21,325.14 229.11,322.21 232.46,319.97C235.2,318.12 238.45,316.94 241.62,315.86C245.35,314.58 249.2,313.67 253.04,312.75C254.58,312.37 256.25,312.55 257.81,312.22C266.97,310.31 276.23,309.99 285.5,310.83C289.47,311.2 293.64,311.7 297.2,313.3C299.37,314.29 301.99,314.92 303.69,316.33C305.55,317.87 306.88,320.68 307.36,323.14C308.1,326.96 307.92,330.96 308.08,333.84L308.08,333.83ZM225.31,333.88C226.02,338.13 226.78,342.17 227.34,346.24C227.83,349.79 228.26,353.36 228.41,356.93C228.55,360.36 229.64,363.63 229.74,367.08C229.79,368.98 230.91,370.84 231.14,372.76C231.87,378.63 234.43,383.7 237.74,388.42C240.45,392.27 243.42,395.92 246.27,399.66C247.05,400.68 247.79,401.71 248.63,402.67C250.71,405.04 252.79,407.4 254.95,409.7C256.46,411.3 258.14,412.73 259.63,414.33C260.92,415.71 261.93,417.37 263.3,418.65C265.83,421.01 268.63,423.08 271.13,425.47C272.19,426.48 272.68,426.62 273.63,425.44C275.16,423.52 276.92,421.79 278.45,419.86C283.47,413.56 288.64,407.36 293.32,400.82C296.23,396.76 298.8,392.34 300.74,387.75C302.83,382.81 303.75,377.45 303.82,371.99C303.94,362.78 304.36,353.62 302.78,344.41C301.67,337.92 301.77,331.23 301.42,324.62C301.26,321.58 299.73,319.21 297.44,319.02C294.42,318.77 291.39,318.4 288.37,318.45C279.45,318.62 270.46,317.51 261.69,320.49C257.01,322.08 251.99,322.68 247.21,324.04C243.06,325.21 239.03,326.81 234.95,328.22C234.7,328.31 234.38,328.28 234.17,328.41C231.28,330.18 228.4,331.97 225.31,333.88V333.88Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="334"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2657 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M546.49,150.6C546.11,144.81 547.14,139.19 550.09,134.31C554.24,127.46 560.43,123.07 568.65,122.51C574.6,122.1 580.65,121.91 586.15,124.92C590.84,127.49 595.61,129.95 598.91,134.46C599.68,135.53 601.63,135.84 602.2,136.94C603.36,139.2 605.69,140.18 607.02,142.22C609.45,145.95 612.5,149 616.08,151.82C619.35,154.4 621.66,158.38 623.89,162.06C628.37,169.44 632.65,176.96 636.73,184.58C638.02,186.98 639.82,189.55 638.74,192.66C638.09,194.56 637.79,196.81 636.57,198.27C632.99,202.54 629.22,206.59 624.22,209.49C616.58,213.92 609.3,218.96 601.81,223.64C598.76,225.55 595.71,227.73 592.35,228.82C588.2,230.15 584.33,227.98 581.97,224.8C577.04,218.13 572.71,211.01 568.13,204.08C566.11,201.02 563.91,198.07 562.07,194.9C559.82,191.05 557.66,187.13 555.83,183.07C553.41,177.73 550.97,172.33 549.21,166.74C547.58,161.55 546.82,156.08 545.67,150.73C545.95,150.69 546.22,150.65 546.49,150.6L546.49,150.6ZM611.23,153.43C608.43,154.94 605.9,156.08 603.61,157.6C599.98,160.02 596.52,162.71 592.96,165.25C590.79,166.8 588.56,168.24 586.39,169.78C582.12,172.81 577.85,175.84 573.62,178.92C570.35,181.31 567.07,183.7 563.93,186.25C562.94,187.05 562.69,187.89 563.82,189.49C568.96,196.76 573.64,204.34 578.58,211.74C580.93,215.26 583.31,218.78 586.06,221.98C587.09,223.18 589.41,224.32 590.77,223.98C593.52,223.3 596.16,221.81 598.61,220.27C605.86,215.71 612.94,210.89 620.18,206.32C625.33,203.08 630.13,199.52 633.27,194.19C633.77,193.33 634.07,191.9 633.7,191.06C631.51,186.03 629.39,180.93 626.68,176.17C622.99,169.7 618.85,163.48 614.79,157.22C613.92,155.88 612.58,154.85 611.23,153.43V153.43ZM567.26,177.64C578.75,169.46 589.93,161.51 601.65,153.16C598.14,150.55 595.07,148.1 591.83,145.9C588.2,143.42 584.58,140.86 580.68,138.9C576.26,136.68 571.41,135.85 566.59,137.67C561.52,139.59 558.51,145.72 558.9,152.25C559.45,161.48 563.21,169.58 567.26,177.64V177.64ZM560.97,182.62C561.2,182.63 561.44,182.64 561.67,182.64C561.98,181.76 562.68,180.79 562.51,180.01C562.16,178.37 561.47,176.77 560.72,175.26C557.13,167.99 554.82,160.26 554.67,152.24C554.58,147.43 554.64,142.37 558.54,137.98C560.32,135.98 561.92,134.34 564.26,133.5C571.28,130.95 578.06,132.18 584.43,135.62C588.2,137.66 591.65,140.28 595.33,142.51C598.79,144.61 602.28,146.6 604.61,150.1C604.85,150.46 605.93,150.27 606.62,150.33C606.34,149.41 606.03,149.23 605.84,148.95C604.2,146.73 602.79,144.3 600.92,142.31C598.49,139.71 595.72,137.43 593.05,135.07C589.29,131.74 584.99,129.34 580.27,127.65C576.89,126.45 573.48,127.04 570.05,127.41C558.87,128.61 553.5,134.73 551.46,144.18C549.84,151.65 551.75,159.08 554.01,166.26C555.03,169.5 556.72,172.53 558.07,175.67C559.06,177.98 560,180.3 560.97,182.62V182.62Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="337"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2658 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M696.03,467.66C695.64,466.39 695.19,465.13 694.88,463.85C694.09,460.65 693.78,457.52 695.01,454.24C695.48,452.99 694.51,451.27 694.55,449.78C694.66,446.22 695.6,442.58 695.07,439.15C694.44,434.98 695.6,431.01 695.45,426.93C695.39,425.45 696.89,423.91 697.71,422.42C698.74,420.54 700.48,421.46 701.97,421.36C707.6,420.99 713.24,420.13 718.84,420.39C721.56,420.52 724.1,419.63 726.95,420.08C730.7,420.67 734.02,418.6 736.79,415.58C740.33,411.71 744.05,407.86 748.29,404.83C753.02,401.44 758.46,398.89 764.54,399.3C765.88,399.39 767.22,401.11 768.34,402.3C769.46,403.49 768.84,404.6 768.05,405.96C767.17,407.48 766.75,409.43 766.66,411.23C766.36,416.92 766.58,422.66 766.05,428.33C765.81,430.98 766.62,433.82 764.8,436.44C764.09,437.46 765.09,439.55 764.97,441.12C764.75,443.98 765.15,447.12 764.59,449.61C763.78,453.18 764.97,456.79 763.4,460.32C762.47,462.41 763.23,465.23 763.11,467.71C762.95,471.17 762.85,474.65 762.4,478.09C762.08,480.59 761.18,483.02 760.64,485.51C760.3,487.07 760.03,488.67 759.95,490.27C759.72,494.66 754.81,497.47 750.92,495.34C748.85,494.21 746.05,493.53 744.93,491.78C743.14,488.96 739.39,489.63 737.72,486.52C736.78,484.75 733.75,484.13 731.71,482.91C729.42,481.55 727.29,479.9 724.9,478.77C722.43,477.59 720.09,476.06 716.94,476.57C715.34,476.83 713.31,474.83 711.81,475.2C709.21,475.86 706.75,474.8 704.06,475.48C702.19,475.96 699.35,473.83 697.38,472.3C696.25,471.43 695.98,469.43 695.32,467.94C695.56,467.85 695.79,467.75 696.03,467.66L696.03,467.66ZM700.23,426.3C700.23,427.34 700.21,428.17 700.24,429C700.35,433.21 700.65,437.42 700.55,441.62C700.4,447.81 699.94,453.99 699.64,460.17C699.53,462.49 701.56,465.85 703.11,465.9C705.67,465.98 708.24,465.86 710.79,466.01C715.43,466.27 720.25,465.83 724.52,468.15C727.77,469.91 730.86,471.98 733.95,474.01C736.2,475.49 738.17,477.48 740.56,478.63C744.55,480.56 747.81,483.27 750.9,486.35C751.56,487.01 753.11,487.4 753.96,487.1C754.74,486.81 755.44,485.49 755.63,484.51C755.94,482.86 755.79,481.12 755.89,479.42C756.1,475.56 756.28,471.68 756.61,467.83C756.82,465.34 757.86,462.78 757.47,460.42C757.05,457.85 758.74,455.86 758.22,453.2C757.58,449.97 758.34,446.46 758.53,443.07C758.83,437.75 760.06,432.55 760.03,427.13C760.01,423.93 760.8,420.5 761.24,417.17C761.63,414.19 760.19,411.89 759.22,409.41C758.24,410.14 757.52,410.75 756.73,411.23C753.97,412.91 751.15,414.48 748.42,416.22C746.77,417.27 745.26,418.55 743.68,419.71C742.84,420.33 741.99,420.92 741.14,421.52C739.64,422.57 738.15,423.65 736.61,424.65C735.14,425.62 733.71,427 732.09,427.31C729.77,427.74 727.29,427.3 724.88,427.36C720.4,427.46 715.9,427.88 711.42,427.72C707.71,427.59 704.02,426.81 700.23,426.3H700.23Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="340"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1604 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M700.16,284.83C698.78,287.36 697.21,290.82 695.12,293.94C692.43,297.95 689.5,301.82 686.35,305.48C683.42,308.89 680.03,311.9 676.91,315.16C675.28,316.86 673.77,318.69 672.23,320.49C668.19,325.23 664.39,330.2 660.06,334.66C656.15,338.7 652,342.6 646.83,345.14C645.16,345.95 643.62,347.37 641.88,347.66C638.18,348.29 636.1,345.45 634.17,342.94C631.48,339.45 629.77,335.52 628.41,331.24C626.82,326.25 623.97,321.67 621.7,316.9C619.76,312.79 617.84,308.67 615.95,304.54C613.96,300.17 611.84,295.84 610.13,291.36C609.22,288.97 608.53,286.26 608.66,283.75C608.93,278.84 613.29,275.17 618.49,274.7C624.65,274.15 630.79,273.13 636.95,273.04C642.95,272.95 648.96,273.76 654.97,274.17C657.79,274.37 660.62,274.52 663.44,274.76C671.79,275.49 680.15,276.27 688.5,276.99C689.73,277.1 690.96,277 692.19,277.03C696.51,277.13 699.95,280.08 700.16,284.83V284.83ZM639.79,342.35C641.28,341.97 643.3,342.07 644.26,341.11C647.78,337.6 650.91,333.7 654.27,330.02C656.72,327.33 659.01,324.37 661.9,322.24C668.33,317.49 673.51,311.65 678.21,305.31C680.13,302.72 681.81,299.94 683.93,297.52C687.23,293.76 690.95,290.35 693.08,285.66C694.01,283.61 693.6,282.14 691.48,281.96C688.98,281.75 686.46,281.8 683.94,281.73C678.49,281.56 673.03,281.54 667.58,281.17C663.11,280.86 658.68,279.97 654.22,279.65C648.73,279.27 643.22,279.12 637.72,279.05C633.16,279 628.53,278.83 624.03,279.44C620.86,279.88 616.93,278.55 614.55,282.6C615.6,284.7 616.89,287.04 617.96,289.48C619.38,292.71 620.67,296 621.93,299.3C624.37,305.65 626.7,312.04 629.15,318.39C631.2,323.71 633.25,329.03 635.5,334.27C636.64,336.94 638.22,339.43 639.79,342.35H639.79Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="343"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1742 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M330.68,190.71C336.07,192.94 341.05,194.83 345.84,197.09C347.23,197.74 348.17,199.43 349.19,200.73C350.56,202.49 349.65,204.03 348.55,205.52C345.89,209.12 341.91,210.95 338.2,213.1C330.8,217.42 323.38,221.74 315.8,225.75C310.98,228.29 305.93,230.46 300.85,232.43C298.69,233.26 296.34,231.95 295.66,229.88C294.11,225.11 293.02,220.18 291.88,215.27C291.02,211.54 290.48,207.75 289.63,204.02C288.1,197.26 286.43,190.53 284.87,183.78C284.61,182.68 284.59,181.52 284.57,180.38C284.51,177.19 287.84,174.9 291.67,175.98C296.51,177.34 301.24,179.1 305.97,180.83C307.93,181.54 309.4,180.68 310.26,178.34C311.89,173.92 313.72,169.57 315.43,165.18C315.91,163.95 316.05,162.54 316.7,161.41C317.92,159.29 319.29,157.22 320.85,155.34C321.31,154.79 322.74,154.63 323.54,154.88C328.26,156.35 332.99,157.82 337.57,159.64C340.27,160.71 341.04,163.66 340,166.35C338.2,171.03 336.56,175.77 334.74,180.45C333.77,182.95 332.56,185.36 331.52,187.85C331.13,188.79 330.94,189.81 330.68,190.71H330.68ZM301.58,225.85C303.53,224.86 305.53,223.83 307.55,222.84C313.13,220.1 318.69,217.3 324.32,214.66C330.03,211.99 335.63,209.2 338.89,203.43C339.21,202.87 338.9,201.28 338.5,201.12C336.83,200.44 335.01,200.15 333.26,199.69C331.16,199.15 329.05,198.65 327.01,197.98C325.23,197.39 323.5,194.3 324.08,192.85C325.58,189.13 327.17,185.44 328.68,181.72C331.05,175.86 333.39,169.98 335.92,163.63C331.58,162.27 327.75,161.06 323.49,159.73C323.28,160.04 322.58,160.74 322.23,161.6C319.09,169.29 316.03,177.02 312.9,184.73C311.91,187.17 308.91,188.54 306.46,187.66C301.37,185.83 296.29,183.93 291.27,182.08C290.96,183.77 290.35,185.37 290.46,186.92C290.56,188.18 291.78,189.32 292.04,190.6C293.32,196.89 294.19,203.28 295.7,209.51C297.04,215.02 297.81,220.81 301.58,225.85H301.58Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="346"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (891 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M797.47,487.65C798.29,486.62 799.64,484.81 801.11,483.11C802.74,481.23 804.47,479.43 806.16,477.61C807.5,476.17 808.86,474.75 810.21,473.33C814.72,468.61 817.82,463.07 819.81,456.86C821.3,452.2 821.97,447.41 822.14,442.58C822.23,439.83 821.99,436.92 821.13,434.33C820.16,431.38 818.41,428.66 816.85,425.93C814.52,421.84 811.75,418.11 808.19,414.92C807.17,414 806.59,412.02 806.69,410.58C806.8,409 807.55,406.82 808.74,406.13C809.84,405.49 812.01,406.19 813.48,406.81C817.97,408.69 820.77,412.63 823.62,416.25C826.09,419.39 828.27,422.94 829.78,426.63C831.59,431.07 833.12,435.69 832.67,440.73C832.34,444.52 832.72,448.38 832.49,452.18C832.34,454.86 831.29,457.53 831.41,460.16C831.51,462.12 830.83,463.61 830.32,465.31C828.82,470.26 826.14,474.59 823.53,478.96C822.3,481.02 821.12,483.12 819.8,485.12C816.57,490.05 812.07,493.59 806.58,495.43C801.46,497.15 797.4,493.89 797.47,487.65V487.65Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="349"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1405 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M639,360.23C638.73,355.34 641.87,353.84 644.06,351.96C646.72,349.69 649.84,347.95 652.82,346.07C658.42,342.54 664,338.97 669.7,335.59C676.54,331.54 683.43,327.56 690.43,323.77C693.13,322.31 696.17,321.51 699.04,320.35C703.57,318.52 708.2,316.89 712.57,314.74C717.26,312.43 723.27,314.29 724.82,319.15C726.13,323.23 725.6,325.84 720.93,328.56C716.69,331.02 712.82,334.11 708.66,336.71C705.23,338.86 701.6,340.67 698.09,342.69C695.04,344.44 692.1,346.38 689,348.03C684.82,350.23 680.51,352.17 676.31,354.34C672.37,356.39 668.48,358.55 664.61,360.74C661.26,362.64 658.12,364.99 654.62,366.52C651.18,368.04 647.4,369.5 643.56,367.93C639.69,366.34 639.57,362.51 639,360.23L639,360.23ZM643.51,360.64C644.21,364.01 646.99,364.61 649.8,363.02C650.48,362.63 651.25,362.38 651.94,362C656.71,359.38 661.45,356.69 666.24,354.12C672.75,350.64 679.37,347.38 685.8,343.77C690.89,340.93 695.73,337.64 700.73,334.66C705.55,331.78 710.44,329.03 715.3,326.23C716.53,325.52 717.83,324.92 718.98,324.11C719.53,323.73 720.2,322.91 720.13,322.39C719.78,319.97 717.99,318.88 715.49,319.46C714.16,319.76 712.8,320.09 711.58,320.67C708.46,322.15 705.41,323.79 702.33,325.36C700.87,326.1 699.34,326.73 697.96,327.59C694.33,329.84 690.84,332.34 687.14,334.48C681.88,337.52 676.46,340.28 671.17,343.27C668.72,344.65 666.45,346.32 664.07,347.81C662.82,348.59 661.49,349.23 660.25,350.01C654.77,353.47 649.3,356.96 643.51,360.64V360.64Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="352"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (813 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M264.75,374.59C266.14,371.8 267.3,369.86 268.1,367.77C269.22,364.87 269.96,361.82 271.07,358.91C272.72,354.59 274.55,350.36 276.29,346.08C277.64,342.74 279.17,339.45 280.23,336.02C280.93,333.77 282.47,333.51 284.26,333.37C288.33,333.06 290.09,335.08 289.55,339.07C289.29,340.97 289.99,343.1 289.4,344.84C287.82,349.5 285.62,353.95 283.95,358.59C282.36,363.01 281.08,367.54 279.73,372.05C278.56,375.95 277.83,380.01 276.29,383.75C274.52,388.05 272.26,392.17 269.87,396.17C268.44,398.58 263.94,397.29 262.38,394.52C260.76,391.65 258.69,389.05 256.89,386.28C255.51,384.17 254.6,381.62 252.84,379.93C251.01,378.18 249.67,376.28 249.03,373.99C248.33,371.46 247.05,368.63 249.4,366.29C250.84,364.86 252.71,362.78 254.27,362.86C256,362.96 257.87,364.99 259.2,366.58C261.2,368.96 262.78,371.7 264.75,374.59L264.75,374.59Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="361"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1853 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M224,331.94C227.09,330.02 229.97,328.24 232.86,326.47C233.07,326.33 233.38,326.36 233.64,326.27C237.72,324.87 241.75,323.26 245.9,322.09C250.68,320.74 255.7,320.14 260.38,318.55C269.15,315.57 278.14,316.67 287.06,316.51C290.08,316.45 293.11,316.82 296.13,317.07C298.42,317.27 299.95,319.64 300.11,322.67C300.46,329.28 300.36,335.98 301.47,342.47C303.05,351.67 302.63,360.84 302.51,370.05C302.44,375.51 301.52,380.86 299.43,385.8C297.49,390.39 294.92,394.82 292.01,398.87C287.33,405.42 282.16,411.61 277.14,417.92C275.61,419.84 273.85,421.58 272.32,423.49C271.37,424.67 270.88,424.54 269.82,423.52C267.32,421.13 264.52,419.06 261.99,416.7C260.62,415.43 259.61,413.77 258.32,412.39C256.83,410.79 255.15,409.35 253.64,407.75C251.49,405.46 249.4,403.09 247.32,400.73C246.48,399.77 245.74,398.73 244.96,397.72C242.11,393.98 239.13,390.32 236.43,386.47C233.13,381.75 230.56,376.68 229.83,370.82C229.6,368.89 228.48,367.04 228.43,365.13C228.33,361.69 227.24,358.42 227.1,354.98C226.95,351.41 226.52,347.84 226.03,344.3C225.47,340.23 224.71,336.19 224,331.94ZM263.44,372.64C261.47,369.75 259.89,367.02 257.89,364.63C256.56,363.04 254.69,361.02 252.96,360.92C251.4,360.83 249.53,362.92 248.09,364.35C245.74,366.68 247.02,369.51 247.72,372.05C248.36,374.33 249.71,376.23 251.53,377.98C253.29,379.67 254.2,382.22 255.58,384.33C257.38,387.1 259.45,389.7 261.07,392.57C262.63,395.34 267.13,396.63 268.56,394.23C270.95,390.23 273.21,386.1 274.98,381.8C276.52,378.06 277.25,374 278.42,370.1C279.77,365.6 281.05,361.06 282.64,356.64C284.31,352.01 286.51,347.55 288.09,342.89C288.68,341.16 287.98,339.02 288.24,337.12C288.78,333.14 287.02,331.11 282.95,331.43C281.16,331.57 279.62,331.83 278.92,334.08C277.86,337.51 276.33,340.79 274.98,344.13C273.24,348.41 271.41,352.65 269.76,356.96C268.65,359.87 267.91,362.92 266.79,365.83C265.99,367.91 264.83,369.86 263.44,372.64Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="427"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1062 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M609.92,151.48C611.27,152.9 612.61,153.94 613.48,155.28C617.54,161.53 621.68,167.75 625.37,174.23C628.08,178.99 630.2,184.09 632.39,189.12C632.76,189.95 632.46,191.39 631.96,192.24C628.82,197.57 624.02,201.13 618.88,204.37C611.63,208.94 604.55,213.77 597.3,218.33C594.85,219.87 592.21,221.36 589.46,222.04C588.1,222.37 585.78,221.23 584.75,220.03C582,216.84 579.62,213.31 577.27,209.8C572.33,202.4 567.65,194.81 562.51,187.55C561.38,185.95 561.63,185.11 562.62,184.31C565.76,181.76 569.04,179.36 572.31,176.98C576.54,173.89 580.81,170.86 585.08,167.84C587.25,166.3 589.48,164.85 591.65,163.31C595.21,160.77 598.67,158.07 602.3,155.65C604.59,154.13 607.13,152.99 609.92,151.48ZM589.42,173.19C585.79,174.84 585.07,176.3 586.58,179.36C587.98,182.2 589.8,184.83 591.29,187.62C591.89,188.73 592.72,190.26 592.37,191.22C591.49,193.7 592.23,195.87 593.23,197.84C594.82,200.94 597.26,203.35 601.13,203.04C604.32,202.79 606.51,200.82 607.8,197.96C609.79,193.56 609.26,186.12 602.31,185.61C599.25,185.38 597.23,184.07 595.59,181.5C593.73,178.57 591.46,175.9 589.42,173.19Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="442"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (803 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M559.66,180.68C558.69,178.36 557.75,176.03 556.76,173.72C555.41,170.58 553.72,167.55 552.7,164.31C550.44,157.14 548.53,149.71 550.15,142.23C552.19,132.79 557.56,126.67 568.74,125.47C572.17,125.1 575.58,124.5 578.96,125.71C583.68,127.39 587.98,129.79 591.74,133.12C594.41,135.49 597.18,137.77 599.61,140.36C601.48,142.36 602.89,144.79 604.53,147.01C604.72,147.28 605.03,147.47 605.31,148.39C604.62,148.32 603.54,148.52 603.3,148.16C600.97,144.65 597.48,142.66 594.02,140.57C590.34,138.34 586.89,135.71 583.12,133.68C576.75,130.24 569.97,129 562.95,131.55C560.61,132.4 559.01,134.04 557.23,136.04C553.33,140.42 553.27,145.48 553.36,150.29C553.51,158.32 555.82,166.04 559.41,173.31C560.16,174.83 560.85,176.43 561.2,178.07C561.37,178.85 560.67,179.82 560.36,180.7C560.13,180.69 559.89,180.68 559.66,180.68Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="457"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1174 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M698.92,424.36C702.71,424.86 706.4,425.64 710.11,425.78C714.59,425.94 719.09,425.51 723.57,425.41C725.98,425.36 728.46,425.8 730.78,425.36C732.4,425.06 733.83,423.67 735.3,422.71C736.84,421.7 738.33,420.62 739.83,419.57C740.68,418.98 741.53,418.38 742.37,417.77C743.95,416.6 745.46,415.32 747.11,414.27C749.84,412.54 752.66,410.96 755.42,409.29C756.21,408.8 756.93,408.19 757.91,407.46C758.88,409.94 760.32,412.24 759.93,415.22C759.49,418.55 758.7,421.98 758.72,425.18C758.75,430.61 757.52,435.8 757.22,441.13C757.03,444.51 756.27,448.02 756.91,451.25C757.43,453.91 755.74,455.91 756.16,458.47C756.55,460.83 755.51,463.39 755.3,465.88C754.97,469.74 754.79,473.61 754.58,477.48C754.48,479.18 754.63,480.91 754.32,482.57C754.13,483.54 753.43,484.86 752.65,485.15C751.8,485.46 750.25,485.07 749.59,484.4C746.5,481.32 743.24,478.61 739.25,476.69C736.86,475.53 734.89,473.54 732.64,472.06C729.55,470.03 726.46,467.97 723.21,466.2C718.94,463.88 714.13,464.33 709.48,464.06C706.93,463.91 704.36,464.04 701.8,463.95C700.25,463.9 698.22,460.54 698.33,458.23C698.63,452.04 699.09,445.86 699.24,439.68C699.34,435.48 699.04,431.27 698.93,427.06C698.9,426.23 698.92,425.39 698.92,424.36Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_notification_permission.xml"
line="472"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (861 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M26.75,52.23c-0.55,0 -1.02,-0.12 -1.41,-0.35 -0.39,-0.23 -0.69,-0.56 -0.9,-0.99s-0.32,-0.93 -0.32,-1.51v-0c0,-0.58 0.1,-1.08 0.31,-1.51 0.21,-0.43 0.51,-0.76 0.9,-1 0.39,-0.24 0.84,-0.36 1.36,-0.36 0.52,0 0.97,0.12 1.35,0.35 0.38,0.23 0.67,0.55 0.88,0.96 0.2,0.41 0.31,0.9 0.31,1.45v0.41h-4.47v-0.84h3.85l-0.59,0.78v-0.5c0,-0.37 -0.06,-0.67 -0.17,-0.91 -0.11,-0.24 -0.26,-0.42 -0.46,-0.54 -0.19,-0.12 -0.42,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.12 -0.36,0.31 -0.47,0.55 -0.11,0.24 -0.17,0.54 -0.17,0.89v0.5c0,0.34 0.06,0.63 0.17,0.87 0.11,0.24 0.28,0.42 0.48,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.42,-0.03 0.58,-0.1 0.16,-0.07 0.3,-0.15 0.4,-0.24 0.1,-0.09 0.17,-0.18 0.21,-0.27l0.02,-0.04h1.19l-0.01,0.05c-0.04,0.18 -0.12,0.36 -0.24,0.54 -0.11,0.18 -0.27,0.35 -0.47,0.51 -0.19,0.15 -0.43,0.28 -0.71,0.38 -0.28,0.09 -0.61,0.14 -0.98,0.14Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="9"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (849 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M45.04,52.23c-0.55,0 -1.02,-0.12 -1.41,-0.35 -0.39,-0.23 -0.69,-0.56 -0.9,-0.99s-0.32,-0.93 -0.32,-1.51v-0c0,-0.58 0.1,-1.08 0.31,-1.51 0.21,-0.43 0.51,-0.76 0.9,-1 0.39,-0.24 0.84,-0.36 1.36,-0.36 0.52,0 0.97,0.12 1.35,0.35 0.38,0.23 0.67,0.55 0.88,0.96 0.2,0.41 0.31,0.9 0.31,1.45v0.41h-4.47v-0.84h3.85l-0.59,0.78v-0.5c0,-0.37 -0.06,-0.67 -0.17,-0.91s-0.26,-0.42 -0.46,-0.54c-0.19,-0.12 -0.42,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.12 -0.36,0.31 -0.47,0.55 -0.11,0.24 -0.17,0.54 -0.17,0.89v0.5c0,0.34 0.06,0.63 0.17,0.87 0.11,0.24 0.28,0.42 0.48,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.42,-0.03 0.58,-0.1 0.16,-0.07 0.3,-0.15 0.4,-0.24 0.1,-0.09 0.17,-0.18 0.21,-0.27l0.02,-0.04h1.19l-0.01,0.05c-0.04,0.18 -0.12,0.36 -0.24,0.54 -0.11,0.18 -0.27,0.35 -0.47,0.51 -0.19,0.15 -0.43,0.28 -0.71,0.38 -0.28,0.09 -0.61,0.14 -0.98,0.14Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="15"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (924 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M50.22,52.21c-0.35,0 -0.66,-0.07 -0.93,-0.2 -0.27,-0.13 -0.49,-0.32 -0.64,-0.57 -0.15,-0.25 -0.23,-0.54 -0.23,-0.88v-0.01c0,-0.33 0.08,-0.61 0.24,-0.84 0.16,-0.24 0.4,-0.42 0.71,-0.56 0.31,-0.13 0.69,-0.21 1.14,-0.24l2.03,-0.13v0.83l-1.86,0.12c-0.35,0.02 -0.61,0.09 -0.78,0.22 -0.17,0.13 -0.25,0.31 -0.25,0.53v0.01c0,0.23 0.09,0.42 0.27,0.55 0.18,0.13 0.41,0.2 0.69,0.2 0.25,0 0.48,-0.05 0.67,-0.15 0.2,-0.1 0.35,-0.24 0.47,-0.41 0.11,-0.17 0.17,-0.37 0.17,-0.59v-1.74c0,-0.28 -0.09,-0.48 -0.26,-0.63 -0.17,-0.15 -0.43,-0.22 -0.77,-0.22 -0.29,0 -0.52,0.05 -0.7,0.15 -0.18,0.1 -0.3,0.24 -0.37,0.42l-0.01,0.02h-1.18l0,-0.05c0.04,-0.31 0.16,-0.58 0.36,-0.81 0.2,-0.23 0.47,-0.41 0.8,-0.54 0.33,-0.13 0.71,-0.19 1.15,-0.19 0.48,0 0.88,0.07 1.21,0.22 0.33,0.14 0.58,0.36 0.75,0.63 0.17,0.28 0.26,0.61 0.26,0.99v3.76h-1.24v-0.75h-0.09c-0.1,0.17 -0.23,0.33 -0.39,0.45 -0.16,0.13 -0.34,0.22 -0.54,0.29 -0.2,0.07 -0.43,0.1 -0.67,0.1Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="17"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (873 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M71.34,52.23c-0.55,0 -1.02,-0.12 -1.41,-0.35 -0.39,-0.23 -0.69,-0.56 -0.9,-0.99 -0.21,-0.43 -0.32,-0.93 -0.32,-1.51v-0c0,-0.58 0.1,-1.08 0.31,-1.51 0.21,-0.43 0.51,-0.76 0.9,-1 0.39,-0.24 0.84,-0.36 1.36,-0.36 0.52,0 0.97,0.12 1.35,0.35 0.38,0.23 0.67,0.55 0.88,0.96 0.2,0.41 0.31,0.9 0.31,1.45v0.41h-4.47v-0.84h3.85l-0.59,0.78v-0.5c0,-0.37 -0.06,-0.67 -0.17,-0.91 -0.11,-0.24 -0.26,-0.42 -0.46,-0.54 -0.19,-0.12 -0.42,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.12 -0.36,0.31 -0.47,0.55 -0.11,0.24 -0.17,0.54 -0.17,0.89v0.5c0,0.34 0.06,0.63 0.17,0.87 0.11,0.24 0.28,0.42 0.48,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.42,-0.03 0.58,-0.1 0.16,-0.07 0.3,-0.15 0.4,-0.24 0.1,-0.09 0.17,-0.18 0.21,-0.27l0.02,-0.04h1.19l-0.01,0.05c-0.04,0.18 -0.12,0.36 -0.24,0.54 -0.11,0.18 -0.27,0.35 -0.47,0.51 -0.19,0.15 -0.43,0.28 -0.71,0.38 -0.28,0.09 -0.61,0.14 -0.98,0.14Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="25"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1094 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M77.1,52.23c-0.47,0 -0.87,-0.07 -1.21,-0.2 -0.34,-0.13 -0.6,-0.32 -0.79,-0.55 -0.19,-0.24 -0.31,-0.51 -0.35,-0.83v-0.01h1.24l0,0.01c0.07,0.19 0.19,0.35 0.38,0.47 0.18,0.12 0.43,0.18 0.74,0.18 0.21,0 0.39,-0.03 0.55,-0.09 0.16,-0.06 0.28,-0.14 0.37,-0.25 0.09,-0.1 0.14,-0.22 0.14,-0.36v-0.01c0,-0.16 -0.07,-0.3 -0.2,-0.4 -0.13,-0.11 -0.35,-0.2 -0.65,-0.27l-0.89,-0.2c-0.35,-0.08 -0.64,-0.18 -0.87,-0.32 -0.23,-0.14 -0.4,-0.31 -0.51,-0.51 -0.11,-0.2 -0.17,-0.44 -0.17,-0.7v-0.01c0,-0.33 0.09,-0.62 0.28,-0.88 0.19,-0.25 0.45,-0.45 0.78,-0.59 0.33,-0.14 0.71,-0.21 1.15,-0.21 0.45,0 0.83,0.07 1.15,0.2 0.32,0.13 0.57,0.32 0.75,0.55 0.18,0.23 0.29,0.5 0.31,0.8v0.01h-1.18l-0,-0.02c-0.05,-0.17 -0.16,-0.32 -0.34,-0.44 -0.17,-0.12 -0.41,-0.19 -0.7,-0.19 -0.18,0 -0.35,0.03 -0.5,0.09 -0.14,0.06 -0.26,0.14 -0.34,0.24 -0.08,0.1 -0.12,0.22 -0.12,0.36v0c0,0.11 0.03,0.2 0.08,0.28 0.06,0.08 0.15,0.15 0.27,0.21 0.12,0.06 0.28,0.11 0.48,0.16l0.89,0.2c0.54,0.12 0.94,0.3 1.2,0.54 0.26,0.24 0.39,0.56 0.39,0.96v0.01c0,0.35 -0.1,0.65 -0.3,0.92 -0.2,0.26 -0.48,0.47 -0.83,0.61 -0.35,0.14 -0.75,0.22 -1.2,0.22Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="27"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1077 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M42.72,81.9c-0.36,0 -0.67,-0.05 -0.94,-0.16 -0.27,-0.11 -0.49,-0.26 -0.66,-0.46 -0.16,-0.2 -0.26,-0.42 -0.29,-0.69h0.79c0.07,0.2 0.19,0.36 0.38,0.48 0.19,0.12 0.44,0.18 0.74,0.18 0.22,0 0.41,-0.03 0.57,-0.09 0.17,-0.07 0.3,-0.15 0.39,-0.26 0.09,-0.11 0.14,-0.24 0.14,-0.39v-0.01c0,-0.16 -0.07,-0.3 -0.2,-0.41 -0.13,-0.12 -0.34,-0.21 -0.64,-0.28l-0.74,-0.18c-0.3,-0.07 -0.54,-0.16 -0.74,-0.28 -0.19,-0.12 -0.33,-0.26 -0.43,-0.42 -0.09,-0.17 -0.14,-0.37 -0.14,-0.59v-0c0,-0.27 0.08,-0.5 0.23,-0.71 0.16,-0.21 0.37,-0.38 0.64,-0.5 0.27,-0.12 0.57,-0.18 0.91,-0.18 0.33,0 0.63,0.05 0.89,0.16 0.26,0.1 0.47,0.25 0.63,0.44 0.16,0.19 0.26,0.42 0.29,0.68h-0.76c-0.05,-0.19 -0.17,-0.34 -0.35,-0.46 -0.18,-0.12 -0.42,-0.18 -0.71,-0.18 -0.19,0 -0.36,0.03 -0.51,0.09 -0.15,0.06 -0.26,0.14 -0.35,0.25 -0.09,0.11 -0.13,0.23 -0.13,0.37v0.01c0,0.11 0.03,0.2 0.08,0.28 0.06,0.08 0.14,0.16 0.26,0.22 0.12,0.06 0.27,0.12 0.46,0.16l0.74,0.18c0.45,0.11 0.78,0.27 1,0.47 0.22,0.2 0.33,0.48 0.33,0.82v0.01c0,0.28 -0.08,0.54 -0.25,0.75 -0.17,0.22 -0.4,0.38 -0.69,0.51 -0.29,0.12 -0.61,0.18 -0.98,0.18Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="39"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (919 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M86.61,81.9c-0.3,0 -0.57,-0.06 -0.82,-0.17 -0.24,-0.12 -0.43,-0.28 -0.57,-0.49 -0.14,-0.21 -0.21,-0.46 -0.21,-0.75v-0.01c0,-0.28 0.07,-0.53 0.2,-0.73 0.14,-0.2 0.33,-0.36 0.59,-0.48 0.26,-0.12 0.58,-0.18 0.95,-0.2l1.76,-0.11v0.62l-1.66,0.11c-0.36,0.02 -0.63,0.1 -0.8,0.23 -0.17,0.13 -0.25,0.31 -0.25,0.55v0.01c0,0.24 0.09,0.43 0.28,0.57 0.18,0.13 0.41,0.2 0.69,0.2 0.26,0 0.5,-0.05 0.7,-0.16 0.2,-0.11 0.36,-0.25 0.48,-0.43 0.12,-0.18 0.18,-0.38 0.18,-0.61v-1.49c0,-0.3 -0.09,-0.52 -0.27,-0.67 -0.18,-0.16 -0.45,-0.24 -0.8,-0.24 -0.29,0 -0.52,0.05 -0.71,0.16 -0.18,0.1 -0.31,0.24 -0.37,0.43l-0,0.01h-0.77l0,-0.03c0.04,-0.25 0.14,-0.47 0.31,-0.66 0.17,-0.19 0.39,-0.34 0.65,-0.44 0.27,-0.11 0.57,-0.16 0.91,-0.16 0.39,0 0.72,0.06 0.99,0.19 0.27,0.13 0.48,0.31 0.62,0.55 0.14,0.24 0.21,0.52 0.21,0.85v3.28h-0.77v-0.71h-0.07c-0.1,0.17 -0.22,0.31 -0.37,0.43 -0.14,0.12 -0.3,0.21 -0.48,0.27 -0.18,0.06 -0.38,0.09 -0.59,0.09Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="55"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (867 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M102,81.9c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.32,-0.2 -0.58,-0.49 -0.75,-0.85 -0.17,-0.37 -0.26,-0.8 -0.26,-1.3v-0c0,-0.49 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.87 0.32,-0.21 0.7,-0.32 1.13,-0.32 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.78 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.12 -0.36,0.31 -0.48,0.55 -0.12,0.25 -0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.87 0.12,0.24 0.28,0.42 0.49,0.55 0.21,0.13 0.47,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23 0.1,-0.09 0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.47 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.23,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="61"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1069 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M110.21,81.9c-0.35,0 -0.67,-0.05 -0.94,-0.16 -0.27,-0.11 -0.49,-0.26 -0.66,-0.46 -0.16,-0.2 -0.26,-0.42 -0.29,-0.69h0.79c0.06,0.2 0.19,0.36 0.38,0.48 0.19,0.12 0.44,0.18 0.74,0.18 0.22,0 0.41,-0.03 0.57,-0.09 0.17,-0.07 0.3,-0.15 0.39,-0.26 0.09,-0.11 0.14,-0.24 0.14,-0.39v-0.01c0,-0.16 -0.06,-0.3 -0.19,-0.41 -0.13,-0.12 -0.34,-0.21 -0.64,-0.28l-0.74,-0.18c-0.3,-0.07 -0.54,-0.16 -0.74,-0.28 -0.19,-0.12 -0.33,-0.26 -0.43,-0.42 -0.09,-0.17 -0.14,-0.37 -0.14,-0.59v-0c0,-0.27 0.08,-0.5 0.23,-0.71 0.16,-0.21 0.37,-0.38 0.64,-0.5 0.27,-0.12 0.57,-0.18 0.91,-0.18 0.34,0 0.63,0.05 0.89,0.16 0.26,0.1 0.47,0.25 0.63,0.44 0.16,0.19 0.26,0.42 0.29,0.68h-0.76c-0.05,-0.19 -0.17,-0.34 -0.35,-0.46 -0.18,-0.12 -0.42,-0.18 -0.71,-0.18 -0.19,0 -0.36,0.03 -0.51,0.09 -0.15,0.06 -0.26,0.14 -0.35,0.25 -0.09,0.11 -0.13,0.23 -0.13,0.37v0.01c0,0.11 0.03,0.2 0.08,0.28s0.14,0.16 0.26,0.22c0.12,0.06 0.27,0.12 0.46,0.16l0.74,0.18c0.45,0.11 0.78,0.27 1,0.47 0.22,0.2 0.33,0.48 0.33,0.82v0.01c0,0.28 -0.08,0.54 -0.25,0.75 -0.17,0.22 -0.4,0.38 -0.69,0.51 -0.29,0.12 -0.61,0.18 -0.98,0.18Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="65"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1078 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M40.05,111.6c-0.36,0 -0.67,-0.05 -0.94,-0.16 -0.27,-0.11 -0.49,-0.26 -0.66,-0.46 -0.16,-0.19 -0.26,-0.42 -0.29,-0.69h0.79c0.07,0.2 0.19,0.36 0.38,0.48 0.19,0.12 0.44,0.18 0.74,0.18 0.22,0 0.41,-0.03 0.57,-0.09 0.17,-0.06 0.3,-0.15 0.39,-0.26 0.09,-0.11 0.14,-0.24 0.14,-0.39v-0.01c0,-0.16 -0.07,-0.3 -0.2,-0.41 -0.13,-0.12 -0.34,-0.21 -0.64,-0.28l-0.74,-0.18c-0.3,-0.07 -0.54,-0.16 -0.74,-0.28 -0.19,-0.12 -0.33,-0.26 -0.43,-0.42 -0.09,-0.17 -0.14,-0.37 -0.14,-0.6v-0c0,-0.27 0.08,-0.5 0.23,-0.71 0.16,-0.21 0.37,-0.38 0.64,-0.5 0.27,-0.12 0.57,-0.18 0.91,-0.18 0.33,0 0.63,0.05 0.89,0.16 0.26,0.1 0.47,0.25 0.63,0.44 0.16,0.19 0.26,0.42 0.29,0.68h-0.76c-0.05,-0.19 -0.17,-0.34 -0.35,-0.46 -0.18,-0.12 -0.42,-0.18 -0.71,-0.18 -0.19,0 -0.36,0.03 -0.51,0.09 -0.15,0.06 -0.26,0.14 -0.35,0.25 -0.09,0.11 -0.13,0.23 -0.13,0.37v0.01c0,0.11 0.03,0.2 0.08,0.28 0.06,0.08 0.14,0.16 0.26,0.22 0.12,0.06 0.27,0.12 0.46,0.17l0.74,0.18c0.45,0.11 0.78,0.27 1,0.47 0.22,0.2 0.33,0.48 0.33,0.82v0.01c0,0.28 -0.08,0.54 -0.25,0.75 -0.17,0.22 -0.4,0.38 -0.69,0.51 -0.29,0.12 -0.61,0.18 -0.98,0.18Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="75"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (871 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M45.09,111.6c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.33,-0.2 -0.58,-0.48 -0.75,-0.85 -0.17,-0.37 -0.26,-0.81 -0.26,-1.3v-0c0,-0.49 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.87 0.32,-0.21 0.7,-0.32 1.13,-0.32 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.77 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.13 -0.36,0.31 -0.48,0.56 -0.12,0.25 -0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.88 0.12,0.24 0.28,0.42 0.49,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23 0.1,-0.09 0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.47 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.22,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="77"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (863 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M56.24,111.6c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.33,-0.2 -0.58,-0.48 -0.75,-0.85 -0.17,-0.37 -0.26,-0.81 -0.26,-1.3v-0c0,-0.49 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.87 0.32,-0.21 0.7,-0.32 1.13,-0.32 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.77 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18s-0.49,0.06 -0.69,0.19c-0.2,0.13 -0.36,0.31 -0.48,0.56 -0.12,0.25 -0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.88 0.12,0.24 0.28,0.42 0.49,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23 0.1,-0.09 0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.47 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.22,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="81"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (861 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M69.21,111.6c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.33,-0.2 -0.58,-0.48 -0.75,-0.85 -0.17,-0.37 -0.26,-0.81 -0.26,-1.3v-0c0,-0.49 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.87 0.32,-0.21 0.7,-0.32 1.13,-0.32 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.77 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.13 -0.36,0.31 -0.48,0.56 -0.12,0.25 -0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.88 0.12,0.24 0.28,0.42 0.49,0.55 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23s0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.47 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.22,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="87"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1078 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M79.36,111.6c-0.36,0 -0.67,-0.05 -0.94,-0.16 -0.27,-0.11 -0.49,-0.26 -0.66,-0.46 -0.16,-0.19 -0.26,-0.42 -0.29,-0.69h0.79c0.07,0.2 0.19,0.36 0.38,0.48 0.19,0.12 0.44,0.18 0.74,0.18 0.22,0 0.41,-0.03 0.57,-0.09 0.17,-0.06 0.3,-0.15 0.39,-0.26 0.09,-0.11 0.14,-0.24 0.14,-0.39v-0.01c0,-0.16 -0.07,-0.3 -0.2,-0.41 -0.13,-0.12 -0.34,-0.21 -0.64,-0.28l-0.74,-0.18c-0.3,-0.07 -0.54,-0.16 -0.74,-0.28 -0.19,-0.12 -0.33,-0.26 -0.43,-0.42 -0.09,-0.17 -0.14,-0.37 -0.14,-0.6v-0c0,-0.27 0.08,-0.5 0.23,-0.71 0.16,-0.21 0.37,-0.38 0.64,-0.5 0.27,-0.12 0.57,-0.18 0.91,-0.18 0.33,0 0.63,0.05 0.89,0.16 0.26,0.1 0.47,0.25 0.63,0.44 0.16,0.19 0.26,0.42 0.29,0.68h-0.76c-0.05,-0.19 -0.17,-0.34 -0.35,-0.46 -0.18,-0.12 -0.42,-0.18 -0.71,-0.18 -0.19,0 -0.36,0.03 -0.51,0.09 -0.15,0.06 -0.26,0.14 -0.35,0.25 -0.09,0.11 -0.13,0.23 -0.13,0.37v0.01c0,0.11 0.03,0.2 0.08,0.28 0.06,0.08 0.14,0.16 0.26,0.22 0.12,0.06 0.27,0.12 0.46,0.17l0.74,0.18c0.45,0.11 0.78,0.27 1,0.47 0.22,0.2 0.33,0.48 0.33,0.82v0.01c0,0.28 -0.08,0.54 -0.25,0.75 -0.17,0.22 -0.4,0.38 -0.69,0.51 -0.29,0.12 -0.61,0.18 -0.98,0.18Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="91"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1069 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M96.96,111.6c-0.36,0 -0.67,-0.05 -0.94,-0.16 -0.27,-0.11 -0.49,-0.26 -0.66,-0.46 -0.16,-0.19 -0.26,-0.42 -0.29,-0.69h0.79c0.06,0.2 0.19,0.36 0.38,0.48 0.19,0.12 0.44,0.18 0.74,0.18 0.22,0 0.41,-0.03 0.57,-0.09 0.17,-0.06 0.3,-0.15 0.39,-0.26 0.09,-0.11 0.14,-0.24 0.14,-0.39v-0.01c0,-0.16 -0.06,-0.3 -0.19,-0.41 -0.13,-0.12 -0.34,-0.21 -0.64,-0.28l-0.74,-0.18c-0.3,-0.07 -0.54,-0.16 -0.74,-0.28 -0.19,-0.12 -0.33,-0.26 -0.43,-0.42 -0.09,-0.17 -0.14,-0.37 -0.14,-0.6v-0c0,-0.27 0.08,-0.5 0.23,-0.71 0.16,-0.21 0.37,-0.38 0.64,-0.5 0.27,-0.12 0.57,-0.18 0.91,-0.18 0.33,0 0.63,0.05 0.89,0.16 0.26,0.1 0.47,0.25 0.63,0.44 0.16,0.19 0.26,0.42 0.29,0.68h-0.76c-0.05,-0.19 -0.17,-0.34 -0.35,-0.46 -0.18,-0.12 -0.42,-0.18 -0.71,-0.18 -0.19,0 -0.36,0.03 -0.51,0.09 -0.15,0.06 -0.26,0.14 -0.35,0.25 -0.09,0.11 -0.13,0.23 -0.13,0.37v0.01c0,0.11 0.03,0.2 0.08,0.28s0.14,0.16 0.26,0.22c0.12,0.06 0.27,0.12 0.46,0.17l0.74,0.18c0.45,0.11 0.78,0.27 1,0.47 0.22,0.2 0.33,0.48 0.33,0.82v0.01c0,0.28 -0.08,0.54 -0.25,0.75 -0.17,0.22 -0.4,0.38 -0.69,0.51 -0.29,0.12 -0.61,0.18 -0.98,0.18Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="99"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (870 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M76.18,140.69c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.33,-0.2 -0.58,-0.49 -0.75,-0.85 -0.17,-0.37 -0.26,-0.8 -0.26,-1.3v-0c0,-0.5 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.88 0.32,-0.21 0.7,-0.31 1.13,-0.31 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.77 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18 -0.26,0 -0.49,0.06 -0.69,0.19 -0.2,0.12 -0.36,0.31 -0.48,0.55 -0.12,0.25 -0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.87 0.12,0.24 0.28,0.43 0.49,0.56 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23 0.1,-0.09 0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.48 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.22,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="125"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (921 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M80.71,140.69c-0.3,0 -0.57,-0.06 -0.82,-0.17 -0.24,-0.11 -0.43,-0.28 -0.57,-0.49 -0.14,-0.21 -0.21,-0.46 -0.21,-0.75v-0.01c0,-0.28 0.07,-0.53 0.2,-0.73 0.14,-0.2 0.33,-0.36 0.59,-0.48 0.26,-0.11 0.58,-0.18 0.95,-0.2l1.76,-0.11v0.62l-1.66,0.11c-0.36,0.02 -0.63,0.1 -0.8,0.23 -0.17,0.13 -0.25,0.31 -0.25,0.55v0.01c0,0.24 0.09,0.43 0.28,0.57 0.18,0.13 0.41,0.2 0.69,0.2 0.26,0 0.5,-0.05 0.7,-0.16 0.2,-0.11 0.36,-0.25 0.48,-0.43 0.12,-0.18 0.18,-0.39 0.18,-0.61v-1.49c0,-0.3 -0.09,-0.52 -0.27,-0.68 -0.18,-0.16 -0.45,-0.23 -0.8,-0.23 -0.29,0 -0.52,0.05 -0.71,0.16 -0.18,0.1 -0.31,0.24 -0.37,0.43l-0,0.01h-0.77l0,-0.03c0.04,-0.25 0.14,-0.47 0.31,-0.66 0.17,-0.19 0.39,-0.34 0.65,-0.44 0.27,-0.11 0.57,-0.16 0.91,-0.16 0.39,0 0.72,0.06 0.99,0.19 0.27,0.13 0.48,0.31 0.62,0.55 0.14,0.24 0.21,0.52 0.21,0.85v3.28h-0.77v-0.71h-0.07c-0.1,0.17 -0.22,0.31 -0.37,0.43 -0.14,0.12 -0.3,0.21 -0.48,0.27 -0.18,0.06 -0.38,0.09 -0.59,0.09Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="127"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (816 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M86.16,140.69c-0.4,0 -0.75,-0.1 -1.06,-0.31 -0.3,-0.2 -0.54,-0.49 -0.7,-0.86 -0.17,-0.37 -0.25,-0.81 -0.25,-1.3v-0.01c0,-0.5 0.08,-0.94 0.25,-1.3 0.17,-0.37 0.4,-0.66 0.7,-0.86 0.3,-0.2 0.66,-0.31 1.06,-0.31 0.22,0 0.42,0.04 0.62,0.11 0.2,0.07 0.37,0.16 0.52,0.29 0.15,0.13 0.27,0.27 0.36,0.44h0.07v-2.65h0.77v6.68h-0.77v-0.76h-0.07c-0.1,0.18 -0.22,0.33 -0.37,0.46 -0.15,0.13 -0.32,0.22 -0.51,0.29 -0.19,0.07 -0.4,0.1 -0.62,0.1ZM86.34,140.01c0.29,0 0.54,-0.07 0.75,-0.22s0.37,-0.35 0.48,-0.62c0.11,-0.27 0.17,-0.59 0.17,-0.95v-0.01c0,-0.37 -0.06,-0.69 -0.17,-0.95 -0.11,-0.27 -0.27,-0.47 -0.48,-0.62 -0.21,-0.14 -0.46,-0.22 -0.75,-0.22s-0.54,0.07 -0.75,0.22c-0.21,0.14 -0.37,0.35 -0.48,0.61 -0.11,0.27 -0.16,0.59 -0.16,0.96v0.01c0,0.37 0.05,0.69 0.16,0.96 0.11,0.27 0.27,0.47 0.48,0.62 0.21,0.14 0.46,0.21 0.75,0.21Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="129"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (851 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:fillColor="#5b5b66" android:pathData="M91.91,140.69c-0.46,0 -0.85,-0.1 -1.18,-0.3 -0.33,-0.2 -0.58,-0.49 -0.75,-0.85 -0.17,-0.37 -0.26,-0.8 -0.26,-1.3v-0c0,-0.5 0.09,-0.93 0.26,-1.3 0.18,-0.37 0.43,-0.66 0.75,-0.88 0.32,-0.21 0.7,-0.31 1.13,-0.31 0.44,0 0.81,0.1 1.12,0.3 0.31,0.2 0.55,0.48 0.72,0.84 0.17,0.36 0.25,0.77 0.25,1.25v0.3h-3.84v-0.62h3.44l-0.38,0.56v-0.31c0,-0.38 -0.06,-0.69 -0.17,-0.93 -0.11,-0.24 -0.27,-0.42 -0.47,-0.54 -0.2,-0.12 -0.43,-0.18 -0.68,-0.18s-0.49,0.06 -0.69,0.19c-0.2,0.12 -0.36,0.31 -0.48,0.55s-0.18,0.55 -0.18,0.91v0.31c0,0.34 0.06,0.63 0.17,0.87 0.12,0.24 0.28,0.43 0.49,0.56 0.21,0.13 0.46,0.19 0.75,0.19 0.22,0 0.4,-0.03 0.56,-0.09 0.16,-0.06 0.29,-0.13 0.4,-0.23 0.1,-0.09 0.18,-0.19 0.22,-0.28l0.02,-0.04h0.77l-0.01,0.04c-0.04,0.16 -0.12,0.32 -0.22,0.48 -0.1,0.15 -0.24,0.29 -0.4,0.41 -0.17,0.12 -0.36,0.22 -0.59,0.29 -0.22,0.07 -0.48,0.11 -0.76,0.11Z" android:strokeWidth="0"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="131"
column="57"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1088 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M150.46,43.2c-0.33,-0.79 -0.99,-1.63 -1.51,-1.9 0.42,0.83 0.67,1.66 0.76,2.28 0,0 0,0 0,0.01 -0.85,-2.12 -2.29,-2.97 -3.46,-4.83 -0.06,-0.09 -0.12,-0.19 -0.18,-0.29 -0.03,-0.05 -0.06,-0.1 -0.08,-0.16 -0.05,-0.09 -0.09,-0.19 -0.11,-0.3 0,-0 -0,-0.01 -0,-0.01 -0,-0 -0.01,-0.01 -0.01,-0.01 -0,-0 -0.01,-0 -0.01,0 -0,0 -0,0 -0,0 -0,0 -0,0 -0,0 0,-0 0,-0 0,-0 -1.89,1.1 -2.53,3.15 -2.59,4.17 -0.75,0.05 -1.47,0.33 -2.07,0.8 -0.06,-0.05 -0.13,-0.1 -0.19,-0.15 -0.17,-0.6 -0.18,-1.23 -0.02,-1.84 -0.77,0.35 -1.37,0.91 -1.81,1.4h-0c-0.3,-0.38 -0.28,-1.62 -0.26,-1.88 -0,-0.02 -0.22,0.11 -0.25,0.13 -0.26,0.19 -0.51,0.4 -0.73,0.63 -0.26,0.26 -0.49,0.54 -0.7,0.84v0,-0c-0.48,0.68 -0.82,1.46 -1.01,2.28 -0,0.02 -0.01,0.03 -0.01,0.05 -0.01,0.07 -0.06,0.4 -0.07,0.47 0,0.01 -0,0.01 -0,0.02 -0.07,0.34 -0.11,0.69 -0.12,1.04 0,0.01 -0,0.03 -0,0.04 0,4.15 3.36,7.51 7.51,7.51 3.72,0 6.8,-2.7 7.4,-6.24 0.01,-0.1 0.02,-0.19 0.03,-0.29 0.15,-1.29 -0.02,-2.64 -0.49,-3.77ZM141.8,49.08c0.04,0.02 0.07,0.04 0.1,0.05 0,0 0,0 0,0 -0.04,-0.02 -0.07,-0.04 -0.11,-0.05ZM149.72,43.59l-0,-0.01c0,0 0,0.01 0,0.01v-0Z" android:strokeWidth="0">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="149"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1427 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M150.46,43.2c-0.33,-0.79 -0.99,-1.63 -1.51,-1.9 0.42,0.83 0.67,1.66 0.76,2.28 0,0 0,0 0,0.01 -0.85,-2.12 -2.29,-2.97 -3.46,-4.83 -0.06,-0.09 -0.12,-0.19 -0.18,-0.29 -0.03,-0.05 -0.06,-0.1 -0.08,-0.16 -0.05,-0.09 -0.09,-0.19 -0.11,-0.3 0,-0 -0,-0.01 -0,-0.01 -0,-0 -0.01,-0.01 -0.01,-0.01 -0,-0 -0.01,-0 -0.01,0 -0,0 -0,0 -0,0 -0,0 -0,0 -0,0 0,-0 0,-0 0,-0 -1.89,1.1 -2.53,3.15 -2.59,4.17 0.09,-0.01 0.17,-0.01 0.26,-0.01 1.41,0 2.63,0.77 3.29,1.92 -0.4,-0.28 -1.12,-0.56 -1.81,-0.44 2.7,1.35 1.98,6 -1.77,5.83 -0.33,-0.01 -0.66,-0.08 -0.98,-0.19 -0.08,-0.03 -0.15,-0.06 -0.22,-0.09 -0.04,-0.02 -0.08,-0.04 -0.13,-0.06 0,0 0,0 0,0 -0.04,-0.02 -0.07,-0.04 -0.11,-0.05 0.04,0.02 0.07,0.04 0.11,0.05 -0.92,-0.47 -1.67,-1.37 -1.77,-2.46 0,0 0.35,-1.29 2.48,-1.29 0.23,0 0.89,-0.64 0.9,-0.83 -0,-0.06 -1.31,-0.58 -1.82,-1.08 -0.27,-0.27 -0.4,-0.4 -0.52,-0.49 -0.06,-0.05 -0.13,-0.1 -0.19,-0.15 -0.17,-0.6 -0.18,-1.23 -0.02,-1.84 -0.77,0.35 -1.37,0.91 -1.81,1.4h-0c-0.3,-0.38 -0.28,-1.62 -0.26,-1.88 -0,-0.02 -0.22,0.11 -0.25,0.13 -0.26,0.19 -0.51,0.4 -0.73,0.63 -0.26,0.26 -0.49,0.54 -0.7,0.84v0,-0c-0.48,0.68 -0.82,1.46 -1.01,2.28 -0,0.02 -0.01,0.03 -0.01,0.05 -0.01,0.07 -0.08,0.4 -0.09,0.47 -0,0.01 0,-0.01 0,0 -0.06,0.35 -0.09,0.7 -0.11,1.05 0,0.01 -0,0.03 -0,0.04 0,4.15 3.36,7.51 7.51,7.51 3.72,0 6.8,-2.7 7.4,-6.24 0.01,-0.1 0.02,-0.19 0.03,-0.29 0.15,-1.29 -0.02,-2.64 -0.49,-3.77ZM149.71,43.58c0,0 0,0.01 0,0.01v-0l-0,-0.01Z" android:strokeWidth="0">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="355"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1115 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M112.73,39.96c-0.33,-0.8 -1.01,-1.67 -1.54,-1.94 0.43,0.85 0.68,1.69 0.78,2.33 0,0 0,0 0,0.01 -0.87,-2.16 -2.34,-3.03 -3.54,-4.93 -0.06,-0.1 -0.12,-0.19 -0.18,-0.29 -0.03,-0.05 -0.06,-0.1 -0.09,-0.16 -0.05,-0.1 -0.09,-0.2 -0.12,-0.3 0,-0 -0,-0.01 -0,-0.01 -0,-0 -0.01,-0.01 -0.01,-0.01 -0,-0 -0.01,-0 -0.01,0 -0,0 -0,0 -0,0 -0,0 -0,0 -0.01,0 0,-0 0,-0 0,-0 -1.93,1.13 -2.58,3.22 -2.64,4.26 -0.77,0.05 -1.5,0.34 -2.11,0.81 -0.06,-0.05 -0.13,-0.1 -0.2,-0.15 -0.17,-0.61 -0.18,-1.26 -0.02,-1.87 -0.79,0.36 -1.4,0.93 -1.85,1.43h-0c-0.3,-0.39 -0.28,-1.66 -0.27,-1.92 -0,-0.02 -0.23,0.12 -0.26,0.14 -0.27,0.19 -0.52,0.41 -0.75,0.64 -0.26,0.27 -0.5,0.55 -0.72,0.86 0,0 0,0 -0,0 0,-0 0,-0 0,-0 -0.49,0.7 -0.84,1.49 -1.03,2.32 -0,0.02 -0.01,0.03 -0.01,0.05 -0.01,0.07 -0.07,0.41 -0.08,0.48 -0,0.01 -0,0.01 -0,0.02 -0.07,0.35 -0.11,0.7 -0.12,1.06 0,0.01 -0,0.03 -0,0.04 0,4.24 3.43,7.67 7.67,7.67 3.79,0 6.95,-2.75 7.56,-6.37 0.01,-0.1 0.02,-0.2 0.04,-0.3 0.15,-1.32 -0.02,-2.7 -0.5,-3.85ZM103.88,45.97c0.04,0.02 0.07,0.04 0.11,0.05 0,0 0,0 0,0 -0.04,-0.02 -0.08,-0.04 -0.11,-0.06ZM111.97,40.36v-0.01c0,0 0,0.01 0,0.01l-0,-0Z" android:strokeWidth="0">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features_icons_only.xml"
line="13"
column="33"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1430 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M112.73,39.96c-0.33,-0.8 -1.01,-1.67 -1.54,-1.94 0.43,0.85 0.68,1.69 0.78,2.33 0,0 0,0 0,0.01 -0.87,-2.16 -2.34,-3.03 -3.54,-4.93 -0.06,-0.1 -0.12,-0.19 -0.18,-0.29 -0.03,-0.05 -0.06,-0.1 -0.09,-0.16 -0.05,-0.1 -0.09,-0.2 -0.12,-0.3 0,-0 -0,-0.01 -0,-0.01 -0,-0 -0.01,-0.01 -0.01,-0.01 -0,-0 -0.01,-0 -0.01,0 -0,0 -0,0 -0,0 -0,0 -0,0 -0.01,0 0,-0 0,-0 0,-0 -1.93,1.13 -2.58,3.22 -2.64,4.26 0.09,-0.01 0.18,-0.01 0.27,-0.01 1.44,0 2.69,0.79 3.36,1.96 -0.41,-0.29 -1.14,-0.57 -1.85,-0.45 2.76,1.38 2.02,6.13 -1.8,5.95 -0.34,-0.01 -0.68,-0.08 -1,-0.19 -0.08,-0.03 -0.15,-0.06 -0.22,-0.09 -0.04,-0.02 -0.09,-0.04 -0.13,-0.06 0,0 0,0 0.01,0 -0.04,-0.02 -0.08,-0.04 -0.11,-0.06 0.04,0.02 0.07,0.04 0.11,0.05 -0.94,-0.48 -1.71,-1.4 -1.81,-2.51 0,0 0.35,-1.32 2.54,-1.32 0.24,0 0.91,-0.66 0.92,-0.85 -0,-0.06 -1.34,-0.59 -1.86,-1.11 -0.28,-0.27 -0.41,-0.41 -0.53,-0.51 -0.06,-0.05 -0.13,-0.1 -0.2,-0.15 -0.17,-0.61 -0.18,-1.26 -0.02,-1.87 -0.79,0.36 -1.4,0.93 -1.85,1.43h-0c-0.3,-0.39 -0.28,-1.66 -0.26,-1.92 -0,-0.02 -0.23,0.12 -0.26,0.14 -0.27,0.19 -0.52,0.41 -0.75,0.64 -0.26,0.27 -0.5,0.55 -0.72,0.86 -0.49,0.7 -0.84,1.49 -1.03,2.32 -0,0.02 -0.01,0.03 -0.01,0.05 -0.01,0.07 -0.08,0.41 -0.09,0.48 0,-0.01 -0,0.01 0,0 -0.06,0.35 -0.1,0.71 -0.11,1.07 0,0.01 -0,0.03 -0,0.04 0,4.24 3.43,7.67 7.67,7.67 3.79,0 6.95,-2.75 7.56,-6.37 0.01,-0.1 0.02,-0.2 0.04,-0.3 0.15,-1.32 -0.02,-2.7 -0.5,-3.85ZM111.97,40.36c0,0 0,0.01 0,0.01l-0,-0v-0.01Z" android:strokeWidth="0">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_key_features_icons_only.xml"
line="219"
column="33"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5246 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M311.15,203.98C311.23,202.4 311.18,200.8 311.05,199.23C309.6,181.96 299.64,172.1 288.12,160.57C287.96,160.4 287.8,160.24 287.64,160.08C285.33,158.45 283.01,156.81 280.7,155.18C279.88,154.57 279.06,153.96 278.24,153.35C276.48,151.95 274.71,150.56 272.95,149.16C272.79,149.01 272.63,148.85 272.48,148.7C268.98,145.58 265.82,142.2 264.09,137.72C264.05,137.64 264,137.56 263.95,137.49C263.85,137.11 263.75,136.74 263.65,136.36C263.61,136.28 263.56,136.19 263.52,136.11C263.43,135.66 263.34,135.21 263.25,134.77C263.21,134.69 263.17,134.6 263.13,134.52C263.13,134.38 263.13,134.24 263.14,134.1C263.1,134.02 263.06,133.94 263.02,133.85C262.97,133.12 262.92,132.38 262.86,131.65C262.83,131.5 262.8,131.34 262.77,131.19C262.79,130.91 262.82,130.62 262.84,130.34C262.83,130.12 262.81,129.89 262.8,129.66C262.82,129.38 262.84,129.09 262.86,128.81C262.87,128.73 262.88,128.66 262.89,128.59C262.97,128.1 263.05,127.6 263.13,127.1C263.21,126.75 263.3,126.4 263.38,126.05C263.47,125.85 263.55,125.64 263.64,125.43C263.71,125.08 263.79,124.74 263.87,124.39C263.94,124.25 264.01,124.11 264.09,123.97C264.39,123.08 264.7,122.19 265.01,121.3C265.08,121.16 265.16,121.02 265.23,120.89C265.3,120.68 265.36,120.48 265.42,120.28C265.59,119.93 265.76,119.6 265.93,119.25C266.1,118.85 266.26,118.44 266.43,118.04C266.49,117.96 266.55,117.89 266.61,117.82L267.68,115.62C267.75,115.55 267.81,115.48 267.88,115.41C267.88,115.34 267.92,115.28 267.97,115.24C268.09,115.05 268.21,114.86 268.34,114.68C268.42,114.46 268.51,114.24 268.59,114.03C268.66,113.96 268.72,113.9 268.79,113.83L269.47,112.64C269.53,112.57 269.6,112.51 269.67,112.45L270.32,111.47C270.48,111.21 270.65,110.94 270.81,110.67C271.37,109.89 271.93,109.11 272.49,108.32C272.75,108.03 273,107.74 273.25,107.44C273.58,106.96 273.91,106.47 274.24,105.99C274.31,105.93 274.38,105.88 274.44,105.82C276.16,103.97 277.89,102.11 279.61,100.25C284.43,95.02 288.13,89.42 289.68,82.34C289.43,82.44 289.19,82.53 288.94,82.62C289.57,82.68 289.87,81.87 289.92,81.25C290.34,76.11 287.63,71.1 284.96,66.88C282.29,62.67 278.74,58.86 274.26,56.47C268.02,53.15 261.57,49.93 254.57,48.91C252.63,48.63 250.68,48.52 248.73,48.33C242.54,47.71 236.4,46.21 230.79,43.51C223.38,39.94 218.09,33.35 211.26,28.92C204.07,24.27 195.83,21.48 187.65,19.12C172.16,14.66 156.26,11.52 140.17,10.31C126.49,9.27 107.97,7.24 96.19,15.94C90.75,19.96 85.97,24.88 82.04,30.38C74.01,41.6 69.43,55.36 69.71,69.2C69.9,78.41 72.07,87.58 71.38,96.77C70.7,105.86 67.13,116.28 60.23,122.53C51.3,130.6 40.38,136.1 30.08,142.29C21.71,147.31 13.16,152.5 7.15,160.18C1.14,167.86 -1.85,178.7 2.25,187.54C4,191.3 6.87,194.43 9.94,197.22C18.25,204.78 28.2,210.23 38.5,214.58C46.56,217.98 57.59,223.84 66.31,224.64C66.38,224.65 66.45,224.65 66.53,224.66C66.87,224.79 67.21,224.92 67.55,225.05C67.62,225.06 67.69,225.06 67.76,225.07C68.11,225.2 68.45,225.34 68.79,225.47C69.41,225.66 70.03,225.85 70.65,226.04C70.79,226.12 70.92,226.19 71.06,226.26L71.9,226.45C72.03,226.53 72.17,226.6 72.3,226.68C72.58,226.75 72.86,226.81 73.13,226.88C73.27,226.95 73.41,227.02 73.55,227.1C73.82,227.16 74.1,227.23 74.37,227.3C74.51,227.37 74.65,227.45 74.79,227.52C75.07,227.58 75.34,227.65 75.62,227.72C75.75,227.79 75.89,227.86 76.03,227.94C76.1,227.94 76.17,227.95 76.24,227.96C76.59,228.09 76.92,228.22 77.27,228.35C77.34,228.36 77.41,228.37 77.48,228.37C77.82,228.51 78.17,228.64 78.51,228.77C78.58,228.78 78.65,228.78 78.72,228.79C79.06,228.92 79.41,229.05 79.74,229.19C79.82,229.19 79.89,229.2 79.96,229.2C80.31,229.34 80.64,229.47 80.99,229.6C81.26,229.66 81.54,229.73 81.82,229.79C81.96,229.87 82.09,229.94 82.23,230.02C82.51,230.08 82.78,230.15 83.06,230.21C83.2,230.29 83.34,230.36 83.47,230.43C83.75,230.5 84.03,230.57 84.3,230.63C84.44,230.7 84.57,230.78 84.71,230.85C84.78,230.86 84.86,230.86 84.93,230.87C85.27,231 85.61,231.14 85.95,231.27C86.02,231.28 86.1,231.28 86.17,231.29C86.44,231.41 86.71,231.53 86.98,231.65C87.54,231.82 88.09,232 88.64,232.17C88.85,232.25 89.05,232.34 89.26,232.43C89.46,232.49 89.66,232.55 89.87,232.61C90.01,232.68 90.15,232.74 90.29,232.81C90.43,232.85 90.56,232.88 90.71,232.93C90.84,233.01 90.97,233.09 91.1,233.18C91.17,233.18 91.25,233.19 91.32,233.2C91.59,233.31 91.86,233.42 92.13,233.54C92.28,233.58 92.41,233.62 92.55,233.66C92.69,233.73 92.82,233.8 92.95,233.88C94.18,234.39 95.4,234.91 96.62,235.42C96.76,235.49 96.89,235.56 97.03,235.63C97.84,236 98.64,236.37 99.44,236.74C99.51,236.81 99.58,236.88 99.65,236.94C99.78,236.98 99.91,237.02 100.04,237.05C100.11,237.12 100.18,237.19 100.25,237.26C101.18,237.79 102.12,238.31 103.05,238.84L103.24,239.05C103.5,239.18 103.76,239.31 104.02,239.44C104.09,239.51 104.16,239.58 104.23,239.65C104.75,239.96 105.27,240.28 105.8,240.6C105.87,240.67 105.93,240.74 106.01,240.81C106.79,241.31 107.58,241.81 108.36,242.31C108.43,242.39 108.5,242.46 108.57,242.53C109.82,243.39 111.06,244.25 112.31,245.12C112.37,245.18 112.42,245.26 112.48,245.32C121.63,253.11 129.16,262.32 137.8,270.62C144.82,277.36 153.14,283.28 162.71,285C173.61,286.96 188.65,283.28 196.9,275.58C200.12,272.58 203.61,269.81 206.49,266.51C225.73,244.55 253.54,229.57 282.22,224.67C287.2,223.82 292.26,223.25 297.03,221.6C301.8,219.96 306.35,217.07 308.84,212.67C310.33,210.03 310.97,207.03 311.13,203.98L311.15,203.98Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="15"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4490 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M213.4,87.58C213.34,87.58 213.33,87.55 213.34,87.5C213.35,87.45 213.35,87.41 213.36,87.37C213.63,85.68 213.9,83.99 214.17,82.3C214.19,82.19 214.23,82.09 214.06,82.08C214.01,82.08 214.01,82.02 214.02,81.98C214.02,81.92 214.03,81.86 214.04,81.79C214.12,81.33 214.19,80.87 214.26,80.41C214.28,80.32 214.28,80.25 214.17,80.23C214.1,80.22 214.09,80.18 214.1,80.12C214.12,79.99 214.14,79.85 214.16,79.72C214.18,79.65 214.16,79.61 214.09,79.6C213.99,79.59 213.98,79.53 214,79.45C214.02,79.36 214.02,79.27 214.03,79.18C214.04,79.09 214.03,79.01 213.95,78.95C213.91,78.91 213.89,78.85 213.89,78.8C213.89,78.66 213.84,78.55 213.75,78.44C213.52,78.14 213.3,77.84 213.09,77.54C213.02,77.44 212.94,77.37 212.84,77.32C212.66,77.23 212.53,77.07 212.34,77C212.33,77 212.32,76.99 212.32,76.98C212.25,76.79 212.07,76.79 211.91,76.76C211.67,76.71 211.44,76.68 211.2,76.64C211.13,76.63 211.08,76.61 211.1,76.52C211.12,76.46 211.09,76.43 211.03,76.42C210.96,76.41 210.9,76.39 210.84,76.38C209.62,76.18 208.4,75.99 207.18,75.79C207.09,75.78 207,75.77 207.04,75.65C207.06,75.6 207.02,75.58 206.98,75.57C206.9,75.55 206.83,75.53 206.76,75.52C202.45,74.83 198.13,74.14 193.82,73.45C193.75,73.43 193.7,73.42 193.64,73.42C193.57,73.41 193.54,73.39 193.56,73.32C193.59,73.23 193.53,73.2 193.46,73.18C193.4,73.18 193.35,73.16 193.29,73.15C189.86,72.6 186.43,72.05 182.99,71.5C182.94,71.5 182.88,71.48 182.83,71.48C182.76,71.47 182.72,71.44 182.74,71.37C182.77,71.29 182.73,71.26 182.66,71.24C182.6,71.23 182.53,71.22 182.47,71.21C179.03,70.66 175.59,70.11 172.16,69.56C172.11,69.55 172.06,69.54 172.01,69.53C171.94,69.53 171.91,69.5 171.93,69.44C171.95,69.36 171.91,69.33 171.84,69.31C171.77,69.3 171.7,69.28 171.63,69.27C168.41,68.75 165.18,68.23 161.95,67.72C161.9,67.71 161.85,67.7 161.81,67.69C161.75,67.69 161.71,67.66 161.72,67.6C161.74,67.51 161.68,67.48 161.61,67.47C161.53,67.46 161.44,67.43 161.36,67.42C158.57,66.97 155.78,66.52 152.99,66.08C152.97,66.08 152.95,66.07 152.93,66.06C152.79,66.04 152.74,65.96 152.78,65.82L144.39,64.48C144.4,64.8 144.2,64.58 144.03,64.64C143.92,64.67 143.96,64.77 143.87,64.81C143.77,64.86 143.6,64.75 143.49,64.76C143.36,64.78 143.28,64.87 143.17,64.9C143.02,64.95 142.93,64.94 142.79,65.02C142.5,65.21 142.15,65.43 141.93,65.69C141.73,65.93 141.53,66.21 141.36,66.46C141.21,66.7 141,66.91 140.86,67.14C140.67,67.42 140.71,67.86 140.66,68.18C140.63,68.41 140.6,68.45 140.37,68.42L138.88,77.69C139.03,77.72 139.1,77.82 139.07,77.97C139.02,78.28 138.97,78.6 138.92,78.91C138.9,79.02 138.91,79.12 139,79.2C139.04,79.24 139.05,79.29 139.05,79.34C139.05,79.48 139.1,79.58 139.18,79.69C139.36,79.93 139.54,80.17 139.72,80.41C139.78,80.49 139.86,80.56 139.96,80.59C140.11,80.63 140.18,80.76 140.24,80.88C140.31,81.03 140.42,81.08 140.59,81.1C140.78,81.12 140.98,81.16 141.18,81.19C141.25,81.2 141.29,81.23 141.27,81.31C141.25,81.38 141.27,81.42 141.35,81.43C141.55,81.46 141.75,81.49 141.95,81.53C142.03,81.54 142.06,81.5 142.07,81.43C142.08,81.35 142.12,81.34 142.2,81.35C142.74,81.45 143.29,81.53 143.84,81.62C143.92,81.63 143.95,81.66 143.93,81.74C143.91,81.81 143.93,81.85 144.01,81.85C144.04,81.85 144.07,81.86 144.11,81.87C149.44,82.72 154.77,83.58 160.1,84.43C160.14,84.44 160.18,84.44 160.22,84.45C160.26,84.46 160.29,84.48 160.27,84.53C160.23,84.66 160.31,84.67 160.41,84.69C162.55,85.03 164.69,85.37 166.83,85.71C169.63,86.16 172.43,86.61 175.23,87.06C175.33,87.07 175.43,87.09 175.38,87.23C175.37,87.27 175.39,87.29 175.43,87.3C175.48,87.31 175.52,87.31 175.56,87.32C178.98,87.87 182.39,88.42 185.81,88.96C185.85,88.97 185.89,88.98 185.93,88.98C185.98,88.99 186.02,89.01 186,89.07C185.96,89.19 186.03,89.21 186.12,89.22C187.12,89.38 188.11,89.54 189.1,89.7C192.03,90.16 194.95,90.64 197.88,91.1C197.98,91.12 198.08,91.13 198.03,91.27C198.02,91.31 198.05,91.34 198.09,91.35C198.13,91.35 198.18,91.36 198.23,91.37C201.64,91.92 205.05,92.46 208.46,93.01C208.57,93.03 208.66,93.05 208.7,93.17C208.7,93.19 208.72,93.21 208.73,93.24C208.83,93.43 208.97,93.53 209.2,93.55C209.5,93.58 209.8,93.64 210.1,93.69C210.23,93.71 210.36,93.72 210.47,93.62C210.48,93.61 210.49,93.6 210.49,93.6C210.71,93.59 210.88,93.47 211.09,93.43C211.17,93.42 211.24,93.4 211.31,93.35C211.46,93.25 211.61,93.14 211.76,93.05C212.03,92.87 212.17,92.59 212.35,92.35C212.38,92.3 212.4,92.25 212.44,92.21C212.56,92.13 212.61,92.01 212.63,91.87C212.65,91.71 212.68,91.54 212.7,91.38C212.73,91.25 212.8,91.2 212.92,91.23C213.12,90.02 213.31,88.8 213.51,87.59C213.47,87.59 213.43,87.58 213.39,87.58L213.4,87.58Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="18"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3322 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M135.98,123.65C135.98,123.65 135.98,123.68 135.98,123.7C136.01,123.7 136.05,123.71 136.08,123.71C136.29,123.8 136.51,123.89 136.72,123.99C137.24,124.08 137.77,124.18 138.3,124.27C138.46,124.3 138.64,124.34 138.8,124.37C138.86,124.36 138.91,124.34 138.97,124.33C139,124.34 139.04,124.35 139.07,124.36C139.29,124.39 139.51,124.43 139.73,124.46C140.32,124.61 140.86,124.69 141.46,124.74L142.59,124.86C142.62,124.86 142.65,124.86 142.68,124.86C142.76,124.87 142.84,124.87 142.92,124.88C143,124.89 143.07,124.9 143.15,124.91C143.36,124.94 143.57,124.97 143.77,124.99H143.99C143.99,124.99 144.03,124.98 144.04,124.98L144.15,124.96C144.15,124.96 144.18,124.96 144.2,124.98C144.39,124.96 144.57,124.93 144.76,124.92C144.84,124.92 144.93,124.96 145.01,124.98C145.07,124.97 145.14,124.97 145.2,124.96L145.36,124.96C145.39,124.94 145.43,124.94 145.47,124.93C145.58,124.9 145.68,124.88 145.79,124.86C145.81,124.83 145.84,124.8 145.86,124.77C145.89,124.71 145.92,124.64 145.95,124.58C145.96,124.47 145.97,124.37 145.98,124.27C145.99,124.25 145.99,124.24 146,124.22C146.01,124.18 146.01,124.15 146.01,124.12C146.01,124.05 146.01,123.97 146.01,123.91C146.03,123.79 146.05,123.67 146.07,123.55C146.09,123.36 146.12,123.17 146.15,122.99C146.2,122.74 146.26,122.5 146.29,122.26C146.38,121.63 146.7,121.06 146.7,120.41L146.78,120.27C146.84,120.02 146.89,119.76 146.95,119.51C146.99,119.28 147.02,119.04 147.06,118.8C147.13,118.5 147.2,118.2 147.26,117.89C147.31,117.59 147.35,117.28 147.4,116.98C147.4,116.89 147.4,116.8 147.4,116.72L147.45,116.36C147.45,116.26 147.45,116.15 147.45,116.05C147.43,115.96 147.42,115.87 147.4,115.78C147.36,115.67 147.32,115.56 147.28,115.45C147.27,115.42 147.26,115.4 147.25,115.37C147.15,115.26 147.05,115.15 146.95,115.03C146.87,114.96 146.79,114.89 146.71,114.82C146.69,114.82 146.68,114.83 146.66,114.83C146.65,114.82 146.65,114.8 146.64,114.79C146.63,114.79 146.62,114.79 146.61,114.78C146.55,114.77 146.48,114.76 146.41,114.75L146.15,114.71C146.12,114.69 146.09,114.68 146.06,114.66C145.5,114.56 144.94,114.46 144.38,114.36C144.33,114.33 144.28,114.31 144.24,114.28L144.13,114.26C143.93,114.23 143.73,114.2 143.52,114.17C143.2,114.09 142.89,114.01 142.57,113.93C142.43,113.92 142.29,113.9 142.15,113.89C142.07,113.86 141.99,113.84 141.9,113.81C141.85,113.81 141.8,113.79 141.75,113.79C141.65,113.77 141.54,113.75 141.45,113.73C141.16,113.68 140.87,113.64 140.58,113.59C140.4,113.6 140.23,113.6 140.05,113.61C140.02,113.61 139.99,113.61 139.95,113.61C139.93,113.58 139.92,113.57 139.91,113.54C139.53,113.5 139.15,113.46 138.77,113.42C138.58,113.4 138.4,113.38 138.21,113.36C138,113.35 137.79,113.35 137.59,113.34C137.41,113.34 137.23,113.35 137.06,113.35C137.04,113.36 137.02,113.36 137.01,113.38C136.91,113.41 136.81,113.45 136.71,113.49L136.68,113.45L136.66,113.55C136.66,113.55 136.68,113.56 136.69,113.56C136.68,113.57 136.66,113.58 136.65,113.6L136.43,114.97C136.45,115.01 136.46,115.05 136.47,115.08C136.46,115.04 136.45,115.01 136.43,114.97L136.38,115.28L136.37,115.38L136.35,115.48L136.33,115.63L136.32,115.68L136.3,115.83L136.28,115.99L135.46,121.07L135.2,122.7C135.24,122.72 135.29,122.75 135.33,122.77C135.33,122.81 135.32,122.84 135.32,122.88C135.31,122.88 135.3,122.88 135.3,122.89C135.3,122.9 135.3,122.92 135.31,122.93C135.42,123.11 135.54,123.28 135.65,123.46L135.98,123.66L135.98,123.65Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="21"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1482 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M176.79,150.36C176.79,150.36 176.82,150.33 176.83,150.31C176.67,149.64 176.18,149.03 175.93,148.37C175.71,147.77 175.34,147.27 174.99,146.73C174.98,146.72 174.98,146.7 174.96,146.69L174.95,146.68C174.93,146.67 174.93,146.66 174.93,146.64C174.53,146.1 174.14,145.55 173.75,145C173.68,144.9 173.6,144.8 173.53,144.7C173.47,144.63 173.41,144.57 173.35,144.51C172.81,144.69 172.27,144.85 171.72,145.03C171.71,145.06 171.7,145.09 171.68,145.13C171.62,145.5 171.56,145.87 171.5,146.24C171.49,146.41 171.49,146.59 171.48,146.76C171.45,147.03 171.42,147.31 171.39,147.58C171.39,147.7 171.38,147.82 171.38,147.95C171.37,148.24 171.37,148.54 171.36,148.83C171.35,148.95 171.33,149.07 171.32,149.19C171.27,149.46 171.24,149.73 171.19,150.01C171.2,150.13 171.2,150.25 171.21,150.38C171.26,150.52 171.31,150.67 171.36,150.81L171.66,151.17L171.84,151.31C171.91,151.32 171.98,151.34 172.04,151.35C172.32,151.41 172.58,151.47 172.85,151.53C172.94,151.55 173.02,151.56 173.11,151.57C173.54,151.68 173.98,151.78 174.41,151.87C174.58,151.91 174.76,151.9 174.94,151.92C175.04,151.91 175.13,151.9 175.24,151.9L175.42,151.88C175.59,151.87 175.77,151.87 175.94,151.86C175.98,151.86 176.01,151.86 176.04,151.86C176.15,151.86 176.27,151.86 176.38,151.87C176.56,151.81 176.73,151.75 176.91,151.7C176.93,151.67 176.95,151.64 176.97,151.61C176.98,151.59 176.99,151.58 177,151.56C177.01,151.53 177.03,151.51 177.04,151.49C177.2,151.05 177.06,150.68 176.83,150.31C176.81,150.33 176.8,150.35 176.78,150.36H176.79Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="24"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2193 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M144.22,139.21C144.21,139.16 144.2,139.11 144.19,139.05C144.14,138.9 144.09,138.74 144.05,138.59C144.01,138.52 143.97,138.46 143.93,138.39C143.19,137.23 141.13,137.41 139.96,137.14C139.19,136.97 138.45,136.9 137.67,136.81C137.12,136.74 136.51,136.34 135.98,136.44L135.88,136.42C135.81,136.41 135.74,136.4 135.67,136.39C135.2,136.31 134.72,136.24 134.24,136.16C134.02,136.06 133.85,136.21 133.68,136.3C133.65,136.41 133.63,136.51 133.6,136.62C133.59,136.67 133.57,136.72 133.56,136.77L133.54,136.88C133.51,136.94 133.47,137 133.43,137.07C133.49,137.19 133.55,137.32 133.61,137.45C133.59,137.44 133.56,137.44 133.54,137.43C133.43,137.76 133.39,138.01 133.38,138.36C133.37,138.4 133.37,138.43 133.36,138.46C133.32,138.79 133.28,139.11 133.24,139.44C133.24,139.48 133.26,139.51 133.26,139.55C133.24,139.72 133.21,139.89 133.19,140.06C133.16,140.24 133.13,140.43 133.1,140.62C133.1,140.67 133.1,140.72 133.1,140.77C132.99,141.38 132.88,141.99 132.77,142.6L132.68,142.9C132.66,143.02 132.65,143.14 132.64,143.26L132.48,143.91C132.44,144.22 132.41,144.53 132.38,144.83C132.38,144.85 132.37,144.87 132.37,144.88C132.36,144.92 132.35,144.95 132.34,144.98C132.33,145.05 132.32,145.12 132.31,145.19C132.35,145.32 132.38,145.44 132.41,145.57C132.44,145.63 132.46,145.69 132.49,145.75C132.53,145.82 132.57,145.89 132.62,145.97C132.63,145.99 132.65,146 132.66,146.02C132.7,146.07 132.75,146.1 132.79,146.15L132.99,146.24C133.2,146.33 133.41,146.41 133.63,146.5C133.81,146.55 134,146.6 134.18,146.64C134.38,146.67 134.59,146.7 134.79,146.73C135.3,146.79 135.82,146.86 136.33,146.92C136.36,146.94 136.39,146.94 136.43,146.96C136.63,147 136.83,147.05 137.03,147.1C137.24,147.15 137.44,147.22 137.65,147.24C138.09,147.3 138.54,147.33 138.98,147.37C139.29,147.41 139.59,147.46 139.9,147.51C140.41,147.59 140.92,147.66 141.43,147.74C141.55,147.76 141.67,147.79 141.79,147.81C141.97,147.84 142.16,147.87 142.35,147.9C142.48,147.86 142.6,147.83 142.73,147.79C142.75,147.77 142.78,147.75 142.8,147.73C142.81,147.72 142.82,147.71 142.83,147.7C142.88,147.67 142.92,147.65 142.97,147.62C143.24,147.04 143.25,146.3 143.34,145.67C143.47,144.85 143.59,144.04 143.73,143.22C143.95,141.92 144.43,140.54 144.22,139.21H144.22Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="30"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2683 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M204.37,125.79C204.37,125.75 204.38,125.72 204.38,125.68C204.4,125.54 204.41,125.41 204.43,125.28C204.43,125.1 204.43,124.93 204.43,124.75C204.45,124.36 204.46,123.96 204.48,123.57C204.41,123.43 204.33,123.29 204.26,123.16C204.04,122.84 203.72,122.75 203.36,122.69C202.71,122.6 202.06,122.45 201.4,122.33C201.15,122.27 200.9,122.21 200.65,122.15C200.68,122.09 200.7,122.03 200.73,121.96L199.15,121.71C199.15,121.78 199.16,121.85 199.17,121.92C198.75,121.88 198.34,121.85 197.93,121.82H197.9L197.88,121.81C196.72,121.68 195.58,121.35 194.41,121.2C194.3,121.19 194.2,121.18 194.09,121.17L194,121.19C193.78,121.25 193.56,121.3 193.35,121.36C193.27,121.42 193.2,121.48 193.13,121.54C193.06,121.63 192.99,121.72 192.91,121.81L192.73,122.87C192.7,122.97 192.67,123.07 192.64,123.17C192.62,123.32 192.59,123.46 192.56,123.61C192.55,123.61 192.53,123.62 192.52,123.63C192.52,123.66 192.51,123.69 192.51,123.73L192.49,123.72L192.31,124.42C192.27,124.58 192.24,124.72 192.2,124.88L192.2,125.03C192.12,125.46 192.04,125.89 191.99,126.32C191.97,126.45 192.04,126.58 192.07,126.71C192.12,126.78 192.16,126.87 192.21,126.94C192.4,127.15 192.59,127.36 192.78,127.56C192.83,127.63 192.89,127.7 192.95,127.76L193.09,127.92C193.13,127.97 193.17,128.02 193.21,128.07C193.39,128.26 193.57,128.46 193.75,128.66C193.84,128.76 193.93,128.87 194.02,128.97C194.09,129.06 194.16,129.15 194.23,129.23L194.27,129.28C194.33,129.34 194.39,129.4 194.46,129.45C194.79,129.86 195.12,130.27 195.46,130.68C195.69,130.94 195.92,131.21 196.16,131.46C196.22,131.55 196.29,131.64 196.35,131.73C196.39,131.77 196.43,131.8 196.47,131.84C196.47,131.84 196.47,131.86 196.47,131.87C196.59,131.99 196.71,132.12 196.83,132.24C196.85,132.27 196.86,132.3 196.88,132.33C197,132.45 197.11,132.57 197.23,132.68C197.23,132.7 197.23,132.71 197.23,132.72C197.3,132.81 197.38,132.9 197.45,132.99C197.61,133.07 197.77,133.13 197.93,133.21C197.99,133.2 198.04,133.19 198.1,133.18C198.39,133.23 198.67,133.28 198.96,133.33C198.98,133.33 198.99,133.32 199.01,133.32C199.25,133.38 199.49,133.43 199.72,133.48C199.98,133.52 200.23,133.57 200.49,133.6C200.55,133.62 200.62,133.64 200.69,133.65C200.99,133.68 201.31,133.71 201.61,133.73C201.74,133.74 201.86,133.74 201.98,133.75C202.22,133.68 202.45,133.61 202.69,133.55C202.78,133.5 202.86,133.45 202.94,133.4C202.98,133.38 203.01,133.36 203.04,133.35C203.07,133.29 203.1,133.25 203.13,133.19H203.11C203.13,133.16 203.15,133.13 203.18,133.1C203.19,133.08 203.2,133.07 203.21,133.05C203.23,132.97 203.25,132.88 203.27,132.8C203.29,132.75 203.3,132.7 203.32,132.65C203.33,132.58 203.34,132.51 203.35,132.45C203.4,132.21 203.46,131.98 203.51,131.74C203.93,129.81 204.22,127.75 204.37,125.78V125.79Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="33"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3284 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M155.22,125.79C155.28,125.86 155.34,125.94 155.4,126.03C155.47,126.09 155.54,126.16 155.62,126.22C155.65,126.25 155.69,126.26 155.72,126.29C156.45,126.73 157.21,127.11 158.08,127.25C158.21,127.26 158.35,127.28 158.49,127.29C158.79,127.35 159.1,127.4 159.4,127.46C159.49,127.46 159.57,127.47 159.66,127.48C159.86,127.51 160.07,127.55 160.27,127.59C160.29,127.58 160.31,127.57 160.33,127.56C160.35,127.56 160.37,127.56 160.38,127.56C160.66,127.57 160.93,127.58 161.21,127.59C161.35,127.63 161.48,127.66 161.61,127.7C161.63,127.69 161.65,127.68 161.67,127.67C161.72,127.68 161.77,127.68 161.82,127.69C161.84,127.68 161.86,127.68 161.88,127.67C161.91,127.67 161.95,127.66 161.99,127.65C162.03,127.66 162.08,127.67 162.13,127.67L162.22,127.59C162.22,127.59 162.25,127.59 162.26,127.57C162.33,127.51 162.41,127.45 162.49,127.39C162.51,127.26 162.53,127.13 162.55,126.99C162.55,126.96 162.54,126.93 162.53,126.9C162.51,126.86 162.5,126.83 162.49,126.79C162.44,126.73 162.39,126.66 162.35,126.6C162.35,126.6 162.34,126.56 162.32,126.56C162.32,126.56 162.32,126.52 162.32,126.5C162.31,126.5 162.29,126.5 162.27,126.5L162.28,126.48C162.28,126.48 162.26,126.45 162.25,126.44C161.95,125.85 161.64,125.25 161.34,124.66C161.3,124.58 161.27,124.5 161.24,124.42C161.22,124.36 161.19,124.3 161.17,124.24H161.17C161.17,124.24 161.15,124.2 161.14,124.18C161.04,124 160.95,123.83 160.86,123.66C160.74,123.38 160.62,123.1 160.5,122.82C160.46,122.75 160.41,122.67 160.37,122.6C160.31,122.47 160.25,122.34 160.18,122.21L159.86,121.57C159.82,121.51 159.79,121.45 159.75,121.39C159.72,121.33 159.7,121.28 159.66,121.22C159.57,121.05 159.47,120.89 159.38,120.71C159.33,120.64 159.28,120.56 159.23,120.47C159.17,120.36 159.11,120.25 159.05,120.14C159.04,120.12 159.03,120.1 159.02,120.08C159.01,120.05 159.01,120.03 159,120L158.73,119.51C158.67,119.41 158.62,119.31 158.57,119.22L158.21,118.53L158.13,118.38C157.99,118.14 157.85,117.91 157.71,117.67C157.64,117.68 157.56,117.69 157.49,117.7C157.29,117.73 157.13,117.76 156.98,117.82C157.13,117.76 157.29,117.72 157.49,117.7C157.56,117.69 157.63,117.68 157.71,117.67C157.72,117.65 157.72,117.64 157.72,117.63C157.68,117.55 157.64,117.48 157.6,117.4C157.58,117.34 157.55,117.28 157.52,117.23C157.48,117.15 157.45,117.07 157.41,116.99C157.4,116.96 157.38,116.93 157.36,116.9C157.28,116.78 157.2,116.65 157.12,116.53C157.05,116.49 156.99,116.44 156.93,116.39C156.91,116.39 156.9,116.39 156.88,116.38L156.42,116.32C156.32,116.37 156.23,116.43 156.14,116.49C156.06,116.66 155.98,116.83 155.89,117.01C156.11,117.21 155.84,117.8 155.79,118.04C155.69,118.51 155.6,118.99 155.5,119.46C155.46,119.68 155.42,119.9 155.37,120.11C155.36,120.16 155.35,120.21 155.34,120.26C155.29,120.52 155.24,120.77 155.2,121.02C155.19,121.09 155.18,121.16 155.18,121.23C155.17,121.35 155.17,121.47 155.16,121.59L155.09,121.95C155.09,122.03 155.09,122.12 155.09,122.21C155.07,122.5 155.04,122.79 155.02,123.08C154.98,123.29 154.95,123.49 154.92,123.69C154.91,123.72 154.9,123.76 154.9,123.79C154.9,123.81 154.91,123.83 154.92,123.85L154.91,124.11V124.32C154.91,124.47 154.91,124.63 154.91,124.79C154.99,125.09 155.08,125.4 155.16,125.7C155.18,125.72 155.19,125.74 155.21,125.77L155.22,125.79ZM159.87,125.49C159.54,125.42 159.19,125.38 158.88,125.28C159.19,125.38 159.54,125.42 159.87,125.49Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="36"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2630 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M163.1,142.55C163.06,142.49 163.02,142.43 162.98,142.38C162.9,142.12 162.83,141.87 162.73,141.63C162.46,141 161.87,140.89 161.3,140.75C160.62,140.28 159.67,140.28 158.92,139.95C158.71,139.91 158.51,139.88 158.3,139.84L157.38,139.7C157.3,139.69 157.21,139.67 157.13,139.66C156.9,139.65 156.67,139.63 156.45,139.61C156.16,139.57 155.88,139.53 155.59,139.49C155.52,139.49 155.45,139.49 155.38,139.5C155.24,139.45 155.11,139.4 155.05,139.38C154.72,139.42 154.47,139.4 154.15,139.34C153.87,139.28 153.58,139.2 153.3,139.18C153.18,139.16 153.06,139.28 152.93,139.33C152.93,139.35 152.91,139.35 152.9,139.35C152.88,139.42 152.87,139.49 152.85,139.55C152.85,139.57 152.86,139.59 152.86,139.61C152.84,139.73 152.82,139.84 152.79,139.96C152.8,139.96 152.82,139.97 152.84,139.97C152.84,140.01 152.84,140.04 152.84,140.07C152.8,140.38 152.76,140.69 152.73,140.99C152.68,141.31 152.62,141.62 152.58,141.93C152.57,142.06 152.58,142.2 152.58,142.33C152.39,143.84 152.09,145.31 151.99,146.83C151.99,146.86 151.98,146.9 151.98,146.93C151.98,147.18 151.98,147.42 151.98,147.66C152.06,147.99 152.07,148.35 152.36,148.59C152.38,148.6 152.39,148.61 152.4,148.62C152.43,148.64 152.44,148.66 152.47,148.67C152.64,148.77 152.81,148.86 152.98,148.96C153.07,149.01 153.17,149.06 153.26,149.12C153.43,149.16 153.6,149.21 153.76,149.26L154.07,149.32C154.1,149.33 154.13,149.34 154.17,149.35C156.2,149.64 158.23,149.94 160.26,150.2C160.34,150.21 160.43,150.22 160.51,150.24L160.82,150.29C160.85,150.29 160.89,150.3 160.92,150.3C160.98,150.31 161.03,150.31 161.08,150.32C161.17,150.29 161.26,150.27 161.35,150.25C161.41,150.18 161.48,150.1 161.54,150.03C161.56,150.03 161.57,150.03 161.59,150.02C161.6,149.99 161.6,149.96 161.61,149.94C161.62,149.94 161.63,149.94 161.65,149.94C161.66,149.92 161.66,149.91 161.66,149.89C161.67,149.86 161.68,149.83 161.7,149.8L161.87,148.93C161.9,148.76 161.92,148.6 161.95,148.43C161.98,148.36 162.02,148.29 162.04,148.22C162.13,147.93 162.21,147.63 162.3,147.34C162.3,147.3 162.31,147.27 162.32,147.23C162.36,146.96 162.4,146.69 162.44,146.42C162.46,146.34 162.47,146.25 162.49,146.16C162.5,146.1 162.51,146.03 162.52,145.96C162.58,145.62 162.63,145.28 162.69,144.94C162.71,144.84 162.73,144.74 162.74,144.64C162.75,144.59 162.76,144.53 162.77,144.48C162.8,144.29 162.83,144.11 162.85,143.93C162.86,143.89 162.86,143.86 162.87,143.82C162.89,143.75 162.91,143.69 162.93,143.62C162.92,143.53 162.9,143.44 162.88,143.35L162.91,143.2C162.91,143.17 162.91,143.13 162.91,143.1C162.98,142.92 163.04,142.74 163.11,142.56L163.1,142.55ZM157.15,148.84C157.15,148.84 157.13,148.82 157.12,148.81C157.13,148.82 157.14,148.82 157.15,148.84Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="39"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4477 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M224.18,77.48C224.13,76.87 224,76.25 224.07,75.65C224.38,73.02 224.75,70.41 225.1,67.79C225.5,64.86 226.03,61.95 226.26,59.01C226.92,50.94 228.58,43.03 229.7,35.03C229.99,32.95 229.97,30.83 230.11,28.73C230.19,27.65 230.2,26.54 230.43,25.48C231.03,22.89 230.25,20.58 229.01,18.41C227.88,16.43 226.26,14.82 224.2,13.83C222.46,12.99 220.6,12.35 218.73,11.8C216.39,11.11 214,10.61 211.63,10.01C211.45,9.97 211.3,9.84 211.14,9.75L208.28,9.29C207.6,9.31 206.91,9.43 206.25,9.33C204.3,9.04 202.36,8.67 200.42,8.32C199.14,8.09 197.87,7.87 196.6,7.62C196.26,7.55 195.94,7.38 195.62,7.26L193.58,6.93C193.43,6.98 193.26,7.09 193.12,7.07C191.09,6.75 189.06,6.43 187.03,6.09C186.89,6.07 186.76,5.91 186.63,5.82L182.34,5.13C182.23,5.19 182.11,5.3 182.01,5.29C179.89,4.96 177.77,4.63 175.65,4.28C175.56,4.26 175.48,4.11 175.39,4.02L174.58,3.89C174.4,3.93 174.21,4.03 174.04,4.01C171.32,3.66 168.61,3.27 165.89,2.94C163.11,2.6 160.34,2.23 157.56,2.03C154.9,1.84 152.23,1.85 149.57,1.76C147.2,1.68 145.2,2.69 143.27,3.9C139.98,5.97 138.17,9.05 137.34,12.76C136.92,14.63 136.59,16.52 136.21,18.4C135.88,20.08 135.54,21.75 135.18,23.42C135.15,23.55 134.88,23.62 134.73,23.72L134.63,24.34C134.75,24.44 134.99,24.56 134.98,24.65C134.88,25.84 134.8,27.03 134.62,28.21C134.46,29.22 134.11,30.2 133.96,31.21C133.72,32.83 133.6,34.47 133.37,36.09C132.59,41.53 131.76,46.98 130.98,52.42C130.81,53.6 130.73,54.79 130.62,55.98C130.42,58.01 130.24,60.04 130.05,62.07C130.01,62.6 129.95,63.13 129.94,63.67C129.91,64.74 130.09,65.86 129.86,66.88C129.64,67.8 129.45,68.64 129.42,69.62C129.32,72.3 128.91,74.98 128.6,77.66C128.47,78.68 128.26,79.69 128.09,80.71C128.07,80.8 127.97,80.88 127.95,80.97C127.77,81.84 127.59,82.72 127.42,83.59C127.53,83.82 127.64,84.05 127.75,84.28C127.73,84.41 127.69,84.55 127.71,84.69C127.84,86.84 128.05,89 128.1,91.16C128.15,93.21 128.08,95.27 127.96,97.32C127.83,99.38 127.59,101.44 127.39,103.5C127.26,104.75 127.09,106 127.03,107.25C127.01,107.54 127.3,108.04 127.55,108.11C128.21,108.29 128.18,107.68 128.25,107.26C129.32,101.02 130.39,94.77 131.45,88.53C132.95,79.62 134.44,70.72 135.93,61.81C136.65,57.49 137.32,53.16 138.04,48.84C139.18,42.08 140.33,35.33 141.5,28.57C141.73,27.26 142.11,25.98 142.32,24.67C142.57,23.02 142.69,21.34 142.93,19.69C143.06,18.85 143.6,17.98 143.46,17.22C143.24,16.04 143.45,15.03 143.83,13.96C144.58,11.85 145.93,10.25 147.94,9.28C150.51,8.03 153.25,7.82 156.02,8.27C162.75,9.35 169.48,10.4 176.28,10.94C179.81,11.22 183.29,12.01 186.8,12.58C187,12.66 187.2,12.75 187.4,12.83C187.76,12.91 188.13,12.99 188.51,13.04C192.5,13.63 196.49,14.2 200.49,14.78C200.61,14.85 200.75,14.92 200.88,14.99C204.17,15.53 207.46,16.08 210.75,16.6C211.3,16.69 211.89,16.6 212.44,16.73C213.22,16.91 214,17.15 214.73,17.47C216.7,18.31 218.63,19.2 220.59,20.08C220.65,20.14 220.71,20.21 220.77,20.27C221.58,21.4 222.4,22.52 223.21,23.64L223.34,23.87C223.52,24.33 223.8,24.77 223.88,25.25C224.06,26.34 224.17,27.45 224.24,28.56C224.27,28.93 224.09,29.3 224.01,29.68C223.75,30.96 223.49,32.23 223.23,33.51C223.48,33.68 223.72,33.85 223.97,34.03C223.81,34.15 223.66,34.27 223.51,34.4C223.28,35.89 223.05,37.38 222.81,38.87C222.67,39.79 222.46,40.69 222.4,41.61C222.38,42.03 221.55,42.27 222.16,42.78L222.3,43.22C222.01,45.1 221.72,46.97 221.43,48.84C221.29,49.76 221.15,50.68 221.02,51.6C221.04,51.75 221.07,51.89 221.1,52.04C220.68,54.63 220.27,57.22 219.85,59.81C219.89,60.03 219.93,60.24 219.96,60.46C219.62,62.63 219.26,64.8 218.95,66.98C218.89,67.33 218.98,67.7 219.01,68.06C219.09,68.14 219.18,68.23 219.27,68.31C219.16,68.36 219.05,68.42 218.94,68.47C218.55,71.26 218.16,74.04 217.78,76.83C217.39,79.68 217,82.54 216.62,85.39C216.19,88.52 215.75,91.65 215.33,94.78C214.99,97.3 214.66,99.81 214.32,102.33C213.93,105.25 213.54,108.18 213.12,111.1C212.34,116.48 211.54,121.85 210.75,127.23C210.74,127.3 210.7,127.37 210.72,127.43C210.8,127.7 210.84,128.11 211.01,128.18C211.28,128.29 211.78,128.29 211.95,128.12C213.01,127 214.07,125.88 215.01,124.66C216.59,122.6 216.95,120.16 216.86,117.63C216.18,116.87 216.24,116.5 217.13,116C217.49,114.19 217.91,112.4 218.21,110.58C218.54,108.56 218.69,106.51 219.02,104.49C219.48,101.72 220.04,98.97 220.55,96.22C220.65,95.95 220.75,95.68 220.85,95.41C221.22,93.14 221.56,90.86 221.99,88.6C222.14,87.8 222.5,87.05 222.76,86.28L222.93,85.26C222.9,85.05 222.87,84.84 222.84,84.63C222.9,84.29 222.95,83.95 223.01,83.62C223.22,82.25 223.41,80.88 223.64,79.51C223.68,79.3 223.84,79.11 223.94,78.92L224.17,77.48L224.18,77.48Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="42"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (7176 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M286.67,287.65C286.51,287.29 286.35,286.93 286.18,286.57C285.53,285.05 284.87,283.54 284.21,282.02C284.06,281.65 283.9,281.29 283.74,280.92C283.15,279.89 282.56,278.85 281.96,277.82C279.93,274.29 278.01,270.7 277.21,266.67C276.33,262.11 275.58,257.52 274.86,252.93C274.5,250.63 274.32,248.3 274.06,245.99C274.01,245.58 273.96,245.16 273.91,244.74C273.91,244.37 273.91,244 273.91,243.63C273.83,243.37 273.75,243.11 273.67,242.85C273.38,239.07 273.1,235.3 272.81,231.52C272.76,231.11 272.71,230.69 272.66,230.28C272.61,229.91 272.55,229.54 272.52,229.17C272.03,223.97 271.55,218.77 271.04,213.58C270.76,210.74 270.43,207.91 270.13,205.08C270.17,204.81 270.21,204.54 270.26,204.27C270.08,203.49 269.92,202.71 269.75,201.93C269.77,201.83 269.78,201.74 269.8,201.64C269.8,201.4 269.87,201.15 269.81,200.94C269.44,199.6 269.05,198.26 268.66,196.92C268.68,196.83 268.7,196.73 268.71,196.64C268.54,196.13 268.35,195.62 268.19,195.11C267.33,192.34 266.45,189.58 265.62,186.81C265.46,186.27 265.63,185.61 265.41,185.12C264.65,183.48 263.79,181.88 262.95,180.28C262.04,178.52 261.13,176.76 260.16,175.04C259.85,174.49 259.39,173.99 258.91,173.56C257.25,172.03 255.49,170.66 253.25,170.04C252.8,169.92 252.4,169.48 252.03,170.07C251.76,170.51 251.33,170.93 252.02,171.48C252.29,171.69 252.24,172.31 252.34,172.74C252.2,172.79 252.07,172.83 251.94,172.88C250.7,171.05 249.45,169.22 248.21,167.38C247.13,165.76 246.2,164.01 244.98,162.5C242.62,159.59 239.78,157.21 236.63,155.15C234.58,153.81 232.5,152.63 230.16,151.93C229.86,151.84 229.23,151.92 229.17,152.07C229.05,152.39 229.08,152.92 229.28,153.18C230.49,154.79 231.76,156.34 233,157.92C233.99,159.19 234.99,160.46 235.94,161.76C236.17,162.07 236.25,162.5 236.5,163.13C236.1,162.88 235.93,162.82 235.83,162.71C234.59,161.3 233.28,159.94 232.12,158.47C229.67,155.37 227.17,152.29 224.02,149.92C221.87,148.3 219.5,146.71 216.98,145.93C213.72,144.91 210.21,144.71 206.81,144.18C206.57,144.14 206.15,144.2 206.08,144.34C205.97,144.57 206,144.96 206.14,145.17C206.53,145.76 207.05,146.27 207.45,146.86C208.76,148.81 210.04,150.8 211.36,152.75C213.49,155.89 215.67,159.01 217.77,162.18C218.22,162.87 218.4,163.73 218.71,164.51C218.68,164.61 218.65,164.71 218.63,164.81C218.45,164.65 218.23,164.52 218.09,164.33C215.7,160.96 213.34,157.56 210.94,154.2C208.42,150.68 205.87,147.18 203.31,143.7C203,143.28 202.43,143.05 202.1,142.65C201.36,141.71 200.77,140.66 199.99,139.76C197.78,137.2 195.48,134.72 193.27,132.17C191.83,130.51 190.49,128.77 189.09,127.08C187.26,124.85 185.39,122.65 183.58,120.42C182.73,119.38 182.01,118.24 181.15,117.22C179.36,115.12 177.37,113.18 175.73,110.97C173.69,108.24 171.64,105.55 169.16,103.19C168.62,102.68 168.24,102.76 167.75,103.17C167.06,103.75 166.4,104.38 165.64,104.84C163.27,106.3 160.84,105.85 159.26,103.56C158.26,102.1 157.45,100.5 156.58,98.95C156.07,98.05 155.5,97.17 155.18,96.21C154.57,94.39 155.32,92.75 156.18,91.18C156.71,90.2 156.6,90.1 155.51,89.77C153.7,89.2 152.53,89.64 151.68,91.41C150.8,93.24 149.76,95.06 149.85,97.1C149.96,99.52 150.45,101.93 150.78,104.35C150.92,104.65 151.06,104.95 151.21,105.25C151.8,106.61 152.4,107.96 152.99,109.32C153.17,109.67 153.35,110.01 153.53,110.36C153.87,110.94 154.22,111.52 154.56,112.1C154.6,112.16 154.65,112.24 154.69,112.3C154.8,112.54 154.92,112.78 155.04,113.01C155.08,113.08 155.12,113.15 155.17,113.22C155.66,114.15 156.16,115.07 156.65,115.99C156.7,116.07 156.74,116.14 156.79,116.21C157.21,117.13 157.64,118.04 158.07,118.95L158.2,119.16C158.54,119.78 158.87,120.4 159.2,121.01C159.25,121.09 159.29,121.16 159.34,121.23L161.58,125.8C161.63,125.87 161.67,125.95 161.71,126.02C162.31,127.05 162.87,128.09 163.5,129.09C164.67,130.96 165.89,132.8 167.09,134.66C167.13,134.73 167.18,134.8 167.22,134.87C167.34,135.1 167.45,135.34 167.57,135.57C167.62,135.64 167.66,135.72 167.7,135.79C167.82,136.02 167.94,136.26 168.06,136.49C168.1,136.56 168.15,136.63 168.19,136.7C168.31,136.94 168.43,137.17 168.54,137.4C168.59,137.48 168.63,137.54 168.67,137.62L169.19,138.55C169.24,138.63 169.28,138.7 169.33,138.77C170.31,140.33 171.27,141.9 172.27,143.45C173.36,145.11 174.49,146.75 175.6,148.39C175.64,148.46 175.68,148.54 175.72,148.6C176.31,149.82 176.9,151.04 177.49,152.26C177.53,152.33 177.58,152.4 177.62,152.47C177.74,152.71 177.86,152.95 177.97,153.18C178.02,153.25 178.06,153.32 178.1,153.39C178.67,154.67 179.24,155.96 179.81,157.24C179.91,157.45 180.01,157.67 180.12,157.88C180.34,158.77 180.56,159.65 180.78,160.54C180.86,160.83 180.93,161.11 181.01,161.4C181.08,161.6 181.15,161.79 181.2,161.98C182.37,166.11 183.5,170.26 184.72,174.37C185.72,177.73 186.89,181.02 187.85,184.38C189.32,189.55 190.06,194.87 190.79,200.18C190.84,200.52 190.71,201.06 190.46,201.23C190.24,201.39 189.65,201.29 189.4,201.08C188.08,199.96 186.77,198.81 185.52,197.6C183.05,195.21 181.02,192.56 180.08,189.13C179.2,185.95 178.08,182.84 177,179.73C176.03,176.95 174.91,174.25 173.25,171.79C171.01,168.49 169.35,164.84 166.63,161.82C164.23,159.15 161.68,156.89 158.18,155.86C156.74,155.44 155.06,155.83 154.25,156.93C154.14,157.19 154.01,157.45 153.9,157.7C153.71,158.59 154.27,158.74 154.91,158.63C155.9,158.44 156.47,158.85 157.05,159.61C158.2,161.07 159.05,162.67 159.6,164.41C160.43,167.02 161.19,169.65 161.98,172.26C161.77,172.56 161.55,172.86 161.35,173.16C160.24,174.51 158.71,175.15 157.11,175.67C157.04,175.71 156.96,175.76 156.89,175.8C156.67,175.88 156.45,175.99 156.21,176.04C154.76,176.36 154.56,176.62 154.92,178.08C155.21,179.25 155.66,180.39 155.98,181.56C156.57,183.7 157.04,185.88 157.72,187.99C158.23,189.55 159.11,191 159.64,192.55C160.78,195.85 161.85,199.17 162.87,202.51C165.05,209.63 167.18,216.77 169.32,223.91C169.59,224.78 169.75,225.68 169.97,226.57C169.93,226.57 169.9,226.57 169.87,226.58C169.85,226.6 169.82,226.65 169.83,226.66C170.08,227.01 170.34,227.35 170.59,227.71L170.68,228.56C170.84,228.86 171,229.16 171.16,229.46C171.57,230.41 171.97,231.37 172.38,232.32C173.77,235.51 175.16,238.7 176.55,241.88C176.59,241.95 176.64,242.02 176.68,242.09C177.02,242.71 177.35,243.33 177.68,243.95C177.73,244.02 177.77,244.09 177.82,244.17C177.99,244.48 178.16,244.79 178.34,245.1C178.38,245.18 178.43,245.25 178.47,245.32C178.64,245.63 178.82,245.95 178.99,246.26L179.13,246.48C179.47,247.1 179.82,247.71 180.16,248.33C180.31,248.57 180.45,248.81 180.6,249.04C181.47,250.16 182.33,251.27 183.2,252.39L183.58,252.83C184.1,253.42 184.64,254 185.16,254.59L185.53,255.02C190.35,259.32 195.47,263.21 200.83,266.81C201.08,266.97 201.33,267.14 201.59,267.31C204.62,269.36 207.73,271.31 210.67,273.48C212.23,274.63 213.59,276.08 214.89,277.53C218.62,281.7 220.29,286.86 221.72,292.12C221.8,292.42 221.88,292.71 221.96,293C222.05,293.3 222.19,293.59 222.21,293.89C222.62,298.58 223.01,303.28 223.41,307.98C223.48,308.79 223.29,309.79 224.31,310.14C225.34,310.48 226.42,310.73 227.5,310.86C229.46,311.1 231.43,311.26 233.4,311.39C235.16,311.5 236.93,311.67 238.68,311.58C241.11,311.45 243.54,311.18 245.95,310.85C253.18,309.86 260.22,308.15 267.02,305.46C271.41,303.72 275.7,301.76 279.68,299.2C281.18,298.24 282.63,297.2 284.03,296.12C285.6,294.91 287.09,293.62 288.62,292.36L288.78,291.34C288.07,290.11 287.36,288.87 286.65,287.64L286.67,287.65Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="60"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (6743 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M165.09,211.94C163.87,208.12 162.63,204.29 161.4,200.47C160.91,198.97 160.77,198.96 159.21,198.91C158.15,198.87 157.11,198.6 156.04,198.42C155.68,198.52 155.22,198.76 154.77,198.74C153.53,198.67 152.28,198.58 151.07,198.36C145.96,197.44 140.87,196.47 135.77,195.51C133.24,195.03 130.71,194.54 128.18,194.08C127.13,193.88 126.06,193.79 125.01,193.56C123.56,193.23 122.07,192.92 120.89,191.88C120.28,191.33 119.83,191.49 119.42,192.18C118.94,193 118.38,193.76 117.86,194.55C116.55,196.16 115.36,197.88 113.71,199.15C113.62,199.07 113.51,198.99 113.42,198.9C114.58,197.39 115.74,195.87 116.9,194.35C117.3,193.68 117.74,193.03 118.11,192.34C118.96,190.7 119.75,189.02 120.61,187.39C120.88,186.88 121.44,186.49 121.63,185.96C122.21,184.38 122.66,182.76 123.18,181.15C123.43,180.42 123.65,179.61 123.96,178.97C124.24,178.36 124.36,177.97 124.29,177.43C124.52,177.03 124.62,176.6 124.72,176.18C124.78,175.98 124.82,175.79 124.87,175.6C125.16,174.51 125.47,173.42 125.71,172.32C125.75,172.12 125.29,171.73 125.36,171.64C126.27,170.41 125.79,169.09 125.65,167.81C125.58,167.07 125.2,166.33 125.27,165.62C125.36,164.7 125.75,163.81 126.01,162.91C125.9,162.68 125.79,162.45 125.68,162.22C125.68,161.88 125.72,161.54 125.69,161.2C125.46,158.22 125.22,155.24 124.98,152.25C125.01,152.05 125.04,151.84 125.06,151.63C125.07,151.57 125.09,151.5 125.11,151.43C124.99,151.27 124.87,151.11 124.76,150.95C124.67,150.23 124.57,149.53 124.49,148.82C124.51,148.61 124.54,148.4 124.56,148.19C124.58,148.13 124.59,148.06 124.61,148C124.5,147.83 124.38,147.67 124.26,147.51C124.02,144.85 123.74,142.19 123.56,139.53C123.44,137.74 123.48,135.94 123.46,134.15C123.44,132.71 124.31,131.3 123.56,129.84C123.53,129.8 123.58,129.71 123.59,129.65C123.9,127.67 124.24,125.68 124.48,123.69C124.61,122.63 124.5,121.53 124.6,120.46C124.77,118.65 125.01,116.85 125.24,115.05C125.29,114.61 125.42,114.17 125.46,113.73C125.75,109.79 126,105.85 126.33,101.92C126.53,99.46 127.04,97.01 127.02,94.56C126.99,91.26 126.6,87.97 126.36,84.68C126.11,81.31 125.08,78.12 124.11,74.92C124,74.78 123.89,74.63 123.78,74.49C123.37,73.85 122.97,73.21 122.57,72.57C122.49,72.35 122.4,72.12 122.32,71.9C122.26,71.83 122.2,71.77 122.14,71.7C121.36,70.75 120.61,69.77 119.79,68.86C119.04,68.03 118.28,67.18 117.38,66.54C116.57,65.97 115.6,65.58 114.65,65.3C113.46,64.93 112.22,64.59 111,65.26C110.69,65.49 110.37,65.72 110.06,65.95C109.57,66.57 109.06,67.18 108.61,67.82C108.15,68.46 108.58,69.55 109.29,69.59C111.62,69.74 112.05,70.06 112.78,72.25C112.87,72.62 112.97,72.98 113.06,73.35C113.26,76.71 113.57,80.07 113.63,83.43C113.67,85.58 113.25,87.69 111,88.8C110.93,88.84 110.85,88.88 110.78,88.92C110.07,89.1 109.35,89.26 108.64,89.47C108.38,89.55 108.01,89.71 107.93,89.92C107.59,90.89 107.28,91.88 107.07,92.88C106.77,94.28 106.7,95.75 106.29,97.11C105.64,99.29 104.79,101.41 104.02,103.55C103.8,103.73 103.57,103.91 103.35,104.09L103.33,104.29C103.36,104.44 103.4,104.58 103.43,104.72C102.7,106.49 102.06,108.31 101.2,110.01C100.07,112.25 98.76,114.39 97.53,116.58C97.42,116.84 97.32,117.1 97.21,117.36C95.96,119.95 94.71,122.54 93.45,125.11C93.23,125.54 92.89,125.92 92.61,126.33C92.55,126.37 92.49,126.42 92.42,126.46C92.42,126.53 92.41,126.59 92.4,126.66L92.5,127.1C91.43,129.38 90.37,131.66 89.3,133.94C89.24,134.36 89.21,134.81 88.58,134.65C88.58,135.02 88.68,135.43 88.56,135.75C87.74,137.96 86.9,140.16 86,142.34C85.78,142.89 85.21,143.29 85.01,143.85C84.42,145.49 83.95,147.18 83.37,148.82C83.15,149.47 82.66,150.03 82.48,150.68C81.95,152.58 81.55,154.5 81.03,156.4C80.77,157.37 80.3,158.26 80.15,159.3C79.88,161.14 79.27,162.94 78.91,164.77C78.36,167.56 77.88,170.37 77.39,173.17C77.29,173.71 77.3,174.27 77.2,174.81C76.26,180.02 75.32,185.24 74.36,190.44C74.08,191.96 73.79,193.47 73.41,194.96C73.2,195.77 72.8,196.52 72.42,197.46C72.97,198.27 72.2,199.14 71.97,200.06C71.57,201.67 71.14,203.28 70.63,204.85C70.4,205.57 69.7,206.21 69.69,206.89C69.66,208.67 68.82,210.16 68.16,211.68C66.11,216.4 63.87,221.04 61.82,225.75C60.07,229.77 57.79,233.49 55.28,237.03C52.9,240.38 50.08,243.4 47.47,246.59C46.96,247.21 46.34,247.87 46.81,248.79C48.13,251.36 49.35,254 50.85,256.46C52.22,258.7 53.85,260.79 55.47,262.85C57.03,264.82 58.73,266.67 60.37,268.58C60.43,268.64 60.49,268.71 60.54,268.77L62.53,270.81C62.58,270.88 62.64,270.94 62.7,271.01C62.89,271.19 63.07,271.37 63.26,271.56C63.31,271.62 63.37,271.68 63.42,271.75C63.55,271.85 63.67,271.96 63.8,272.07C63.85,272.13 63.91,272.2 63.97,272.26C65.19,273.38 66.41,274.5 67.63,275.62C67.69,275.68 67.75,275.75 67.81,275.81C67.93,275.92 68.06,276.02 68.18,276.13C68.24,276.19 68.3,276.26 68.35,276.32C68.6,276.52 68.85,276.71 69.1,276.91C69.16,276.97 69.22,277.03 69.28,277.1C69.53,277.29 69.78,277.49 70.03,277.68C70.09,277.75 70.15,277.81 70.21,277.87C70.46,278.07 70.71,278.27 70.96,278.46C71.02,278.52 71.07,278.58 71.13,278.64C71.63,279.02 72.13,279.4 72.63,279.78C72.69,279.84 72.75,279.9 72.81,279.97C73.44,280.43 74.06,280.9 74.69,281.37C74.75,281.43 74.81,281.49 74.86,281.55C74.93,281.58 75,281.61 75.06,281.64L75.24,281.82C75.3,281.85 75.37,281.88 75.44,281.91C75.5,281.97 75.56,282.03 75.62,282.09C75.68,282.12 75.75,282.15 75.81,282.18C75.87,282.24 75.93,282.3 75.99,282.36C76.06,282.39 76.12,282.42 76.19,282.45C76.25,282.51 76.31,282.57 76.37,282.63C76.56,282.75 76.75,282.87 76.94,282.99L77.12,283.17C77.19,283.2 77.25,283.23 77.32,283.26C77.38,283.32 77.44,283.38 77.5,283.44C78.83,284.3 80.16,285.16 81.48,286.02C81.55,286.08 81.61,286.14 81.67,286.2C81.85,286.3 82.03,286.39 82.21,286.49C84.92,287.98 87.61,289.54 90.37,290.96C93.77,292.7 97.36,294.01 101.04,295.05C101.11,295.07 101.12,295.32 101.17,295.47L101.98,295.6C102.14,295.26 102.29,294.92 102.45,294.58C103.02,292.84 103.5,291.07 104.18,289.37C105.08,287.1 106.14,284.89 107.11,282.65C107.72,281.25 108.29,279.84 108.88,278.44C109.03,278.12 109.17,277.79 109.32,277.48C109.52,277.01 109.68,276.52 109.94,276.09C111.83,272.9 113.64,269.65 115.68,266.56C118.72,261.95 122.6,258.13 127.3,255.16C127.55,255 127.79,254.83 128.04,254.66C130.81,253.01 133.58,251.35 136.35,249.69C136.75,249.45 137.14,249.21 137.54,248.96C139.91,247.46 142.32,246 144.66,244.43C147.18,242.74 149.64,240.95 152.13,239.2C152.44,238.98 152.75,238.75 153.06,238.53C153.32,238.3 153.58,238.07 153.83,237.84C154.06,237.66 154.29,237.48 154.53,237.3C154.66,237.12 154.76,236.92 154.92,236.76C156.97,234.69 159.02,232.62 161.08,230.55C161.21,230.46 161.34,230.38 161.48,230.29L161.55,230.26C161.7,230.07 161.85,229.88 162,229.7C162.37,229.27 162.74,228.84 163.1,228.41C163.34,228.17 163.57,227.92 163.8,227.68C164.73,226.36 165.65,225.04 166.58,223.72C166.75,223.46 166.91,223.21 167.08,222.96C168.05,221.21 167.4,219.52 166.87,217.83C166.25,215.87 165.69,213.88 165.07,211.93L165.09,211.94Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="63"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1224 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M212.85,143.86C213.13,143.94 213.69,143.88 213.76,143.72C213.88,143.45 213.8,143.01 213.65,142.72C212.78,140.96 211.8,139.27 211.51,137.29C211.2,135.15 211.22,134.44 212.93,133.35C214.03,132.66 215.14,131.91 216.35,131.51C218.39,130.84 220.55,130.44 222.51,131.78C223.35,132.36 224.15,133.08 224.78,133.89C226.46,136.05 227.42,137.46 226.11,140.31C225.65,141.33 224.81,142.17 224.21,143.14C224.02,143.43 224.07,143.88 224,144.25C224.34,144.28 224.77,144.45 225,144.31C228.03,142.36 230.63,139.97 232.27,136.69C233.41,134.42 234.38,132.05 234.14,129.46C233.99,127.88 233.87,126.12 233.11,124.82C231.9,122.79 230.18,121.04 228.62,119.22C226.19,116.36 223.01,114.52 219.68,112.93C219.04,112.63 218.59,112.74 218.46,113.59C218.28,114.7 218.06,115.82 217.72,116.88C217.22,118.44 217.83,119.71 218.46,121.06C218.8,121.81 219.23,122.02 219.95,122.18C220.91,122.39 221.84,122.79 222.78,123.1C222.74,123.2 222.71,123.3 222.68,123.39C221.58,123.09 220.49,122.8 219.4,122.47C218.06,122.07 217.09,122.6 216.4,123.83C215.65,125.16 214.79,126.45 213.82,127.62C212.6,129.08 211.2,130.39 209.91,131.8C209.49,132.26 208.98,132.79 208.85,133.37C208.29,135.78 208.27,138.22 209.34,140.52C210.05,142.05 211.1,143.36 212.84,143.86L212.85,143.86Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="69"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1095 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M161.04,169.77C160.86,168.98 160.68,168.18 160.5,167.39C160.35,167.02 160.2,166.64 160.05,166.27C159.96,166.04 159.87,165.81 159.78,165.57C159.83,165.55 159.88,165.53 159.93,165.5C159.89,165.47 159.84,165.44 159.79,165.41L159.78,165.39C159.73,165.24 159.68,165.1 159.63,164.95C159.59,164.8 159.54,164.65 159.49,164.51C159.4,164.34 159.29,164.18 159.2,164.01C159.1,163.79 159,163.57 158.91,163.35C158.9,163.25 158.89,163.16 158.88,163.06C158.51,162.34 158.15,161.61 157.79,160.89C157.44,160.35 157.08,159.83 156.75,159.28C156.37,158.66 155.83,158.51 155.18,158.73C153.81,159.18 152.47,159.68 152.44,161.48C152.4,161.68 152.37,161.88 152.34,162.09C152.29,162.43 152.23,162.77 152.18,163.11C152.14,163.32 152.11,163.52 152.08,163.72C152.18,164.64 152.27,165.55 152.37,166.47C152.54,167.13 152.7,167.79 152.87,168.44C153.46,170.36 154.04,172.27 154.63,174.19L155.65,174.35C155.99,174.41 156.33,174.46 156.67,174.52C156.83,174.26 156.98,174 157.14,173.75C157.31,173.69 157.48,173.64 157.64,173.58L158.77,173.15C159.4,172.7 160.04,172.26 160.67,171.81C161.57,171.27 160.71,170.42 161.04,169.77V169.77Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="78"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (10514 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M209.9,140.6C209.85,140.55 209.82,140.49 209.79,140.43C209.48,139.55 209.08,138.71 208.88,137.81C208.64,136.69 208.39,135.53 208.46,134.4C208.54,133.2 209.02,132.04 209.3,130.85C209.54,129.9 209.81,128.95 209.94,127.99C210.14,126.5 210.23,124.99 210.37,123.48C210.45,122.94 210.53,122.39 210.62,121.85C210.91,119.59 211.21,117.32 211.51,115.06C211.24,114.78 211.14,114.52 211.18,114.28C211.14,114.52 211.25,114.78 211.51,115.06C211.58,114.59 211.66,114.11 211.73,113.63C212.19,109.99 212.65,106.34 213.12,102.69C213.21,101.93 213.36,101.19 213.47,100.44C214.1,96.08 214.73,91.71 215.34,87.35C215.75,84.46 216.13,81.56 216.53,78.66C216.95,75.59 217.38,72.52 217.79,69.45C218.19,66.56 218.59,63.66 218.98,60.76C219.17,59.3 219.34,57.83 219.52,56.37C219.55,56.16 219.58,55.96 219.61,55.76C220.07,52.38 220.53,49.01 220.99,45.63C221.55,41.61 222.16,37.6 222.68,33.58C222.96,31.43 223.23,29.28 223.3,27.12C223.36,25.29 222.8,23.58 221.8,21.96C220.41,19.7 218.18,18.74 215.88,17.84C215.22,17.58 214.5,17.45 213.81,17.26C207.53,16.32 201.26,15.39 194.99,14.45C189.22,13.47 183.47,12.41 177.69,11.53C172.6,10.74 167.47,10.18 162.37,9.45C160.37,9.16 158.4,8.59 156.4,8.32C153.12,7.88 150.04,8.51 147.3,10.46C145.45,11.79 144.82,13.77 144.55,15.9C144.49,16.41 144.52,16.94 144.44,17.44C143.3,24.56 142.18,31.67 141,38.79C139.8,46 138.55,53.19 137.32,60.4C137.26,60.8 137.19,61.21 137.12,61.62C136.42,65.7 135.73,69.78 135.03,73.87C135.08,73.94 135.15,74 135.22,74.06C135.15,74 135.08,73.94 135.03,73.87C134.8,75.23 134.59,76.59 134.36,77.95C133.18,84.96 131.98,91.97 130.79,98.99C131.04,99.4 131.08,99.95 130.96,100.45C131.08,99.95 131.04,99.4 130.79,98.99C130.66,99.8 130.53,100.62 130.39,101.43C129.93,104.23 129.46,107.02 128.99,109.81L127.38,118.99C127.74,119.43 127.83,120.04 127.68,120.62C127.83,120.04 127.74,119.42 127.38,118.99C127.22,119.95 127.07,120.9 126.91,121.85C126.58,123.87 126.27,125.89 125.89,127.9C125.8,128.41 125.48,128.87 125.26,129.35L125.03,130.78C125.07,131.07 125.1,131.35 125.14,131.64C125.41,131.99 125.5,132.32 125.42,132.62C125.5,132.32 125.42,131.99 125.14,131.64C125.05,132.18 124.97,132.73 124.89,133.27C124.43,138.81 125.53,144.21 126.28,149.65C126.61,152.02 126.76,154.43 126.89,156.83C127.11,160.97 127.33,165.11 127.42,169.26C127.49,172.34 126.71,175.3 125.68,178.19C125.58,178.48 125.54,178.79 125.46,179.09C125.25,179.2 125.03,179.3 124.81,179.4C124.81,179.47 124.81,179.55 124.81,179.61C124.77,179.82 124.73,180.02 124.69,180.22C124.68,180.7 124.66,181.18 124.64,181.66C124.98,181.73 125.31,181.8 125.65,181.87C126.51,182.16 127.36,182.51 128.24,182.73C128.82,182.89 129.45,182.84 130.04,182.96C133.71,183.67 137.37,184.46 141.05,185.13C142.9,185.46 144.78,185.59 146.65,185.82L146.72,185.83C146.69,185.83 146.65,185.82 146.65,185.82C146.68,185.82 146.7,185.82 146.72,185.83H146.74C147.31,185.85 147.89,185.87 148.47,185.88C148.61,185.66 148.73,185.55 148.83,185.57C148.88,185.57 148.93,185.61 148.97,185.68C148.93,185.61 148.88,185.57 148.83,185.57C148.73,185.55 148.61,185.66 148.47,185.88C148.67,185.92 148.88,185.95 149.08,185.98C151.53,186.37 153.98,186.76 156.43,187.15C156.8,187.01 157.16,186.87 157.52,186.74C157.47,186.27 157.49,185.78 157.37,185.34C156.16,181.11 154.82,176.92 153.77,172.65C153.39,171.07 152.84,169.58 152.34,168.05C151.6,165.82 151.22,163.6 151.75,161.28C151.52,161.13 151.42,161.01 151.44,160.91C151.42,161.01 151.52,161.13 151.75,161.28C151.78,161.07 151.82,160.87 151.85,160.67C152.08,158.16 153.57,156.25 155.07,154.45C155.57,153.86 156.82,153.69 157.72,153.68C160.14,153.67 162.32,154.58 164.11,156.16C166.03,157.84 167.87,159.65 169.55,161.57C170.6,162.76 171.3,164.27 172.14,165.64C172.79,166.69 173.42,167.74 174.05,168.8C174.27,169.19 174.49,169.59 174.7,169.98C174.93,170.36 175.15,170.75 175.37,171.13C176.35,173.24 177.47,175.29 178.26,177.46C179.51,180.87 180.68,184.33 181.6,187.84C182.1,189.72 183.07,191.26 183.99,192.88C184.24,193.07 184.5,193.25 184.75,193.43C185.82,194.61 186.89,195.79 187.95,196.97C188.19,197.24 188.43,197.53 188.66,197.81L189.68,197.98C189.8,197.42 190.06,196.85 190,196.31C189.36,191.04 188.32,185.86 186.72,180.79C186.28,179.39 185.94,177.96 185.54,176.54C185.5,176.48 185.45,176.41 185.4,176.35C184.6,173.48 183.78,170.61 182.97,167.74C182.93,167.67 182.88,167.61 182.84,167.54C182.07,164.85 181.39,162.13 180.52,159.48C179.81,157.32 178.87,155.23 178.03,153.11C177.64,152.93 177.25,152.74 176.86,152.55C176.44,152.49 176.02,152.42 175.6,152.36C175.48,152.27 175.37,152.19 175.25,152.1C174.41,151.96 173.65,152.43 172.7,152.12C170.54,151.42 169.76,150.51 170.23,148.28C170.41,147.44 170.62,146.65 170.35,145.81C170.05,145.58 169.95,145.39 170.06,145.23C169.95,145.39 170.04,145.58 170.35,145.81C170.4,145.54 170.45,145.27 170.49,144.99C170.45,144.12 171.11,143.48 171.12,142.5C171.13,140.99 170.25,140.07 169.65,138.99C168.13,136.23 166.5,133.52 164.89,130.8C164.44,130.03 163.95,129.27 163.41,128.57C163.18,128.29 162.76,128.04 162.4,127.99C161.42,127.86 160.42,127.76 159.43,127.79C157.62,127.84 156.06,127.21 154.7,126.09C153.82,125.36 153.79,124.25 153.93,123.23C154.22,121.04 154.57,118.86 155,116.7C155.18,115.82 155.64,115 155.97,114.15C155.91,114.01 155.85,113.86 155.79,113.72C154.36,110.98 152.85,108.29 151.55,105.5C150.21,102.59 149.68,99.48 149.75,96.26C149.81,93.06 151.09,90.36 153.38,88.21C153.98,87.65 155.16,87.72 156.08,87.5C156.28,87.53 156.48,87.56 156.69,87.59C159.32,88.64 161.27,90.51 163.11,92.6C166.52,96.49 170.03,100.29 173.51,104.12C173.55,104.17 173.63,104.17 173.7,104.2C173.93,104.52 174.16,104.83 174.39,105.15C176.04,107.3 177.67,109.46 179.35,111.58C181.68,114.5 184.05,117.39 186.41,120.29L186.97,120.81C187.96,122.03 188.92,123.28 189.96,124.46C190.43,124.99 191.07,124.75 191.26,124.07C191.4,123.58 191.54,123.08 191.68,122.59C191.82,122.19 191.95,121.8 192.09,121.4C192.42,120.21 192.97,119.99 194.21,120.21C195.6,120.46 197.02,120.49 198.42,120.67C199.07,120.76 199.7,121.01 200.35,121.12C201.29,121.27 202.25,121.3 203.17,121.52C203.61,121.62 203.97,122.04 204.37,122.31C204.4,122.46 204.44,122.6 204.48,122.74C204.6,123.25 204.74,123.77 204.86,124.28C204.78,124.48 204.68,124.67 204.6,124.86C204.66,125.29 204.72,125.72 204.78,126.15C205.03,126.37 205.14,126.56 205.11,126.73C205.14,126.56 205.03,126.37 204.78,126.15C204.73,126.49 204.68,126.83 204.62,127.17C204.39,128.65 204.21,130.15 203.91,131.62C203.34,134.31 202.43,133.9 200.49,134.09C200.09,134.13 199.5,134.2 199.36,134.46C199.21,134.72 199.39,135.32 199.63,135.62C201.02,137.35 202.45,139.05 203.91,140.73C204.15,141.01 204.59,141.19 204.97,141.26C206.42,141.53 207.89,141.73 209.35,141.95C209.66,141.73 209.98,141.51 210.29,141.29L210.39,140.68C210.23,140.66 210.08,140.63 209.92,140.61L209.9,140.6ZM152.72,138.22C155.61,138.2 158.48,138.3 161.19,139.5C162.85,140.24 163.54,141.36 163.26,143.18C162.98,144.98 162.69,146.78 162.38,148.58C162.08,150.38 161.15,151.02 159.33,150.74C158.44,150.6 157.56,150.46 156.68,150.31C156.66,150.38 156.64,150.45 156.62,150.52C155.05,150.04 153.49,149.59 151.94,149.06C151.24,148.81 150.81,148.19 150.88,147.45C151.14,144.58 151.46,141.71 151.83,138.86C151.86,138.6 152.41,138.22 152.73,138.22H152.72ZM185.43,17.57C186.83,17.86 187.76,19.25 187.49,20.67C187.22,22.14 185.83,23.13 184.4,22.88C183.01,22.64 182.15,21.36 182.38,19.91C182.6,18.55 184.21,17.32 185.43,17.57ZM143.44,146.83C143.14,148.23 142.6,148.43 141.18,148.25C140.88,148.22 140.57,148.18 140.26,148.14C139.92,148.09 139.58,148.03 139.24,147.98L138.83,147.92C138.63,147.88 138.42,147.85 138.22,147.82C137.95,147.77 137.67,147.73 137.4,147.69C137.2,147.65 136.99,147.62 136.79,147.58C135.45,147.29 134.09,147.06 132.78,146.68C131.65,146.37 131.08,145.56 131.2,144.35C131.18,144.34 131.17,144.32 131.15,144.31C131.17,144.32 131.18,144.33 131.2,144.35C131.24,144.14 131.27,143.94 131.3,143.74C131.76,141.37 132.23,139 132.7,136.63C132.8,136.29 132.91,135.96 133.02,135.63C133.45,135.48 133.89,135.2 134.32,135.23C135.71,135.3 137.1,135.49 138.49,135.63L138.74,135.4C138.65,135.48 138.58,135.55 138.49,135.63C138.63,135.65 138.76,135.67 138.9,135.69C139.51,135.79 140.13,135.89 140.74,135.99C140.94,135.71 141.11,135.6 141.26,135.66C141.11,135.6 140.94,135.71 140.74,135.99C141.01,136.04 141.28,136.08 141.55,136.12C143.83,136.67 144.74,137.9 144.44,140.24C144.17,142.44 143.9,144.66 143.43,146.83H143.44ZM147.67,116.28C147.48,117.61 147.27,118.93 147.07,120.26C147.35,120.44 147.44,120.58 147.34,120.69C147.44,120.58 147.35,120.44 147.07,120.26C147.04,120.46 147,120.67 146.97,120.87C146.79,121.89 146.63,122.91 146.44,123.93C146.21,125.17 145.75,125.47 144.51,125.3C142.16,124.98 139.81,124.69 137.45,124.37C137.15,124.33 136.84,124.29 136.54,124.19C134.3,123.42 134,122.55 134.59,120.16C135.14,117.96 135.43,115.69 135.74,113.43C135.85,112.61 136.18,112.26 136.96,112.25C138.1,112.25 139.23,112.24 140.36,112.23C140.99,111.68 141.88,111.67 142.51,112.12C141.88,111.67 140.99,111.68 140.36,112.23C141.24,112.37 142.13,112.52 143.01,112.66C143.94,112.89 144.87,113.1 145.8,113.35C147.12,113.72 147.86,114.88 147.67,116.28ZM210.25,92.02C209.75,92.16 209.15,92.04 208.61,91.94C206.34,91.53 204.09,91.07 201.83,90.66C200.2,90.36 198.57,90.11 196.93,89.84C196.73,89.81 196.53,89.77 196.33,89.73C192.13,89 187.94,88.28 183.76,87.54C181.97,87.22 180.19,86.86 178.41,86.52C178.05,86.79 177.72,86.88 177.42,86.79C177.72,86.88 178.05,86.79 178.41,86.52C177.86,86.43 177.32,86.34 176.78,86.25C173.11,85.6 169.45,84.94 165.78,84.28C164.97,84.15 164.15,84.02 163.34,83.89C158.38,83.02 153.42,82.16 148.46,81.3C148,81.68 147.52,81.81 147.06,81.69C147.51,81.81 148,81.68 148.46,81.3C147.64,81.17 146.83,81.03 146.01,80.9C144.86,80.7 143.72,80.48 142.56,80.31C140.01,79.94 139.15,78.85 139.4,76.25C139.32,76.17 139.24,76.08 139.16,76C139.24,76.08 139.32,76.16 139.4,76.25C139.41,76.11 139.43,75.98 139.45,75.84L140.24,70.94C140.3,70.59 140.36,70.24 140.41,69.9C140.77,68.69 141.02,67.43 141.52,66.28C142.18,64.78 143.66,64.24 145.41,64.41C146.27,64.5 147.12,64.67 147.97,64.79C148.37,64.51 148.74,64.42 149.07,64.52C148.73,64.42 148.36,64.52 147.97,64.79C148.58,64.89 149.19,65 149.8,65.09C152.77,65.65 155.74,66.23 158.72,66.76C163.94,67.68 169.17,68.57 174.39,69.49C177.78,70.08 181.16,70.71 184.54,71.32C188.23,71.99 191.92,72.66 195.61,73.33C195.81,73.37 196.01,73.4 196.22,73.44C197.32,73.67 198.43,73.95 199.54,74.13C202.6,74.65 205.68,75.04 208.71,75.65C209.91,75.9 211.16,76.42 212.13,77.17C213.34,78.1 213.3,79.72 213.18,81.1C212.91,83.94 212.48,86.77 212.05,89.59C211.89,90.67 211.42,91.68 210.26,92.02L210.25,92.02Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="87"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1230 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M154.51,72.16C154.4,71.56 154.06,70.86 153.73,70.59C153.91,71.24 153.96,71.86 153.93,72.31C153.93,72.31 153.93,72.31 153.93,72.32C153.65,70.71 152.76,69.89 152.21,68.41C152.18,68.33 152.15,68.26 152.12,68.18C152.11,68.14 152.1,68.1 152.09,68.06C152.07,67.99 152.06,67.91 152.05,67.84C152.05,67.83 152.05,67.82 152.04,67.82C152.04,67.82 152.04,67.82 152.03,67.82C152.03,67.82 152.03,67.82 152.03,67.82C150.54,68.32 149.79,69.66 149.59,70.37C149.05,70.3 148.51,70.39 148.02,70.63C147.99,70.58 147.94,70.54 147.91,70.5C147.88,70.05 147.96,69.6 148.16,69.2C147.56,69.33 147.06,69.64 146.68,69.91C146.53,69.6 146.73,68.73 146.78,68.55C146.78,68.54 146.6,68.6 146.58,68.61C146.37,68.7 146.16,68.81 145.97,68.94C145.75,69.09 145.55,69.25 145.35,69.43C144.91,69.84 144.55,70.33 144.31,70.88C144.3,70.89 144.3,70.9 144.29,70.91C144.27,70.96 144.19,71.18 144.17,71.23C144.17,71.23 144.17,71.24 144.17,71.24C144.07,71.48 143.99,71.71 143.93,71.96C143.93,71.96 143.93,71.97 143.92,71.98C143.31,74.9 145.18,77.76 148.1,78.38C150.71,78.93 153.28,77.49 154.23,75.08C154.26,75.02 154.28,74.95 154.3,74.89C154.6,74 154.68,73.02 154.52,72.16H154.51ZM147.55,75.02C147.57,75.03 147.59,75.05 147.61,75.07C147.59,75.05 147.57,75.03 147.54,75.02H147.55Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="96"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (925 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M143.94,72.12C143.84,74.62 145.64,76.92 148.11,77.51C150.39,78.06 152.14,77.03 153.01,75.86C153.58,75.1 154.14,73.78 153.93,72.33V72.32C153.93,72.32 153.93,72.31 153.93,72.32C153.93,72.32 153.93,72.32 153.93,72.32C153.86,73.59 152.98,74.64 151.84,75.24V75.25C149.62,76.39 147.93,75.4 147.62,75.07C147.59,75.05 147.57,75.04 147.55,75.02C146.55,74.26 146.31,73.15 146.59,72.31C145.65,72.11 145.5,71.26 145.5,71.26C145.5,71.26 146.47,70.84 147.46,71.59C148.38,72.29 149.43,72.09 149.43,72.09C149.44,72.05 148.59,71.48 148.31,71.06C148.16,70.83 148.09,70.72 148.02,70.63C147.99,70.59 147.94,70.54 147.91,70.5C147.88,70.47 147.85,70.43 147.81,70.4C147.48,70.07 146.71,69.93 146.68,69.92C146.53,69.61 146.73,68.74 146.78,68.56C146.78,68.55 146.6,68.6 146.58,68.61C146.37,68.71 146.16,68.82 145.97,68.95C145.75,69.09 145.55,69.26 145.35,69.44C144.91,69.85 144.55,70.34 144.31,70.89C144.3,70.9 143.94,71.68 143.95,72.13L143.94,72.12Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="197"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1652 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M154.51,72.16C154.4,71.56 154.06,70.86 153.73,70.59C153.91,71.24 153.96,71.86 153.93,72.31C153.93,72.31 153.93,72.31 153.93,72.32C153.65,70.71 152.76,69.89 152.21,68.41C152.18,68.33 152.15,68.26 152.12,68.18C152.11,68.14 152.1,68.1 152.09,68.06C152.07,67.99 152.06,67.91 152.05,67.84C152.05,67.83 152.05,67.82 152.04,67.82C152.04,67.82 152.04,67.82 152.03,67.82C152.03,67.82 152.03,67.82 152.03,67.82C150.54,68.32 149.79,69.66 149.59,70.37C149.65,70.38 149.72,70.39 149.78,70.4C150.77,70.61 151.52,71.34 151.81,72.24C151.57,71.99 151.11,71.69 150.6,71.67C152.31,73.02 151.11,76.18 148.5,75.51C148.27,75.45 148.04,75.35 147.84,75.23C147.79,75.2 147.74,75.16 147.7,75.13C147.67,75.11 147.64,75.09 147.62,75.07C147.6,75.05 147.57,75.04 147.55,75.02C147.57,75.03 147.59,75.05 147.61,75.07C147.04,74.6 146.64,73.86 146.73,73.08C146.73,73.08 147.16,72.22 148.67,72.54C148.83,72.57 149.39,72.21 149.43,72.08C149.44,72.04 148.59,71.48 148.31,71.05C148.16,70.83 148.09,70.72 148.02,70.63C147.99,70.58 147.94,70.54 147.91,70.5C147.88,70.05 147.96,69.6 148.16,69.2C147.56,69.33 147.06,69.64 146.68,69.91C146.53,69.6 146.73,68.73 146.78,68.55C146.78,68.54 146.6,68.6 146.58,68.61C146.37,68.7 146.16,68.81 145.97,68.94C145.75,69.09 145.55,69.25 145.35,69.43C144.91,69.84 144.55,70.33 144.31,70.88C144.3,70.89 144.3,70.9 144.29,70.91C144.27,70.96 144.18,71.18 144.16,71.23C144.07,71.47 143.99,71.71 143.93,71.96C143.93,71.96 143.93,71.97 143.92,71.98C143.31,74.9 145.18,77.76 148.1,78.38C150.71,78.93 153.28,77.49 154.23,75.08C154.26,75.02 154.28,74.95 154.3,74.89C154.6,74 154.68,73.02 154.52,72.16H154.51ZM153.93,72.32C153.93,72.32 153.93,72.32 153.93,72.32V72.32Z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="255"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (20056 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M217.59,323C216.12,321.34 216.19,319.59 215.88,318.08C214.77,312.74 215.35,307.38 216.31,302.07C216.67,300.04 218.54,299.34 220.08,298.64C221.53,297.98 222,297.27 221.74,295.71C220.28,287.07 217.69,279.09 210.31,273.43C205.63,269.84 200.46,267 195.75,263.46C190.3,259.37 184.71,255.37 180.82,249.65C177.43,244.65 174.84,239.21 172.54,233.61C171.09,230.07 169.74,226.47 168.3,222.52C167.46,223.77 166.92,224.79 166.2,225.64C160.24,232.66 154.01,239.35 146.02,244.17C140.52,247.49 135.08,250.89 129.59,254.21C124.32,257.38 119.99,261.58 116.55,266.78C113.79,270.95 111.49,275.33 109.27,279.78C108.6,281.14 108.71,282.16 109.64,283.49C112.33,287.33 113.56,291.41 111.8,296.23C110.91,298.69 110.82,301.5 110.36,304.16C110.08,305.72 109.66,307.23 108.96,308.66C108.75,309.1 108.72,309.8 107.96,309.6C107.1,309.36 107.41,308.64 107.52,308.12C108.07,305.61 108.66,303.13 109.24,300.63C109.27,300.51 109.33,300.39 109.37,300.26C110.33,297.04 110.28,297.09 107.07,296.57C100.49,295.51 94.23,293.5 88.37,290.23C85.81,288.79 83.12,287.55 80.67,285.93C72.9,280.8 65.68,275.02 59.35,268.14C56.09,264.6 53.04,260.92 50.47,256.89C47.07,251.59 44.04,246.06 43.64,239.54C43.62,239.22 43.54,238.9 43.16,238.59C40.6,240.05 39.27,242.67 37.51,244.9C34.93,248.18 32.8,251.84 29.41,254.42C28.99,254.74 28.58,255.05 28.14,255.33C27.71,255.6 27.38,255.38 27.15,255.02C26.9,254.64 27.21,254.41 27.45,254.2C28.14,253.6 28.78,252.95 29.43,252.31C33.23,248.56 35.82,243.85 39.33,239.9C42.42,236.43 46.03,233.65 50.97,233.31C51.84,233.25 52.73,233.24 53.49,233.55C54.75,234.08 55.37,233.77 56.12,232.6C58.84,228.34 60.99,223.8 63.04,219.21C64.37,216.23 65.68,213.25 67.1,210.31C68.52,207.36 69.41,204.19 70.33,201.04C73.35,190.67 74.77,179.98 76.62,169.38C78.06,161.16 80.19,153.14 83.13,145.3C86.25,136.98 89.7,128.82 93.6,120.85C95.92,116.1 98.73,111.59 100.96,106.81C103.8,100.7 106.26,94.41 106.86,87.58C107.23,83.4 107.26,79.2 107.15,75.01C107.08,72.37 107.21,69.75 107.74,67.18C108.55,63.33 112.11,61.71 115.69,63.29C121.78,65.97 124.76,71.01 126.49,77.07C126.56,77.3 126.72,77.51 127.07,78.14C127.43,75.88 127.9,74.01 128,72.13C128.3,66.75 129.24,61.43 129.49,56.06C129.99,45.07 132.34,34.32 133.83,23.47C134.54,18.37 135.25,13.18 137.54,8.43C138.62,6.21 140.13,4.47 142.11,2.93C146.21,-0.25 150.76,-0.16 155.54,0.14C166.45,0.81 177.2,2.64 187.96,4.36C197.04,5.81 206.11,7.35 215.15,9.05C219.45,9.86 223.74,11.36 227.26,13.92C230.85,16.53 232.54,20.58 232.07,25.16C231.43,31.36 230.62,37.55 229.84,43.73C229.68,45.03 229.35,46.32 229.04,47.59C228.17,51.19 228.32,54.91 227.62,58.53C227.51,59.14 227.52,59.7 228.13,60.09C229.21,60.77 229.35,61.8 229.37,62.99C229.44,66.69 229.13,70.33 227.99,73.88C227.7,74.79 227.46,75.67 226.26,75.69C225.65,75.7 225.49,76.11 225.53,76.62C225.57,77.24 225.99,77.33 226.51,77.27C228.23,77.08 229.89,77.36 231.56,77.79C238.77,79.65 240.78,84.93 237.16,91.09C234.79,95.13 231.07,97.92 226.88,99.98C225.15,100.83 223.59,102.21 221.46,102.09C220.96,102.07 220.87,102.49 220.74,102.87C219.95,105.21 219.99,107.66 219.75,110.08C219.69,110.69 220.14,110.79 220.6,110.95C226.68,113.03 230.88,117.39 234.24,122.6C236.29,125.78 236.68,129.31 235.42,132.97C233.64,138.14 230.43,142.09 225.65,144.79C225.01,145.15 223.9,145.34 223.99,146.26C224.08,147.23 225.11,147.87 225.93,148C228.38,148.38 230.51,149.55 232.79,150.35C237.32,151.95 240.96,154.94 244.38,158.2C246.09,159.83 247.42,161.75 248.79,163.68C249.74,165.03 251.43,165.96 252.96,166.85C255.39,168.25 258.04,169.28 260.14,171.23C260.78,171.81 261.42,172.34 261.86,173.09C265.07,178.54 267.39,184.35 269.18,190.4C271.14,197 272.06,203.76 272.79,210.59C273.57,217.85 274.18,225.13 274.87,232.4C275.4,238.06 275.57,243.75 276.47,249.37C277.45,255.42 277.82,261.58 279.63,267.49C280.74,271.09 282.76,274.26 284.4,277.61C285.46,279.8 286.56,280.5 289.23,279.82C293.84,278.63 296.39,280.58 297.84,285.83C298.67,288.84 299.95,291.73 300.18,294.92C300.27,296.13 300.97,297.27 301.32,298.46C301.48,299.02 301.59,299.8 300.92,300.02C300.12,300.27 300.13,299.4 299.86,298.91C297.83,295.21 298.11,290.87 296.55,287.05C296.4,286.68 296.42,286.25 296.24,285.91C295.88,285.22 295.45,284.71 294.93,285.81C293.38,289.08 290.89,291.59 288.3,294.03C286.3,295.92 284.07,297.54 281.74,299.02C276.64,302.28 271.2,304.88 265.5,306.86C259.56,308.93 253.45,310.36 247.19,311.24C239.91,312.27 232.7,312.21 225.5,310.82C223.04,310.34 220.64,309.65 218.47,308.41C217.35,307.77 217.07,308.18 217,309.19C216.84,311.68 217.17,314.14 217.34,316.61C217.47,318.6 218.13,320.57 217.59,323ZM154.03,157.98C156.22,157.04 157.55,157.81 158.38,159.3C160.44,162.96 161.95,166.85 162.69,171.01C162.8,171.61 162.37,171.97 162.06,172.37C160.68,174.14 158.65,174.75 156.64,175.35C155.8,175.6 155.39,175.56 155.72,176.81C157.48,183.53 159.85,190.04 161.95,196.65C164.22,203.75 166.61,210.82 168.58,218.02C169.49,221.36 170.48,224.69 171.69,227.94C172.87,231.11 174.42,234.15 175.74,237.29C178.92,244.87 183.11,251.66 189.65,256.93C195.26,261.46 201.17,265.53 207.23,269.41C211.76,272.31 215.76,275.78 218.42,280.48C220.38,283.95 221.72,287.75 222.58,291.67C223.68,296.74 224.01,301.89 224.13,307.06C224.16,308.52 224.69,309.29 226.26,309.52C230.03,310.08 233.77,310.34 237.61,310.27C244.46,310.15 251.14,309.2 257.75,307.5C264.95,305.65 271.8,302.95 278.25,299.24C281.85,297.17 285.19,294.75 288.24,291.92C288.92,291.29 289.12,290.89 288.59,289.98C287.17,287.55 286.05,284.96 285.03,282.33C283.86,279.32 282.06,276.64 280.55,273.8C277.58,268.21 276.43,262.07 275.67,255.91C274.67,247.8 273.7,239.7 273.09,231.54C272.5,223.74 271.94,215.92 270.72,208.16C270.03,203.78 269.81,199.35 268.68,195.02C266.8,187.9 264.61,180.93 260.76,174.6C258.91,171.57 256.05,169.88 252.71,168.9C252.37,169.62 252.89,170.01 253.01,170.49C253.15,171.02 253.27,171.68 252.79,171.94C252.21,172.27 251.85,171.64 251.64,171.2C250.62,169.05 248.92,167.35 247.8,165.25C246.63,163.06 245.08,161.13 243.28,159.36C240.02,156.14 236.33,153.61 232.15,151.79C231.12,151.34 230.2,150.57 228.58,150.44C231.77,154.45 235.18,157.88 237.55,162.5C235.99,162.23 235.54,161.39 234.98,160.68C231.96,156.81 228.84,153.02 225.2,149.68C222.89,147.56 220.13,146.03 217.28,145.04C214.34,144.02 211.1,143.89 207.98,143.38C207.62,143.32 207.17,143.15 206.92,143.58C206.66,144.01 207.02,144.32 207.24,144.62C208.2,145.94 209.24,147.21 210.15,148.57C212.9,152.72 215.48,157 218.43,161.03C219.09,161.94 219.49,162.89 219.39,164.22C219,163.99 218.72,163.9 218.58,163.72C217.03,161.61 215.38,159.57 213.99,157.33C212.5,154.96 211.02,152.56 209.41,150.27C207.32,147.28 204.97,144.5 202.56,141.74C200.3,139.14 198.14,136.4 195.92,133.74C190.75,127.56 185.4,121.54 180.31,115.3C178.9,113.58 177.27,112.03 176.07,110.16C174.47,107.67 172.43,105.57 170.52,103.33C169.5,102.14 168.74,101.91 167.66,103.2C167.27,103.68 166.61,103.96 166.03,104.27C163.42,105.65 161.39,105.06 159.54,102.65C158.12,100.8 157.38,98.59 156.12,96.69C155.32,95.47 155.1,94.33 155.5,92.98C155.78,92.05 155.72,91.04 156.31,90.17C156.6,89.75 156.75,89.08 156.02,88.88C155.07,88.63 154,88.45 153.31,89.41C152.59,90.41 151.83,91.38 151.4,92.59C149.38,98.15 151.27,103.2 153.67,108.02C154.88,110.46 156.26,112.86 157.56,115.28C159.82,119.47 161.77,123.83 164.26,127.92C165.51,129.98 167.04,131.88 168.09,134.08C169.56,137.15 171.37,140.05 173.29,142.87C177.28,148.68 180.76,154.72 182.05,161.79C182.09,162.04 182.15,162.3 182.23,162.55C184.54,169.01 186.19,175.68 188.29,182.21C189.99,187.48 190.89,193 191.47,198.54C191.54,199.24 191.71,200.13 190.94,200.5C190.22,200.86 189.5,200.32 188.99,199.85C187.45,198.43 185.92,196.99 184.52,195.43C183.26,194.02 181.98,192.54 181.29,190.76C180.08,187.65 178.93,184.5 178.04,181.29C177.2,178.23 176.07,175.32 174.5,172.59C172.58,169.24 170.7,165.84 168.42,162.74C166.26,159.81 163.74,157.08 160.22,155.65C157.09,154.38 156.1,154.71 154.02,157.98L154.03,157.98ZM113.68,198.2C113.62,197.89 113.54,197.73 113.59,197.64C113.76,197.29 113.95,196.95 114.18,196.64C118.14,191.47 121.51,185.99 123.54,179.75C124.41,177.08 125.58,174.46 125.68,171.63C125.81,168.04 125.66,164.44 125.71,160.85C125.74,158.54 124.98,156.35 124.96,154.05C124.92,150.32 124.48,146.6 123.8,142.95C123.31,140.35 123.13,137.73 123.29,135.18C123.75,127.85 124.58,120.54 125.14,113.22C125.71,105.65 127.03,98.14 126.8,90.51C126.6,83.9 126.16,77.34 122.35,71.56C120.36,68.53 118.36,65.63 114.61,64.42C112.23,63.66 109.61,64.83 109.11,67.27C108.98,67.91 109.09,68.35 109.83,68.31C112.17,68.18 112.75,69.76 113.22,71.61C114.19,75.39 114.03,79.26 114.09,83.09C114.14,85.97 112.67,87.77 109.9,88.49C108.87,88.76 108.38,89.17 108.18,90.25C107.2,95.95 105.07,101.29 102.8,106.58C102.1,108.19 101.43,109.87 100.46,111.32C96.75,116.84 94.58,123.14 91.44,128.94C88.86,133.69 87.45,139 85.31,143.98C82.87,149.63 81.31,155.59 79.98,161.63C78.4,168.75 77.08,175.92 76.03,183.12C75.22,188.74 73.58,194.11 72.28,199.58C71.75,201.8 71.02,203.98 70.28,206.14C68.79,210.46 66.75,214.56 64.99,218.76C60.84,228.71 55.42,237.78 47.92,245.55C46.82,246.68 46.91,247.75 47.63,248.9C48.99,251.06 50.06,253.38 51.42,255.56C56.37,263.48 62.78,270.08 69.83,276.1C73.81,279.5 78.08,282.54 82.53,285.32C88.07,288.78 93.93,291.45 100.06,293.61C101.95,294.28 102.26,294.19 102.73,292.32C103.9,287.71 106.27,283.61 107.97,279.22C110.44,272.85 114.12,267.1 118.4,261.78C120.58,259.06 123.25,256.77 126.03,254.71C128.34,253.01 130.97,251.75 133.44,250.25C138.53,247.14 143.59,244 148.56,240.71C151.04,239.07 153.36,237.25 155.4,235.18C158.52,232.01 161.87,229.02 164.55,225.46C166.29,223.17 168.26,220.93 167.07,217.5C165.1,211.81 163.44,206.01 161.61,200.27C160.88,197.98 160.71,197.8 158.27,197.95C153.82,198.22 149.52,197.27 145.17,196.62C137.89,195.53 130.84,193.28 123.55,192.23C122.89,192.14 122.23,192.04 121.73,191.56C120.54,190.42 119.77,191.1 119.15,192.17C118.25,193.71 117.09,195.06 116.01,196.46C115.43,197.21 114.89,198.1 113.67,198.21L113.68,198.2ZM157.09,187.2C157.02,185.69 156.6,184.32 156.1,182.99C154.89,179.66 153.96,176.26 153.19,172.81C152.96,171.78 152.66,170.8 152.29,169.82C150.49,165.1 150.55,160.54 153.33,156.09C154.66,153.96 156.37,153.34 158.63,153.75C162.14,154.38 164.81,156.4 167.24,158.92C170.19,161.98 172.15,165.7 174.37,169.24C175.52,171.06 176.64,172.95 177.41,174.95C178.79,178.55 180.11,182.2 181.08,185.93C182.3,190.64 184.88,194.35 188.46,197.49C188.79,197.78 189.09,198.32 189.59,198.07C190.18,197.77 189.74,197.28 189.64,196.86C189.49,196.22 189.24,195.59 189.21,194.94C188.89,189.39 187.18,184.16 185.63,178.88C184.05,173.49 182.31,168.14 180.81,162.71C180.15,160.32 179.62,157.92 178.69,155.59C178.04,153.95 177.28,152.91 175.36,152.91C174.19,152.91 173.01,152.64 171.86,152.39C170.17,152.04 169.53,151.15 169.69,149.46C169.89,147.31 169.82,145.12 170.59,143.05C170.92,142.18 170.74,141.39 170.14,140.68C169.03,139.36 168.33,137.81 167.52,136.3C166.32,134.04 164.92,131.9 163.57,129.73C163.02,128.84 162.29,128.38 161.12,128.51C159.68,128.67 158.23,128.35 156.83,128C154.63,127.45 153.18,125.87 153.39,124.07C153.69,121.47 153.77,118.7 154.75,116.34C155.49,114.59 154.9,113.57 154.31,112.27C154.12,111.86 153.81,111.49 153.59,111.09C151.41,107.11 149.55,103.06 149.21,98.41C148.97,94.96 149.87,91.98 151.82,89.2C152.61,88.07 153.58,87.55 154.95,87.5C157.88,87.4 160.08,89.02 161.68,91.03C165.88,96.31 170.75,100.97 175.09,106.11C176.33,107.57 177.25,109.25 178.49,110.69C181.26,113.93 184.01,117.18 186.63,120.54C187.81,122.05 189.14,123.45 190.42,124.92C191.03,124.31 190.94,123.67 191.06,123.12C191.69,120.04 192.41,119.55 195.55,120.07C197.76,120.44 199.96,120.79 202.17,121.15C204.34,121.51 205.15,122.44 204.96,124.62C204.78,126.71 204.54,128.8 204.18,130.87C203.57,134.34 202.98,134.76 199.52,134.65C199.43,134.65 199.33,134.8 199.14,134.95C199.83,136.29 201.22,137.1 201.94,138.38C203.31,140.82 205.39,141.82 208.08,141.91C209.73,141.97 209.68,142.03 209.11,140.56C208.09,137.94 207.49,135.2 208.39,132.49C209.01,130.63 209.45,128.83 209.73,126.87C210.82,119.39 211.47,111.86 212.51,104.38C214.15,92.59 215.8,80.81 217.35,69.02C219.1,55.73 221.07,42.47 222.85,29.18C223.17,26.84 222.87,24.58 221.42,22.45C219.39,19.47 216.46,18.22 213.17,17.67C206.17,16.49 199.1,15.73 192.13,14.38C179.86,12.01 167.39,11.01 155.12,8.71C154.92,8.68 154.73,8.64 154.53,8.64C149.64,8.76 145.19,10.71 144.63,15.88C143.98,21.83 142.86,27.71 141.86,33.61C136.58,64.84 131.32,96.09 126.1,127.33C125.89,128.59 125.11,129.62 125.06,130.87C124.86,135.51 124.87,140.13 125.58,144.76C125.97,147.32 126.52,149.86 126.69,152.46C127.03,157.54 127.39,162.63 127.36,167.72C127.35,170.26 127.88,172.88 126.74,175.29C125.92,177.02 125.72,178.95 124.84,180.64C124.48,181.33 124.57,181.71 125.39,181.89C129.3,182.76 133.18,183.74 137.1,184.54C143.42,185.83 149.91,185.88 156.22,187.21C156.46,187.26 156.73,187.2 157.09,187.18L157.09,187.2ZM126.95,108.77C128.08,107.98 128.01,107.27 128.11,106.65C128.86,102.17 129.55,97.7 130.3,93.22C134.37,68.79 138.45,44.35 142.53,19.92C142.7,18.88 143.13,17.85 143.08,16.83C142.8,10.77 147.51,7.58 152.64,7.42C155.96,7.32 159.31,7.81 162.58,8.61C163.79,8.9 164.99,9.22 166.24,9.35C173.88,10.12 181.53,10.55 189.08,12.19C195.75,13.64 202.54,14.5 209.3,15.48C212.45,15.93 215.43,16.72 218.31,18.09C223.15,20.4 225.48,24.79 224.36,29.95C224.22,30.59 224.12,31.24 224.04,31.89C223.43,36.91 222.94,41.95 222.22,46.95C220.69,57.62 219.29,68.3 217.85,78.98C215.92,93.37 213.84,107.74 211.82,122.12C211.61,123.62 211.4,125.11 211.2,126.61C211.12,127.24 211.31,127.87 211.99,127.33C214.34,125.46 216.24,123.19 216.6,120.11C217.47,112.8 218.64,105.55 220.04,98.33C221.34,91.56 223.04,84.84 223.74,77.98C224.6,69.42 225.87,60.91 226.87,52.37C227.95,43.19 229.91,34.12 230.46,24.86C230.67,21.28 229.52,18.28 226.99,15.88C223.52,12.59 218.99,11.51 214.55,10.36C209.53,9.07 204.3,8.99 199.22,7.92C192.47,6.5 185.6,5.66 178.8,4.52C170.96,3.21 163.07,2.32 155.16,1.61C152.68,1.39 150.18,1.35 147.72,1.95C143.28,3.02 139.95,5.56 138.43,9.89C136.71,14.79 135.9,19.93 135.16,25.07C134.37,30.59 133.73,36.14 132.73,41.63C132.12,44.93 131.74,48.25 131.35,51.57C130.65,57.37 130.13,63.19 129.68,69.01C129.34,73.47 128.63,77.87 127.94,82.28C127.87,82.73 127.85,83.2 127.92,83.64C129.06,90.12 128.54,96.56 127.53,102.99C127.25,104.78 127.16,106.6 126.95,108.77ZM224.11,123.08C223.37,123.36 223.05,122.79 222.59,122.6C219,121.07 218.1,121.39 216.11,124.77C215.07,126.52 213.71,128.03 212.21,129.41C209.16,132.22 208.38,136.45 210.38,140.08C211.15,141.48 212.23,142.73 214.31,142.53C213.18,140.24 212.28,138.02 211.77,135.66C211.6,134.85 211.52,134.05 211.96,133.38C213.45,131.07 219.07,129.11 221.71,129.92C226.96,131.51 228.85,137.35 225.53,141.71C225.05,142.34 224.29,142.81 224.08,143.63C224.44,143.9 224.68,143.81 224.9,143.66C227.91,141.63 230.62,139.3 232.3,135.98C233.27,134.07 234.56,132.23 234.55,129.99C234.54,126.4 233.2,123.32 230.91,120.5C228.21,117.18 224.89,114.75 221.28,112.6C219.91,111.78 219.5,111.92 219.15,113.43C218.96,114.26 218.72,115.08 218.5,115.9C217.85,118.41 219.03,120.43 221.52,121.03C222.71,121.32 223.61,121.9 224.12,123.07L224.11,123.08ZM141.99,194.55C143.09,194.73 144,194.87 144.91,195.02C149.57,195.8 154.21,196.63 158.97,196.61C160.23,196.6 160.29,196.32 159.94,195.29C159.43,193.74 158.94,192.16 158.63,190.56C158.38,189.28 157.67,188.9 156.51,188.72C152.1,188.02 147.69,187.38 143.24,186.91C137.23,186.28 131.34,184.92 125.57,183.1C124.67,182.81 123.98,182.94 123.71,183.89C123.27,185.43 122.38,186.75 121.6,188.09C120.88,189.34 121.37,189.92 122.33,190.44C122.79,190.68 123.32,190.81 123.83,190.9C129.99,191.94 136.08,193.29 141.99,194.55V194.55ZM222.17,95.47C222.14,95.47 222.1,95.46 222.07,95.46C221.89,96.56 221.71,97.66 221.54,98.76C221.26,100.49 221.62,100.81 223.26,100.11C228.27,97.96 232.68,95.03 235.91,90.53C237.66,88.08 237.81,84.65 236.17,82.34C234.5,79.99 229.18,78.01 226.29,78.66C225.74,78.78 225.27,79 225.25,79.64C225.23,80.37 224.66,81.3 225.62,81.76C226.94,82.4 226.88,83.41 226.68,84.57C226.42,85.99 226.18,87.41 225.96,88.83C225.85,89.54 225.61,90.2 224.81,90.19C222.98,90.15 222.78,91.4 222.6,92.75C222.49,93.66 222.32,94.56 222.18,95.47L222.17,95.47ZM220.74,131.1C218.1,130.93 215.5,131.78 213.12,133.43C212.66,133.75 212.65,134.17 212.67,134.63C212.9,139.25 215.77,142.94 220.3,144.49C220.89,144.7 221.3,144.64 221.71,144.25C223.04,142.99 224.38,141.77 225.33,140.18C227.33,136.84 224.9,131.73 220.74,131.1H220.74ZM198.34,121.96C198.34,121.96 198.35,121.93 198.35,121.92C197.06,121.71 195.76,121.49 194.47,121.3C193.82,121.21 193.04,121.11 192.71,121.81C192.1,123.12 191.75,124.52 191.67,125.97C191.62,126.93 192.6,127.16 193.06,127.76C193.57,128.44 194.1,129.1 194.59,129.79C196.04,131.84 197.87,133.26 200.57,133.27C201.82,133.28 202.57,132.91 202.82,131.64C203.28,129.19 203.56,126.72 203.7,124.23C203.75,123.26 203.36,122.75 202.42,122.61C201.06,122.4 199.71,122.18 198.35,121.96H198.34ZM152.66,162.35C152.32,163.59 152.24,164.8 152.64,165.91C153.44,168.18 154.15,170.49 154.6,172.86C154.79,173.88 155.39,174.16 156.29,173.92C157.7,173.56 158.88,172.73 160.14,172.05C161.35,171.41 161.51,170.45 161.06,169.45C159.71,166.49 159.35,163.13 157.45,160.39C157.01,159.75 156.77,158.64 155.65,158.95C154.54,159.26 153.32,159.55 152.91,160.88C152.76,161.38 152.74,161.91 152.66,162.35V162.35ZM162.8,103.33C164.25,103.49 165.5,102.92 166.66,102.15C167.61,101.54 167.97,100.78 167.08,99.75C164.95,97.28 162.87,94.76 160.73,92.28C160.1,91.54 159.38,90.86 158.65,90.2C158.27,89.86 157.71,89.45 157.44,90.28C156.88,92.02 156.23,93.87 157.01,95.62C157.93,97.7 158.92,99.78 160.27,101.65C160.92,102.54 161.65,103.22 162.8,103.33V103.33ZM108.68,70.76C108.68,70.96 108.67,71.15 108.66,71.35C108.36,76.36 109.25,81.37 108.53,86.37C108.39,87.31 108.93,87.47 109.75,87.23C111.8,86.65 113.11,84.92 113.01,82.73C112.88,79.88 112.75,77.02 112.48,74.19C112.36,72.84 112.18,71.46 111.47,70.23C111.02,69.47 110.33,69.37 109.61,69.45C108.88,69.53 108.74,70.14 108.69,70.76L108.68,70.76ZM106.56,295.08C107.14,295.17 107.72,295.25 108.3,295.36C109.75,295.65 110.36,295.1 110.66,293.61C111.34,290.29 110.41,287.45 108.61,284.75C107.91,283.7 107.51,283.87 107.05,284.92C106.09,287.13 105.16,289.35 104.37,291.63C103.32,294.67 103.31,294.67 106.56,295.08ZM46.3,245.09C48.86,242.27 51.3,239.82 53.14,236.88C53.43,236.41 54.16,236.09 53.79,235.39C53.42,234.7 52.65,234.69 52.03,234.76C49.76,235.03 47.51,235.41 45.55,236.76C44.8,237.28 44.54,237.91 44.64,238.76C44.88,240.84 45.47,242.83 46.29,245.09H46.3ZM155.7,116.32C155.14,119.05 154.68,121.65 154.46,124.29C154.4,125.09 154.9,125.7 155.71,126.11C157.16,126.84 158.71,126.94 160.27,127.16C161.66,127.35 161.7,126.81 161.13,125.74C159.79,123.2 158.54,120.61 157.23,118.06C156.91,117.46 156.65,116.78 155.7,116.32ZM292.34,281.17C290.68,280.88 289.12,281.34 287.56,281.78C286.84,281.98 286.64,282.37 286.99,283.08C287.83,284.83 288.62,286.6 289.43,288.37C289.84,289.27 290.19,289.54 291.09,288.65C292.38,287.38 293.2,285.86 293.95,284.28C294.87,282.35 294.42,281.52 292.34,281.17ZM217.47,303.62C217.63,304.55 216.75,305.91 218.02,306.7C219.17,307.41 220.49,307.88 221.76,308.36C222.48,308.64 222.78,308.32 222.76,307.48C222.71,305.19 222.37,302.94 222.15,300.67C222.09,300.14 221.96,299.8 221.35,299.84C220.1,299.92 217.68,302.19 217.47,303.62H217.47ZM171.66,143.77C171.47,144.67 171.32,145.3 171.21,145.94C171.09,146.71 170.99,147.49 170.92,148.27C170.69,150.86 171.28,151.53 173.87,151.63C174.51,151.66 175.16,151.61 175.82,151.61C176.3,151.61 176.68,151.34 176.41,150.91C174.94,148.59 174.23,145.75 171.67,143.77H171.66ZM226.44,68.62C226.28,69.64 225.99,71.39 225.72,73.15C225.67,73.46 225.61,73.86 226,74C226.51,74.18 226.71,73.76 226.81,73.4C227.86,69.71 228.29,65.93 228.33,62.11C228.33,61.72 228.19,61.26 227.68,61.31C227.18,61.37 227.17,61.81 227.18,62.22C227.25,64.14 226.57,65.98 226.44,68.63V68.62ZM225.26,86.01C225.29,86.02 225.33,86.03 225.36,86.03C225.49,85.26 225.63,84.49 225.73,83.71C225.77,83.32 225.76,82.87 225.24,82.81C224.87,82.76 224.65,83.05 224.58,83.39C224.24,84.99 223.91,86.59 223.59,88.19C223.51,88.53 223.55,88.86 223.93,88.99C224.37,89.13 224.74,88.96 224.84,88.52C225.03,87.7 225.13,86.85 225.26,86.02L225.26,86.01Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="269"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (954 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M174.8,86.15C166.95,84.89 159.1,83.65 151.26,82.37C147.9,81.81 144.55,81.15 141.19,80.52C139.62,80.22 138.69,79.08 138.91,77.38C139.35,74.06 139.82,70.74 140.53,67.47C141.08,64.93 142.87,64 145.66,64.49C158.91,66.85 172.15,69.25 185.4,71.61C193.1,72.98 200.8,74.32 208.49,75.68C209.2,75.8 209.91,75.95 210.59,76.18C212.46,76.81 213.38,78.03 213.38,79.98C213.38,83.54 212.68,87.03 212.07,90.52C211.78,92.14 210.4,92.88 208.85,92.58C202.6,91.39 196.34,90.21 190.08,89.07C184.98,88.14 179.82,87.5 174.8,86.15ZM174.96,85.21C186.26,86.87 197.13,89.16 208.09,90.91C210.11,91.24 210.54,90.98 210.84,88.97C211.14,86.97 211.21,84.93 211.58,82.92C212.43,78.2 211.9,77.53 207.13,76.68C200.08,75.41 193.02,74.21 185.98,72.91C178.75,71.58 171.47,70.5 164.24,69.1C157.93,67.88 151.56,66.9 145.21,65.85C143.1,65.5 142.29,65.93 141.66,67.97C140.75,70.92 140.34,73.98 140.15,77.07C140.08,78.34 140.63,78.94 141.95,79.13C153.13,80.77 164.16,83.21 174.96,85.2L174.96,85.21Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="272"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (844 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M137.08,148.07C135.85,147.87 134.61,147.7 133.38,147.47C130.99,147.02 130.3,145.89 130.81,143.57C131.32,141.33 131.81,139.08 132.14,136.81C132.33,135.45 133.05,134.92 134.24,135.07C136.91,135.41 139.57,135.83 142.22,136.32C143.51,136.56 144.21,137.53 144.4,138.81C144.82,141.74 143.99,144.55 143.43,147.37C143.22,148.43 142.37,148.96 141.17,148.72C139.81,148.46 138.45,148.27 137.08,148.06C137.08,148.06 137.08,148.07 137.08,148.07V148.07ZM132.57,140.71H132.59C132.4,141.87 132.24,143.04 132.02,144.2C131.8,145.31 132.27,146.07 133.32,146.21C135.9,146.55 138.4,147.38 141.03,147.38C141.74,147.38 142.13,147.19 142.24,146.45C142.55,144.38 142.93,142.33 143.2,140.25C143.43,138.45 143.01,137.9 141.19,137.57C139.01,137.16 136.8,136.88 134.62,136.48C133.62,136.3 133.15,136.57 133.05,137.61C132.95,138.65 132.74,139.68 132.57,140.71L132.57,140.71Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="275"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (805 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M162.8,146.38C162.64,147.35 162.52,148.33 162.32,149.29C162.01,150.87 161.28,151.45 159.73,151.24C157.58,150.96 155.43,150.66 153.31,150.25C150.94,149.79 150.11,148.85 150.29,146.47C150.46,144.06 150.97,141.67 151.29,139.26C151.41,138.31 152.08,138.09 152.82,138.11C155.69,138.22 158.58,138.19 161.26,139.52C162.83,140.29 163.53,141.34 163.33,143.08C163.2,144.18 162.99,145.28 162.81,146.38H162.8L162.8,146.38ZM156.51,149.36C157.61,149.54 158.71,149.72 159.81,149.89C160.41,149.98 160.78,149.82 160.95,149.15C161.46,147.18 161.95,145.21 162.16,143.19C162.28,142.1 161.93,141.41 160.76,140.97C158.38,140.07 155.89,139.94 153.44,139.52C152.69,139.39 152.4,139.7 152.32,140.46C152.1,142.54 151.86,144.63 151.54,146.7C151.35,147.95 151.94,148.49 153.01,148.84C154.15,149.21 155.35,149.15 156.51,149.37V149.36Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="278"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (875 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M146.99,120.32C146.78,121.68 146.57,123.04 146.34,124.4C146.12,125.64 145.44,126.21 144.11,125.99C141.59,125.56 139.04,125.23 136.52,124.78C134.26,124.37 133.56,123.27 133.87,121.03C134.24,118.44 135.29,115.97 135.2,113.3C135.17,112.58 135.86,112.33 136.45,112.26C139.5,111.86 142.48,112.24 145.37,113.23C147.31,113.89 147.88,114.97 147.59,117.02C147.43,118.12 147.24,119.22 147.06,120.33C147.04,120.33 147.01,120.32 146.99,120.32H146.99ZM141.39,113.99C141.39,113.99 141.39,113.99 141.39,114C140.16,113.8 138.92,113.64 137.69,113.39C136.51,113.15 135.92,113.6 135.93,114.79C135.93,116.91 135.57,118.98 134.99,121.01C134.6,122.39 135.12,123.26 136.43,123.49C138.75,123.89 141.1,124.19 143.45,124.41C144.07,124.47 144.95,124.47 145.1,123.44C145.45,121.24 146.31,119.14 146.53,116.9C146.68,115.25 146.4,114.84 144.7,114.53C143.6,114.33 142.49,114.17 141.39,113.99L141.39,113.99Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="281"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1097 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M152.37,67.43C150.18,67.21 150.12,68.83 149.41,70.12C148.13,70.07 148.93,68.84 148.25,68.53C147.66,68.26 147.29,69.81 146.83,68.94C146.79,68.88 147.13,67.5 145.93,68.03C145.79,68.13 145.61,68.24 145.46,68.38C143.62,70.05 143.08,72.49 143.57,74.86C144.03,77.09 145.77,77.83 147.53,78.32C147.66,78.36 147.8,78.38 147.93,78.43C149.88,79.2 151.62,78.06 153.09,76.9C154.68,75.64 154.63,73.05 154.14,71.31C153.79,70.11 152.8,68.58 152.37,67.43H152.37ZM149.09,72.63C150.16,71.84 149.57,71.5 151.05,72.41C150.67,74.24 148.55,75.42 147.59,74.04C146.94,73.11 148.19,73.3 149.09,72.63ZM152.66,76.45C149.85,78.42 147.54,78.39 145.28,76.41C144.24,75.49 143.9,72.9 144.54,71.6C144.84,70.98 145.42,69.65 145.76,69.07C146.51,69.2 146.38,69.93 146.95,69.86C147.26,69.83 148.1,69.07 148.01,69.58C147.8,70.64 148.73,71.69 149.12,71.92C148.41,72.71 146.29,72.24 146.41,73.44C146.46,73.99 147.15,74.98 147.53,75.28C148.73,76.23 150.06,75.71 151.2,74.5C152.35,73.27 151.85,72.17 150.12,70.3C150.4,69.55 150.62,68.24 151.38,67.97C152.09,68.31 152.66,70.03 152.9,70.56C154.05,73.09 154.23,75.36 152.67,76.44L152.66,76.45Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_search_widget.xml"
line="287"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (19316 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M183.53 211.94c2.01-0.74 3.7-1.41 5.41-2.02 2.3-0.79 4.66-1.03 7.01-1.42 2.1-0.37 4.15-0.92 6.24-1.3 1.24-0.22 2.54-0.48 3.76-0.34 1.71 0.19 3.46 0 5.17 0.4 0.58 0.13 1.22 0.03 1.81 0.27 3.2 1.36 6.82 1.62 9.79 3.48 3.82 2.38 6.91 5.51 8.43 9.88 0.76 2.17 2.04 4.15 2.52 6.39 0.78 3.56 1.01 7.18 0.25 10.76-1.02 4.81-2.93 9.3-5.65 13.42-1.93 2.93-4.41 5.36-6.82 7.83-1.06 1.06-2.49 1.58-3.94 2.04-2.11 0.68-3.98 1.64-4.61 4.05-0.23 0.86-1.23 1.15-1.92 1.65-0.83 0.58-1.64 1.24-2.61 1.64-0.52 0.2-0.57 0.38-0.07 0.82 2.61 2.28 4.74 4.96 6.3 8.04 0.7 1.36 0.72 2.95 0.87 4.46 0.03 0.25 0.11 0.62-0.36 0.63-0.18 0-0.4 0.07-0.26 0.27 1.06 1.34-0.36 2.22-0.81 3.03-1.56 2.81-3.61 5.32-6.41 7.01-0.95 0.56-2.03 0.93-3.19 1.21-1.12 0.26-2.3 0.69-3.44 0.7-5.23 0.09-10.3 1.51-15.53 1.67-4.44 0.13-8.88 0.34-13.3-0.09-3.54-0.36-7.03-1.12-10.57-1.41-4.51-0.38-8.88-1.81-13.41-1.86-2.71-0.02-5.37-0.4-7.95-1.02-2.33-0.57-4.76-0.98-6.94-2.15-0.68-0.36-0.87 0-1.01 0.48-0.2 0.72 0 1.58-0.93 1.99-1.07 0.47-2.11 0.26-3.11-0.1-4.56-1.64-9.12-3.29-13.64-4.99-0.71-0.28-1.37-0.09-1.88 0.17-4.81 2.36-9.95 3.49-15.15 4.49-3.32 0.63-6.57 1.59-9.9 2.05-2.47 0.35-4.94 0.54-7.45 0.66-5.27 0.24-10.54 0.43-15.8 0.2-1.7-0.07-3.4 0-5.1-0.1-5.41-0.37-10.62-1.28-14.39-5.76-2.45-2.92-3.78-6.28-3.87-10.09-0.03-1.79 0.64-3.42 1.42-5.01 0.93-1.89 1.95-3.74 3.26-5.39 0.38-0.48 0.54-1.35 1.54-0.92 0.14 0.05-0.05-0.76 0.59-0.84-6.1-1.73-11.89-3.94-17.61-6.31-0.58-0.25-1.1-0.57-1.48-1.08-1.5-2.03-3.61-3.06-5.96-3.78-2.15-0.66-4.15-1.65-5.67-3.38-2.52-2.85-4.95-5.82-6.51-9.33-0.98-2.2-1.63-4.47-1.91-6.94-0.32-2.86-0.3-5.61 0.24-8.4 0.62-3.34 1.88-6.39 4.23-8.92 1.07-1.16 1.66-2.62 2.66-3.83 2.37-2.86 5.28-4.77 8.72-6.18 2.17-0.9 4.39-1.5 6.62-2.1 1.2-0.33 0.95-0.57 0.33-1.24-1.73-1.88-2.94-4.12-4.2-6.3-1.5-2.6-2.51-5.39-3.56-8.16-1.66-4.31-3.04-8.7-4.16-13.18-0.87-3.46-1.5-6.97-2.02-10.5-0.6-4.1-1.25-8.19-1.52-12.31-0.17-2.6 0.04-5.26-0.07-7.89-0.09-2.18 0.11-4.35-0.1-6.54-0.33-3.5-0.87-6.97-1.61-10.38-1.05-4.98-2.42-9.89-3.73-14.79-0.31-1.19-0.71-2.45-1.42-3.42-1.43-1.89-1.45-4.2-2.16-6.3-1.1-3.28-1.85-6.7-2.77-10.07-0.69-2.52-1.4-5.01-2.09-7.53-0.71-2.61 1.56-5.61 4.22-6.04 2.02-0.33 4.02-0.84 5.94-1.71 2.35-1.06 4.6-2.48 7.17-2.97 1.64-0.33 3.34-0.71 5.03-0.52 2.01 0.22 2.73 1.79 3.35 3.46 1.09 2.86 1.68 5.85 2.46 8.82 0.15 0.6 0.22 0.84 1.03 0.62 1.1-0.33 2.39-0.72 3.46 0.24 1.1 1 1.34 2.47 0.65 3.86-0.45 0.92-0.85 1.89-1.57 2.62-1.28 1.27-0.53 2.56-0.26 3.91 0.19 0.91 0.92 1.39 1.35 2.09 0.58 0.95 1 2.1 1.17 3.2 0.61 3.88 1.99 7.47 3.58 11.04 1 2.24 1.74 4.65 2.19 7.06 0.4 2.05-0.45 4.7-3.35 5.53-0.52 0.14-0.97 0.38-1.47 0.54-1.68 0.53-1.74 0.67-1.52 2.46 0.24 1.87 0.24 3.77 0.29 5.67 0.02 0.87 0 1.75-0.12 2.61-0.08 0.62 0.65 0.54 0.66 1 0.27-1.45 1.02-2.71 1.54-4.01 1.83-4.62 3.44-9.33 5.8-13.72 0.94-1.73 1.82-3.48 2.87-5.13 2-3.12 4-6.25 6.2-9.25 1.14-1.55 2.09-3.24 3.47-4.59 2.03-2.02 4.68-2.71 7.29-3.53 2.74-0.88 5.54-1.58 8.32-2.29 2.73-0.69 5.44-1.47 8.23-1.91 0.69-0.11 1.34-0.16 1.76 0.69 0.64-0.85 0.21-1.9 0.81-2.79 1.21-1.83 1.79-4 2.06-6.18 0.1-0.86 0.05-1.73 0.1-2.59 0.03-0.38-0.1-0.57-0.46-0.53-2.24 0.13-4.15-0.83-6.2-1.42-2.97-0.86-5.55-2.36-8.1-3.87-2.66-1.58-4.61-3.96-6.42-6.49-2.27-3.17-4.05-6.56-5.6-10.09-0.78-1.8-1.71-3.58-2.14-5.46-0.38-1.69-1.16-3.31-1.14-5.12 0-0.58-0.5-1.08 0.4-1.34-0.09-0.26-0.11-0.64-0.28-0.77-0.72-0.59-0.89-1.31-0.81-2.19 0.05-0.46 0-0.98-0.13-1.43-0.3-0.91-0.02-1.67 0.57-2.41-3.61-1.44-6.7-3.67-9.62-6.04-1.74-1.42-2.5-3.65-3.18-5.82-0.15-0.48 0.54-0.19 0.42-0.61-1.61-0.14-1.02-1.5-1.02-2.27 0.04-3.15 1.31-5.96 2.64-8.75 0.43-0.91 0.74-1.89 1.16-2.82 1.1-2.57 2.47-4.97 4.87-6.55 1.88-1.22 3.87-2.32 6.17-2.51 0.69-0.05 1.34-0.12 2.02-0.25 0.72-0.11 1.48-0.17 2.14 0.37 0.31 0.25 0.67 0.18 0.95-0.18 1.11-1.44 2.66-1.19 4.18-1.12 0.31 0 0.42 0.12 0.42 0.45 0 0.09 0.4 0.31 0.47 0.25 1.41-0.85 2.84 0 4.28-0.05 0.61-0.03 1.09-0.31 1.37-0.7 1.41-1.96 3.16-3.62 5.09-4.99 1.09-0.77 2.37-1.73 3.98-1.35 0.1 0.02 0.31 0.05 0.31 0.04 0.5-1.64 1.99-1.05 2.85-0.93 3.92 0.56 7.93 1.02 11.06 3.91 0.71 0.66 1.73 0.81 2.63 0.93 2.9 0.43 5.63 1.33 8.38 2.29 1.83 0.64 3.9 0.48 5.77-0.17 4.57-1.6 8.93-0.76 13.25 0.91 1.03 0.4 2.03 0.85 3.09 1.17 2.28 0.71 4.06 2.29 6.13 3.36 2.33 1.19 4.64 2.45 6.99 3.65 3.15 1.62 4.61 4.63 6.31 7.47 2.1 3.53 3.85 7.23 5.75 10.86 1.79 3.44 4.07 6.58 7.39 8.82 0.34 0.22 0.57 0.46 0.92 0.05 0.51-0.63 1.02-0.54 1.69-0.11 2.54 1.62 5.1 3.22 7.74 4.7 1.72 0.97 3.35 2.05 5.11 2.95 2.4 1.2 4.89 2.22 7.33 3.35 3.76 1.76 6.84 4.29 9.79 7.08 1.9 1.79 3.75 3.6 5.05 5.91 1.21 2.17 2.1 4.42 2.71 6.85 0.26 1.04 0.64 2.09 1.38 3.03 1.38 1.81 2.14 4.03 2.35 6.27 0.2 2.28 0.8 4.5 0.83 6.79 0.05 2.67 0.08 5.3-0.92 7.9-0.58 1.53-0.69 3.26-1.05 4.89-0.71 3.18-1.85 6.2-3.38 9.07-1.4 2.61-2.33 5.4-3.22 8.21-0.93 2.96-2.5 5.59-4.73 7.78-0.69 0.67-1.63 1.21-2.54 1.55-3.39 1.28-6.91 2.07-10.46 2.72-1.47 0.27-3.07 0.43-4.47-0.53-0.14-0.11-0.4-0.21-0.55-0.02-0.18 0.2-0.07 0.45 0.01 0.7 0.88 2.5 1.77 4.99 2.62 7.49 1.6 4.75 3.02 9.56 4.49 14.36 0.87 2.91 1.97 5.77 3.17 8.57 1.68 3.9 3.06 7.86 3.98 11.99 0.52 2.32 1.16 4.63 1.78 6.94 1.28 4.75 0.29 9.21-1.52 13.63-1.05 2.57-1.79 5.29-2.73 7.91-0.73 2.03-1.61 4.03-2.14 6.13-0.11 0.36-0.11 0.78-0.47 1.42l0.02-0.09-0.04 0.05zm-0.88-8.59c1.35-3.89 2.58-7.82 4.1-11.64 1.31-3.32 0.72-6.44-0.3-9.64-0.72-2.25-1.07-4.61-1.63-6.91-0.47-1.91-0.94-3.8-1.72-5.61-1.16-2.77-2.23-5.6-3.49-8.34-1.86-4.11-2.76-8.54-4.14-12.81-1.68-5.17-3.57-10.23-5.56-15.25-1.25-3.13-2.06-6.41-3.27-9.54-0.86-2.25-2.01-4.32-3.05-6.44-1.56-3.15-3.44-6.14-5.53-8.97-1.4-1.89-2.87-3.71-4.56-5.37-1.61-1.57-3.38-2.88-5.23-4.12-2.28-1.55-4.72-2.87-7.34-3.71-2.14-0.69-4.3-1.42-6.57-1.67-1.62-0.19-3.21-0.62-4.85-0.49-0.21 0.02-0.66-0.32-0.62 0.25 0.05 1.24-0.78 2.09-1.23 3.15-1.14 2.6-2.48 5.06-4.44 7.11-1.17 1.22-2.33 2.53-3.42 3.77-1.85 2.12-3.94 3.7-6.33 5.06-2.5 1.43-5.23 2.19-7.93 3.03-1.85 0.59-3.86 0.57-5.82 0.48-2.99-0.1-5.87-0.84-8.75-1.51-5.95-1.38-10.23-4.81-12.99-10.16-0.45-0.86-0.71-1.1-1.7-0.66-0.58 0.26-1.33 0.47-2.02 0.66-1.53 0.43-3.17 0.43-4.61 1.15-1.25 0.65-2.67 0.92-3.97 1.01-3.71 0.33-6.34 2.25-8.83 4.77-2.88 2.93-3.99 6.79-5.52 10.35-1.19 2.77-2.46 5.55-3.6 8.35-1.21 2.96-2.61 5.87-3.83 8.85-0.94 2.25-2.15 4.35-3.76 6.2-0.31 0.36-0.22 0.54-0.1 0.94 0.26 0.86 1.12 1.21 1.43 2.02 0.59 1.5 1.75 2.72 2.64 4 1.57 2.22 3.22 4.41 4.67 6.7 2.35 3.68 3.62 7.87 4.89 12 0.85 2.79 2.11 5.4 3.09 8.12 1.02 2.84 1.59 5.77 1.86 8.75 0.21 2.36 0.23 4.72 0.47 7.08 0.11 1.01-0.61 2.12-1.52 2.36-1.16 0.29-2.01-0.14-2.35-1.45-0.43-1.6-0.74-3.23-1-4.87-0.45-2.79-0.64-5.62-1.25-8.35-0.53-2.41-1.43-4.75-2.32-7.08-1.43-3.8-2.48-7.8-4.52-11.36-0.76-1.33-1.05-2.86-2.05-4.07-1.61-1.94-2.68-4.27-4.23-6.28-1.09-1.41-1.89-3.03-2.8-4.56-0.18-0.29-0.42-0.79-0.78-0.45-1.07 1-2.5 1.22-3.69 1.93-3.46 2.03-7.22 2.9-11.16 3.05-1.12 0.04-1.3 0.34-1.21 1.35 0.29 3.37 0.57 6.76 1.07 10.12 0.38 2.56 0.47 5.17 1.12 7.68 0.81 3.1 1.47 6.25 2.33 9.33 1.23 4.36 2.8 8.59 4.87 12.64 1.01 1.96 2.22 3.8 3.49 5.55 0.85 1.18 1.49 2.48 2.63 3.5 1.24 1.1 2.33 2.22 4.21 1.91 0.83-0.14 1.75-0.11 2.58 0.04 4.18 0.74 8.17 2.06 12.02 3.82 0.72 0.33 1.54 0.7 2.32 0.43 1.69-0.59 2.95-1.91 4.13-3.12 1.72-1.78 3.02-3.96 4.18-6.18 0.5-0.97 0.83-1.86 0.6-3.02-0.31-1.66-0.43-3.39-0.5-5.09-0.13-3.24-0.07-6.48-0.31-9.7-0.22-2.94-0.5-5.89-0.88-8.83-0.69-5.24-1.12-10.5-1.92-15.72-0.33-2.24-0.64-4.48-0.98-6.7-0.38-2.51-0.67-5.03-1.18-7.53-0.38-1.87 0.02-2.34 1.87-2.65 2-0.34 2.41-0.19 2.54 1.45 0.1 1.48 0.38 2.87 0.88 4.27 0.48 1.37 0.57 2.89 1.03 4.29 0.33 0.99 0.31 2.09 0.71 2.99 0.71 1.55 0.78 3.22 0.93 4.79 0.28 2.72 0.23 5.51 0.37 8.25 0.17 3.18 0.29 6.4 0.74 9.57 0.69 4.72 1.09 9.49 1.36 14.22 0.21 3.77 0.47 7.58 0.43 11.36 0 1.15-0.24 2.36-0.07 3.41 0.25 1.52 0.14 3.07 0.47 4.55 0.16 0.72-0.38 1.86 0.87 2.1 2.59 0.53 5.2 1.03 7.86 1.22 0.72 0.05 1.52 0.58 2.14 0.2 0.95-0.58 1.69-0.1 2.5 0.16 0.59 0.17 1.16 0.48 1.75 0.58 1.59 0.28 2.04-0.18 2.14-1.77 0.23-4.03 0.5-8.05 0.78-12.07 0.29-4.41 0.83-8.82 0.74-13.24-0.05-2.86-0.24-5.74 0.13-8.58 0.36-2.94 2.66-5.01 5.59-5.23 1.47-0.12 2.92 0.48 4.39 0.13 0.07-0.01 0.18 0 0.24 0.05 1.28 1.06 2.83 0.78 4.29 0.78 2.62 0 5.23-0.18 7.86-0.21 3.78-0.05 7.56 0 11.35-0.07 4.38-0.08 8.77-0.08 13.14-0.31 3.84-0.19 7.67-0.2 11.52-0.22 3.85 0 7.69 0.24 11.54 0.05 3.93-0.19 7.87-0.3 11.8-0.14 1.38 0.05 3.11-0.43 4.21 1.08 0.09 0.12 0.4 0.19 0.57 0.14 1.86-0.55 3.23 0.55 4.2 1.72 2.23 2.68 3.44 5.87 3.26 9.39-0.18 3.87-0.69 7.71-1 11.56-0.16 1.93-0.67 3.81-0.5 5.77l0.04 0.07-0.01 0.03zm-83.9-24.43v-0.02h-1.29c-1.49 0.04-1.75 0.31-1.75 1.79 0 0.9 0.11 1.8-0.02 2.67-0.44 2.88-0.72 5.79-1.05 8.68-0.29 2.62-0.43 5.24-0.64 7.85-0.14 1.85-0.12 3.71-0.47 5.53-0.29 1.55-0.5 3.15-0.81 4.68-0.33 1.58-0.38 3.43-0.4 5.15 0 0.83-0.67 1.57-0.58 2.22 0.24 1.69-0.31 3.27-0.49 4.88-0.34 3.15-0.58 6.3-0.91 9.45-0.05 0.47-0.07 1.29-0.42 1.27-0.54-0.03-0.55 0.28-0.36 0.39 0.86 0.41 0.47 1.08 0.31 1.58-0.43 1.41 0.24 3.03-0.81 4.3 0.65 0.62 0.17 1.08-0.22 1.53-1.18 1.28-1.18 1.43 0.11 2.68 0.59 0.57 1.18 1.14 1.82 1.64 2.61 1.98 5.51 3.44 8.32 5.1 1.67 0.98 3.2 1.91 5.15 0.86 0.08-0.05 0.24 0 0.36 0 1.64 0.12 3.28 0.48 4.9 0.22 1.34-0.2 2.51 0.88 3.94 0.25 0.35-0.16 1.47 0.03 2.23 0.15 2.58 0.4 5.17 0.69 7.76 1.02 1.05 0.13 2.12 0.39 3.14 0.29 1.08-0.12 2.13-0.57 3.16-0.93 4.86-1.72 9.54-3.78 14.22-5.91 1.9-0.86 3.75-1.8 5.63-2.67 3.47-1.58 7-3.06 10.33-4.94 3.3-1.84 6.58-3.72 9.92-5.46 0.69-0.36 1.81-0.57 2.03-1.84 0.5-2.68 1.39-5.29 1.84-7.96 0.36-2.16 1.09-4.22 1.33-6.39 0.24-2.2 0.58-4.37 0.79-6.57 0.24-2.52 1.05-4.93 1.4-7.42 0.23-1.67 0.81-3.26 0.92-4.98 0.1-1.63 0.94-3.17 1.12-4.83 0.09-0.81 0.6-1.85 0.45-2.38-0.49-1.6-0.09-3.17-0.03-4.7 0.06-2.31-0.07-4.5-1.01-6.58-0.26-0.59-0.73-1.24-1.59-0.63-0.48 0.35-1.07 0.32-1.65 0.3-1.32-0.04-2.58-0.47-3.93-0.45-2.1 0.04-4.21-0.18-6.34-0.14-2.37 0.05-4.73 0.21-7.11 0.36-4.17 0.28-8.34-0.18-12.53 0.03-4.31 0.23-8.65-0.39-13-0.1-2.2 0.15-4.41-0.26-6.64-0.14-2.16 0.11-4.35-0.05-6.53-0.07-3.66-0.03-7.32-0.32-10.98-0.15-3.21 0.13-6.43 0.27-9.64 0.41l0.02-0.03v0.01zm-86.11 55.06c-0.04 2.89 0.57 5.58 1.86 8.16 0.88 1.76 2.2 3.21 3.27 4.81 1.26 1.89 2.66 3.66 4.54 4.97 2.16 1.51 4.32 3.05 6.7 4.25 1.57 0.79 3.09 1.69 4.74 2.34 2.26 0.9 4.52 1.8 6.82 2.59 2.05 0.7 4.13 1.34 6.25 1.77 1.68 0.34 3.35 0.67 5.03 1.02 3.56 0.72 6.96 1.94 10.4 3.03 3.93 1.25 7.98 2.04 11.98 2.99 3.51 0.83 6.81 2.12 10.09 3.53 3.09 1.33 6.27 2.45 9.47 3.49 1.95 0.64 3.92 1.16 5.87 1.8 2.8 0.91 5.6 1.82 8.34 2.98 4.58 1.94 9.49 3.06 14.1 4.99 1.92 0.81 3.89 1.51 5.84 2.26 0.5 0.19 1.16 0.41 1.05-0.52-0.17-1.84 0.38-3.65 0.72-5.37 0.83-4.16 2.32-8.15 3.84-12.11 0.21-0.56 0.26-0.85-0.48-1.01-1.82-0.38-3.67-0.83-5.22-1.78-2.93-1.8-6.34-2.39-9.32-4.02-1.73-0.95-3.69-1.48-5.5-2.31-1.86-0.86-3.54-2.26-5.56-2.69-2.61-0.55-4.74-1.94-7.02-3.15-2.21-1.17-4.13-2.8-6.34-3.97-2.76-1.49-5.23-3.34-7.36-5.62-1.74-1.86-3.45-3.63-4.49-6.16-0.86-2.1-2.88-3.74-4.49-5.49-2.61-2.88-5.92-5.05-7.93-8.51-1.26-2.18-3.35-3.84-4.28-6.21-0.52-1.31-0.88-2.52-2.3-3.28-1.04-0.55-1.95-1.28-3.09-1.7-1.97-0.69-3.84-1.81-5.86-2.26-4.28-0.98-8.58-1.99-12.9-2.87-3.23-0.66-6.39-0.43-9.48 0.24-3.63 0.79-7.22 1.98-10.21 4.32-1.52 1.19-3.27 1.94-4.36 3.87-2.76 4.93-4.33 10.1-4.71 15.67l-0.02-0.05h0.01zM178.47 228c0.22-0.07 0.38-0.09 0.51-0.14 1.8-0.74 3.39-1.89 5.06-2.84 3.85-2.16 7.91-3.84 11.98-5.53 1.52-0.64 3.21-1.54 4.61 0.36 0.05 0.06 0.24 0.03 0.34 0.08 0.55 0.21 1.09 0.52 1.02 1.19-0.09 0.81-0.67 1.02-1.41 1.03-1.33 0.02-2.58 0.52-3.82 0.93-2.02 0.68-3.96 1.6-5.91 2.43-1.7 0.72-3.31 1.6-4.89 2.55-3.31 1.98-6.6 4.03-9.93 6.01-4.25 2.54-8.24 5.5-12.87 7.42-0.88 0.36-1.83 0.7-2.64 1.19-3.08 1.79-6.06 3.71-9.38 5.04-1.47 0.58-3.01 1.12-4.39 1.86-3.06 1.64-6.21 2.99-9.47 4.13-4.61 1.62-9.29 3.02-14.11 3.93-1.74 0.33-3.5 0.79-5.4 1.65 0.72 0.36 1.19 0.6 1.65 0.81 3.32 1.39 6.6 2.83 9.95 4.13 2.64 1.04 5.2 2.33 8.05 2.77 0.38 0.05 0.76 0.21 0.74 0.48-0.07 1.16 0.83 0.86 1.35 0.86 3.12 0 6.23 0.45 9.34 0.69 2.97 0.25 5.94 0.16 8.85-0.17 1.74-0.19 3.52-0.55 5.3-0.84 3.33-0.54 6.68-0.97 10-1.48 2.68-0.41 5.37-0.83 8.07-1.29 3.52-0.61 7.08-0.74 10.65-0.72 2.39 0 4.72 0.49 7.11 0.43 1.57-0.05 2.81 1.06 4.28 1.46 0.64 0.17 1.66 0.7 1.86 0.31 0.87-1.75 2.17-1.33 3.61-0.95-0.19-0.87 0.29-1.29 0.94-1.75 3.43-2.46 7.04-4.65 10.12-7.61 3.28-3.15 6.24-6.49 8.12-10.69 1.05-2.34 2.01-4.74 2.55-7.19 0.4-1.83 0.54-3.76 0.54-5.69 0-4.47-1.46-8.34-4.43-11.65-0.57-0.64-1.29-1.16-1.76-1.83-1.83-2.67-4.89-3.89-7.11-6.11-1.54-1.55-3.85-1.73-5.9-2.19-4.42-1.01-8.88-0.44-13.21 0.45-3.47 0.72-6.89 1.81-10.23 3.1-2.44 0.95-5.05 1.57-6.82 3.72-0.11 0.12-0.29 0.25-0.42 0.24-1.38-0.12-1.54 0.79-1.66 1.83-0.29 2.53-0.89 5.03-0.86 7.66v-0.05l0.02-0.02zm-68.3-177.79c-0.09-1.72-0.42-3.37-1.71-4.65-0.72-0.7-1.47-1.44-2.33-1.96-0.4-0.22-0.76-0.65-1.37-0.65-1.93-0.04-3.8 1.39-4.21 3.3-0.09 0.4-0.31 0.74-0.4 1.14-0.23 0.9-0.8 1.21-1.7 1.19-1-0.02-1.4-0.67-1.48-1.48-0.09-0.92-0.4-1.73-0.7-2.57-0.29-0.84-0.51-1.7-0.6-2.61-0.29-3.01-0.78-3.58-3.63-4.41-1.45-0.41-2.97-0.58-4.42-1-2.62-0.74-5.01 0-7.13 1.33-1.86 1.17-3.54 2.58-5.95 2.24-0.17-0.02-0.41 0.07-0.57 0.18-2.43 1.7-5.37 2.01-8.07 2.96-0.29 0.11-0.64 0.05-0.96 0.09-1.7 0.17-3.38 0.33-5.08 0.55-0.31 0.04-0.83 0.11-0.78 0.57 0.25 1.95-0.08 3.91 0.25 5.87 0.11 0.72 0.34 1.01 1 1.08 0.74 0.07 1.34 0.31 1.76 1.04 0.45 0.79 1.3 0.92 2.08 0.63 0.77-0.31 1.52-0.79 2.19-1.29 0.57-0.43 2.88-0.58 3.38-0.07 0.67 0.69 1.37 1.69 0.71 2.46-0.83 0.97-1.47 2.24-2.85 2.67-1.76 0.55-3.53 0.83-5.39 0.45-1.5-0.31-1.76 0.05-1.41 1.51 0.11 0.56 0.74 1.36 0.2 1.66-0.74 0.41-0.4 0.77-0.26 1.15 0.69 1.88 1.69 3.62 2.73 5.32 2.57 4.28 5.27 8.46 9.64 11.11 1.17 0.72 2.16 1.76 3.54 2.14 3.76 1.03 7.55 1.82 11.49 1.25 1.34-0.19 2.66-0.43 3.89-1.03 1.48-0.74 2.57-2.03 3.98-2.89 0.99-0.61 1.8-1.49 2.46-2.4 1.96-2.68 3.42-5.68 5.04-8.57 1.32-2.32 2.42-4.75 1.99-7.54-0.05-0.31 0.14-0.45 0.29-0.62 0.56-0.6 1.09-1.22 1.64-1.8 1.7-1.8 2.8-3.81 2.71-6.36l0.02 0.04 0.01-0.03zM23.06 142.6c0.95-0.29 2.02 0.3 3.06-0.25 1.12-0.6 2.38-0.9 3.43-1.65 1.46-1.05 3.53-1.53 3.16-4.11-0.34-2.54-0.41-5.1-0.48-7.67-0.05-2.07 0.07-4.11 1.19-5.99 0.64-1.07 1.36-2.03 2.26-2.86 0.48-0.44 0.88-1.06 0.55-1.63-0.31-0.56-0.86 0.08-1.31 0.13-0.36 0.05-0.71 0.19-1.05 0.32-1.04 0.34-2.3 0-2.51-0.68-0.27-0.92 0.42-2.24 1.35-2.63 0.57-0.24 1.16-0.52 1.59-0.93 0.49-0.47 1.05-1.05 0.48-1.84-0.6-0.84-1.21-0.97-1.92-0.07-0.29 0.38-0.69 0.72-1.09 1-0.86 0.56-1.88 0.74-2.7 0.13-0.79-0.58-0.77-1.48-0.26-2.39 0.43-0.77 1.07-1.31 1.73-1.85 1.94-1.56 2.37-2.67 1.76-4.51-0.48-1.43-0.74-1.48-1.85-0.4-2 1.96-3.68 4.17-5.21 6.51-0.54 0.84-1.5 1.35-2.42 0.98-0.92-0.38-1.16-1.31-0.71-2.34 0.34-0.77 0.65-1.57 1.21-2.2 1.52-1.76 2.9-3.72 3.85-5.74 1.07-2.31 2.26-4.59 3.11-7.01 0.13-0.38 0.48-0.81 0.08-1.1-0.43-0.34-0.87-0.17-1.29 0.23-2.35 2.22-4.44 4.68-6.44 7.21-0.99 1.24-1.64 2.69-2.63 3.93-0.24 0.31-0.48 0.91-0.84 0.76-0.56-0.23-0.66-0.34-0.38 0.31 0.12 0.27-0.02 0.47-0.2 0.72-0.89 1.46-1.71 2.97-2.52 4.48-1.12 2.1-2.3 4.15-1.26 6.72 0.28 0.67 0.38 1.48 0.52 2.24 0.57 2.94 1.18 5.87 1.92 8.76 0.81 3.22 1.41 6.48 1.43 9.83 0.02 3.38 0.52 3.76 3.98 3.62h0.33l0.06-0.02 0.02-0.01zm81.76-66.7c-0.35 0.02-0.49 0.25-0.65 0.43-2.64 3.47-6.15 5.65-10.19 7.11-1.62 0.59-3.28 1.02-4.91 1.6-0.46 0.18-0.94 0.57-0.83 0.78 0.81 1.53 0.33 3.1 0.3 4.65-0.05 2.53-0.63 4.87-2.06 6.99-0.36 0.53-0.43 1.05 0.05 1.68 1.14 1.52 2.61 2.61 4.22 3.5 3.57 1.98 7.44 2.18 11.4 1.51 1.95-0.32 3.83-0.91 5.44-2.05 1.67-1.17 3.37-2.34 5.02-3.55 2.75-1.98 4.08-4.82 5.57-7.8-2.08 0.47-3.51-0.45-5.03-1.41-3.25-2.07-5.41-4.91-6.65-8.49-0.57-1.65-1.14-3.32-1.7-4.96l0.02 0.01zm-92.28 34.48c1.85-5.12 5.05-9.08 8.48-12.83 1.97-2.15 3.64-4.61 6.1-6.32 0.34-0.24 0.15-0.55 0.07-0.88-0.87-3.06-1.7-6.13-2.56-9.19-0.31-1.1-1.05-1.15-2.03-0.88-3.09 0.88-6.1 2.02-9.06 3.24-2.39 0.99-5.04 1.17-7.37 2.38-0.64 0.33-0.78 0.62-0.62 1.2 0.34 1.19 0.72 2.38 1.03 3.58 0.6 2.24 1.18 4.48 1.69 6.73 0.68 2.91 1.56 5.79 2.46 8.65 0.45 1.44 0.93 2.92 1.78 4.32h0.04-0.01zm143.39 162.54c-0.78-0.46-1.27-0.99-1.85-0.13-0.07 0.1-0.36 0.15-0.45 0.09-0.83-0.68-1.71-0.21-2.57-0.18-4.08 0.19-8.14-0.07-12.11-0.84-1.63-0.33-1.77 0.83-1.83 1.44-0.32 2.78-1.47 5.34-1.87 8.08-0.23 1.55-0.85 3.03-1.26 4.54-0.11 0.37-0.56 0.79-0.09 1.11 0.47 0.31 1.05 0.53 1.66 0.27 0.69-0.29 1.28-0.12 1.9 0.24 0.96 0.56 2 0.93 3.11 1.24 1.19 0.33 2.39 0.27 3.59 0.47 2.73 0.43 5.48 0.85 8.31 0.4-3.09-1.95-4.49-4.79-4.18-8.2 0.4-4.43 3.13-7.17 7.62-8.54l0.02 0.01zm-74.86-170.4c0.98 2.1 2.54 3.55 4.18 4.9 0.98 0.83 1.88 1.8 3.12 2.26 3.32 1.25 6.83 1.79 10.3 2.41 0.95 0.17 1.97 0.13 2.92 0 1.47-0.23 2.92-0.61 4.29-1.21 2.01-0.88 4.18-1.38 5.97-2.68 2.02-1.49 4.1-2.88 6.07-4.39 1.03-0.81 2.08-1.72 2.86-2.72 1.88-2.41 3.45-5.05 5.13-7.6 0.25-0.38 0.3-0.94-0.33-0.81-0.93 0.21-1.81 0.05-2.68-0.12-1.41-0.29-1.81 0.48-2.05 1.6-0.66 3.02-2.52 5.33-4.77 7.25-2.55 2.2-5.8 3.34-8.84 4.61-3.3 1.38-6.82 2.18-10.54 1.73-2.26-0.28-4.51-0.4-6.58-1.53-1.75-0.97-3.58-1.85-5.03-3.24-0.57-0.55-1-1.29-1.61-2.1-0.22 1.57-1.36 1.44-2.39 1.65l-0.02-0.02v0.01zm4.25 134.11c0.06-2.34 0.2-4.48 0.46-6.59 0.36-2.95 0.61-5.91 1.02-8.84 0.12-0.82 0-1.14-0.79-1.32-3.22-0.81-6.46-1.64-9.65-2.54-1.8-0.49-3.58-0.81-5.45-0.69-0.5 0.04-1.07-0.05-1.33 0.47-0.26 0.55 0.17 1.14 0.47 1.44 1.74 1.65 3.16 3.6 4.71 5.41 3.53 4.07 6.93 8.28 10.54 12.65h0.02v0.01zm116.47 33.54c1.8 1.98 2.78 4.36 3.31 6.94 0.7 3.38-0.15 6.62-0.96 9.84-0.31 1.2-1.02 2.22-1.73 3.21-0.15 0.23-0.43 0.57-0.22 0.9 0.24 0.38 0.57 0.11 0.88 0.02 4.38-1.09 7.01-4.1 8.31-8.18 0.55-1.74 0.55-3.91-0.56-5.49-2.26-3.28-4.91-6.24-9.07-7.25l0.04 0.02v-0.01zM50.68 287.92c-1.14-3.44-2.24-6.94-1.3-10.54 0.94-3.53 2.73-6.64 6-8.61-0.9-0.51-1.99-0.6-3.06-0.79-0.12-0.02-0.31-0.1-0.38 0.12-0.16 0.43-0.92 1.17-1.26 1.24-1.73 0.4-2.82 1.74-3.56 3.08-1.31 2.41-2.05 5.04-1.78 7.91 0.27 2.94 2.21 6.54 5.34 7.57v0.02zm57.35-2.53c-1.16-0.54-2.28-0.55-3.13-1.31-0.64-0.55-1.5-0.76-2.45-0.5-0.47 0.12-1.04-0.15-1.56-0.31-0.65-0.19-1.28-0.51-1.94-0.67-0.62-0.16-1.17-0.14-1.57-0.88-0.4-0.7-1.27-0.14-1.92-0.09-0.55 0.05-0.2 0.64-0.18 0.92 0.07 1.46-0.31 2.79-0.87 4.13-0.36 0.9-1.28 1.45-1.43 2.45 4.96-1.34 9.98-2.12 15.04-3.77v0.03h0.01zm-41.84-82.85c-1.97 3.27-4.18 6.27-7.58 8.21 1.25 0.77 2.42 1.1 3.58 1.48 0.96 0.33 1.98 0.65 2.69 1.42 0.78 0.82 1.16 0.99 1.54-0.3 0.21-0.72 0.97-1.25 0.88-2.16-0.19-1.95-0.24-3.91-0.49-5.84-0.11-0.9 0.07-1.88-0.6-2.81h-0.02zm-42.63-53.12c3.89 0 7.15-1.96 10.54-3.51 0.39-0.19 0.81-0.55 0.6-1.19-0.19-0.57-0.27-1.14-0.05-1.77 0.09-0.26 0.11-1.17-0.74-0.71-1.94 1.06-3.92 2.03-5.75 3.24-2.32 1.51-4.79 2.31-7.53 2.02-0.63-0.07-1.12-0.12-1.14 0.6 0 0.64 0.08 1.28 1.07 1.24 1-0.03 1.99 0.17 3 0.07v0.02-0.01zm128.77-51.99c3.63 2.63 6.29 6.18 9.07 9.6-1.9-4.7-4.51-8.23-9.07-9.6zm-43.7 157.47c-0.27-0.1-0.2 0.11-0.2 0.25 0 0.18 0 0.53 0.26 0.39 0.49-0.22 0.76 0.12 1.09 0.26 1.41 0.63 2.82 1.28 4.23 1.9 0.27 0.12 0.74 0.46 0.85 0.2 0.38-1.03 1.45-1.08 2.14-1.69 0.43-0.37 0.07-0.26-0.07-0.49-0.57-1.06-1.1 0.05-1.66-0.04-2.19-0.36-4.45-0.2-6.63-0.79v0.02l-0.01-0.01zM38.54 124.99c0-0.67 0-1.1-0.31-1.22-0.35-0.12-0.49 0.31-0.7 0.55-0.33 0.38-0.48 0.83-0.65 1.28-0.09 0.22 0.04 0.5 0.24 0.4 0.58-0.33 1.32-0.5 1.42-1v-0.01zm69.87-60.15c1.18-0.45 0.07-1.59 0.85-2.05-0.05-0.07-0.09-0.16-0.16-0.18-0.21-0.07-0.27 0.09-0.38 0.23-0.38 0.58-0.36 1.22-0.31 2.01v-0.01z" android:fillColor="#17161B"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_sync.xml"
line="18"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2575 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M158.71 165.14c-1.04 0.62 0.03 1.1 0.26 1.69 0.62 1.62 0.9 3.29 0.88 5.03 0 0.63-0.31 1.1-0.85 1.13-0.45 0.04-0.83-0.34-0.9-0.93-0.05-0.58-0.12-1.01-1.02-0.72-0.76 0.25-1.43-0.48-1.86-1.13-0.85-1.28-1.16-2.76-1.52-4.19-0.81-3.35-1.48-6.74-2.56-10.03-0.96-3.03-1.81-6.09-2.71-9.16-0.56-1.96-1.14-3.92-1.72-5.89-0.29-0.96-0.04-1.7 0.81-2.24 0.96-0.58 1.76-0.62 2.48 0.48 1.42 2.16 2.08 4.61 2.82 7.01 1.36 4.37 2.62 8.78 4.13 13.11 0.57 1.65 1.09 3.32 1.61 4.99 0.07 0.22 0.09 0.48 0.13 0.84l0.02 0.02v-0.01zm-15.29 43.94c-0.31 3.46-0.88 7.33-3.89 10.3-2.37 2.34-4.69 2.79-7.8 1.03-1.49-0.84-2.33-2.41-2.6-4.04-0.48-3.11-0.7-6.24 0.18-9.32 0.47-1.6 1.05-3.17 1.92-4.61 0.47-0.77 1.07-1.46 2.21-1.19 0.36 0.09 0.95 0.02 1.16-0.21 1-1.12 2.09-0.82 3.3-0.49 1.23 0.34 2.16 1.08 3 1.94 1.64 1.69 2.31 3.41 2.51 6.59h0.02-0.01zm-10.95 4.32c-0.02 1.04-0.07 2.07 0.34 3.1 0.69 1.71 2.63 2.18 3.78 0.69 2.09-2.68 3.51-5.66 3.13-9.21-0.16-1.5-0.65-2.86-1.88-3.84-0.45-0.36-1.16-0.85-1.47-0.4-0.43 0.62-1.11 0.93-1.52 1.55-1.7 2.45-2.28 5.2-2.37 8.11h-0.02 0.01zM80.41 62.46c-0.26 0.2-0.5-0.38-0.76 0 1.12 0.87 1.09 1.79-0.28 3.17-0.65 0.67-1.31 1.27-2.33 1.61-2.69 0.93-5.44-0.82-5.14-3.63 0.26-2.35 0.55-4.68 0.56-7.05 0-0.57 0.63-1.24 1.46-1.18 0.77 0.07 1.63-0.2 1.76 1.19 0.2 2.05-0.29 4.05-0.09 6.07 0.02 0.2-0.53 0.53 0.12 0.72 0.4 0.12 0.8 0.22 0.98-0.11 0.35-0.6 0.94-0.87 1.47-1.24 0.96-0.63 1.46-0.53 2.22 0.45h0.03zm0.88 9.1c2.21 0.11 3.23-0.99 2.92-2.92-0.07-0.45-0.05-0.88 0-1.29 0.05-0.63 0.21-1.41 0.92-1.55 0.78-0.16 1.62-0.17 2.25 0.65 1.02 1.36 1.14 2.86 0.76 4.41-0.21 0.84-0.38 1.73-1.11 2.39-0.33 0.29-0.47 0.78-1.02 0.74-0.31-0.02-0.4 0.16-0.47 0.45-0.49 1.78-2.07 1.86-3.47 2.07-1.14 0.17-2.17-0.34-2.9-1.21-0.66-0.77-0.63-1.77-0.25-2.67 0.5-1.19 1.57-1.24 2.39-1.05l-0.02-0.02zm0.29-19.21c-1.2-0.09-2.57-0.59-3.69-1.6-0.42-0.38-0.85-0.92 0.14-1.24 0.19-0.07 0.31-0.31-0.07-0.36-0.97-0.18-0.12-0.59-0.04-0.64 0.9-0.41 1.75-1.12 2.85-0.7 0.7 0.25 1.39 0.17 2.08 0.14 0.83-0.05 1.48-0.38 1.76-1.28 0.21-0.67 0.61-1.15 1.38-0.59 0.23 0.16 0.43 0.07 0.56-0.05 0.98-0.84 1.34 0.61 2.1 0.55-0.08 0.57 0.3 1.07-0.04 1.73-1.26 2.36-3.53 4.02-7.02 4.06v-0.02h-0.01zM12.95 90.8c0 1.6-1.38 3.27-2.69 3.25-1.25-0.04-3.08-1.58-2.93-2.6 0.28-2.03 1.04-3.42 2.77-3.44 1.5-0.02 2.85 1.32 2.87 2.8l-0.02-0.01zm-2.9-0.88c-0.34 0.22-0.55 0.56-0.59 1.03-0.03 0.48 0.05 0.98 0.59 1.03 0.42 0.05 0.8-0.34 0.78-0.77 0-0.5-0.07-1.06-0.78-1.3v0.01zm3.06-2.22c0.29 0.25 0.96 0.03 0.91 0.63-0.03 0.31-0.2 0.78-0.71 0.64-0.33-0.09-0.79-0.18-0.74-0.64 0.04-0.24 0.07-0.7 0.56-0.62l-0.02-0.01z" android:fillColor="#17161B"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_sync.xml"
line="19"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (13804 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:strokeWidth="1" android:pathData="M233.28 227.49c-0.3-1.39-0.89-2.68-1.47-3.93-0.38-0.81-0.76-1.65-1.06-2.5-1.41-4.05-4.21-7.34-8.56-10.05-1.8-1.12-3.86-1.68-5.84-2.21-1.34-0.36-2.71-0.74-4-1.29-0.39-0.16-0.79-0.18-1.17-0.21-0.24-0.02-0.47-0.03-0.69-0.08-1.07-0.25-2.15-0.27-3.21-0.3-0.65-0.01-1.34-0.03-1.99-0.1-0.24-0.03-0.49-0.04-0.76-0.04-0.96 0-1.94 0.18-2.88 0.35l-0.22 0.04c-0.99 0.18-1.99 0.4-2.96 0.61-1.07 0.24-2.18 0.49-3.27 0.68l-1.56 0.24c-1.81 0.28-3.69 0.58-5.51 1.2-1.03 0.36-2.05 0.75-3.14 1.16-0.5 0.2-1.02 0.4-1.57 0.6 0.05-0.15 0.07-0.28 0.1-0.41 0.02-0.1 0.04-0.19 0.07-0.29 0.37-1.46 0.92-2.9 1.45-4.3 0.23-0.6 0.46-1.2 0.68-1.8 0.35-0.99 0.68-2 0.99-2.99 0.53-1.62 1.07-3.31 1.74-4.9 2.19-5.35 2.66-9.62 1.53-13.84l-0.23-0.82c-0.54-1.99-1.1-4.05-1.55-6.1-0.85-3.84-2.16-7.78-3.99-12.04-1.33-3.07-2.36-5.87-3.17-8.54-0.32-1.05-0.64-2.09-0.95-3.13-1.13-3.7-2.29-7.52-3.54-11.24-0.88-2.59-1.78-5.13-2.61-7.49v-0.02l-0.03-0.06c-0.07-0.23-0.08-0.28-0.06-0.32 0.02 0 0.07 0.01 0.12 0.05 0.01 0 0.02 0.01 0.03 0.02 0.78 0.53 1.69 0.79 2.76 0.79 0.71 0 1.42-0.11 1.95-0.21 3.15-0.58 6.86-1.36 10.5-2.74 1.03-0.38 1.98-0.96 2.66-1.62 2.23-2.19 3.84-4.85 4.8-7.91 0.84-2.69 1.79-5.53 3.19-8.15 1.57-2.94 2.72-6.02 3.42-9.16 0.13-0.58 0.22-1.17 0.32-1.73 0.17-1.06 0.35-2.14 0.72-3.12 1.04-2.68 0.98-5.39 0.94-8.02-0.03-1.37-0.24-2.73-0.46-4.04-0.14-0.9-0.29-1.84-0.38-2.76-0.23-2.44-1.05-4.66-2.41-6.44-0.61-0.76-1.01-1.66-1.32-2.91-0.62-2.45-1.51-4.72-2.75-6.92-1.29-2.31-3.07-4.07-5.1-5.99-2.61-2.47-5.83-5.24-9.87-7.13-0.93-0.43-1.86-0.85-2.8-1.26-1.49-0.66-3.04-1.35-4.52-2.09-1.05-0.53-2.07-1.15-3.06-1.74-0.68-0.41-1.35-0.81-2.04-1.2-2.75-1.54-5.43-3.23-7.72-4.69-0.43-0.27-0.76-0.39-1.07-0.39-0.38 0-0.73 0.18-1.04 0.56-0.08 0.1-0.12 0.11-0.12 0.11-0.05 0-0.17-0.09-0.25-0.14l-0.12-0.09c-2.9-1.94-5.21-4.71-7.3-8.7-0.57-1.09-1.13-2.19-1.69-3.29-1.28-2.51-2.59-5.11-4.07-7.58-0.2-0.34-0.4-0.68-0.59-1.01-1.46-2.51-2.98-5.11-5.84-6.58-1.05-0.55-2.11-1.11-3.16-1.66-1.28-0.67-2.55-1.34-3.83-1.99-0.76-0.39-1.49-0.86-2.2-1.32-1.23-0.79-2.51-1.61-3.99-2.06-0.71-0.23-1.39-0.5-2.1-0.79l-0.97-0.38c-3.16-1.22-5.8-1.79-8.31-1.79-1.79 0-3.47 0.29-5.15 0.88-1.06 0.37-2.13 0.56-3.16 0.56-0.86 0-1.67-0.13-2.41-0.39-2.49-0.88-5.39-1.85-8.43-2.31-0.95-0.12-1.85-0.28-2.46-0.84-3.08-2.85-6.98-3.4-10.75-3.93l-0.47-0.06c-0.12-0.02-0.25-0.05-0.4-0.08C82.63 1.07 82.28 1 81.92 1c-0.81 0-1.38 0.37-1.68 1.11h-0.03c-0.27-0.06-0.53-0.1-0.8-0.1-1.34 0-2.41 0.76-3.35 1.44L75.99 3.5c-2.06 1.47-3.8 3.17-5.17 5.07-0.24 0.34-0.65 0.54-1.12 0.57h-0.13c-0.43 0-0.85-0.08-1.3-0.16-0.46-0.09-0.93-0.17-1.41-0.17-0.55 0-1.03 0.12-1.49 0.37-0.03-0.02-0.07-0.04-0.1-0.06-0.04-0.42-0.28-0.64-0.71-0.64l-0.45-0.02c-0.34-0.01-0.67-0.03-0.99-0.03-0.99 0-2.12 0.15-3.01 1.3-0.09 0.13-0.21 0.2-0.31 0.2-0.06 0-0.12-0.03-0.19-0.08-0.42-0.35-0.93-0.51-1.54-0.51-0.31 0-0.62 0.04-0.85 0.08-0.58 0.1-1.2 0.18-2 0.23-2.38 0.21-4.43 1.35-6.31 2.57-2.59 1.71-3.97 4.34-4.98 6.68-0.2 0.43-0.37 0.89-0.55 1.34-0.18 0.49-0.38 1-0.6 1.48-1.18 2.46-2.64 5.51-2.67 8.87 0 0.15-0.03 0.31-0.05 0.49-0.07 0.51-0.15 1.14 0.21 1.6 0.13 0.16 0.3 0.28 0.51 0.36-0.01 0.02-0.03 0.05-0.04 0.07-0.07 0.13-0.07 0.28-0.02 0.45 0.72 2.33 1.52 4.54 3.28 5.97 2.55 2.08 5.64 4.4 9.33 5.94-0.52 0.79-0.64 1.55-0.38 2.36 0.13 0.41 0.17 0.89 0.13 1.31C52.97 50.23 53.26 51 54 51.6c0.03 0.05 0.08 0.23 0.1 0.33v0.01c-0.61 0.3-0.48 0.82-0.4 1.14 0.03 0.14 0.07 0.27 0.07 0.4-0.02 1.25 0.34 2.42 0.69 3.54 0.16 0.54 0.33 1.09 0.45 1.63 0.34 1.49 0.99 2.93 1.62 4.31 0.18 0.41 0.37 0.81 0.54 1.22 1.77 4.01 3.56 7.24 5.63 10.14 1.75 2.45 3.75 4.93 6.52 6.57 2.25 1.34 5.04 3 8.18 3.91 0.53 0.16 1.05 0.33 1.57 0.51 1.35 0.46 2.76 0.93 4.28 0.93 0.15 0 0.3 0 0.46-0.01 0 0 0.06 0 0.06-0.01 0.03 0 0.05 0.01 0.05 0.01 0.01 0.01 0.03 0.07 0.02 0.2-0.03 0.35-0.03 0.7-0.03 1.05-0.01 0.52-0.02 1.01-0.07 1.51-0.3 2.49-0.96 4.46-2.01 6.05-0.34 0.51-0.39 1.05-0.44 1.53-0.03 0.3-0.06 0.58-0.14 0.83-0.28-0.31-0.66-0.45-1.14-0.45-0.22 0-0.44 0.02-0.64 0.05-2.19 0.36-4.37 0.92-6.47 1.46-0.59 0.16-1.19 0.31-1.78 0.46l-0.39 0.1c-2.62 0.67-5.33 1.36-7.96 2.2l-0.71 0.22c-2.36 0.74-4.8 1.5-6.7 3.38-0.98 0.97-1.76 2.11-2.51 3.21-0.32 0.48-0.65 0.97-1 1.43-2.13 2.92-4.11 6-6.04 8.99l-0.17 0.28c-0.81 1.26-1.52 2.6-2.21 3.9-0.22 0.42-0.44 0.83-0.66 1.24-1.84 3.4-3.24 7.04-4.59 10.56-0.41 1.07-0.82 2.14-1.24 3.2-0.16 0.39-0.34 0.79-0.52 1.18-0.32 0.73-0.66 1.47-0.88 2.26-0.18-0.11-0.21-0.14-0.19-0.27 0.13-0.92 0.13-1.86 0.13-2.67l-0.03-1.09c-0.04-1.51-0.08-3.07-0.27-4.61-0.14-1.09 0.3-1.8 1.31-2.13 0.22-0.06 0.44-0.15 0.66-0.24 0.26-0.11 0.51-0.21 0.79-0.28 3.07-0.88 4-3.67 3.57-5.89-0.46-2.45-1.22-4.92-2.21-7.13-1.41-3.15-2.93-6.91-3.56-10.95-0.18-1.18-0.61-2.36-1.21-3.32-0.16-0.27-0.36-0.5-0.55-0.73-0.33-0.38-0.65-0.76-0.76-1.27-0.05-0.27-0.13-0.53-0.2-0.79-0.28-1.04-0.53-1.94 0.38-2.84 0.64-0.65 1.04-1.48 1.42-2.28l0.2-0.42c0.76-1.52 0.48-3.14-0.72-4.22-0.52-0.46-1.11-0.69-1.83-0.69-0.65 0-1.31 0.2-1.92 0.38-0.17 0.05-0.3 0.07-0.39 0.07-0.12 0-0.13 0-0.26-0.47-0.21-0.81-0.41-1.63-0.61-2.44-0.52-2.12-1.06-4.32-1.86-6.41-0.64-1.72-1.44-3.42-3.6-3.66l-0.35-0.03c-0.03-0.07-0.09-0.14-0.16-0.17-0.04-0.02-0.09-0.03-0.13-0.03-0.04 0-0.08 0-0.12 0.02l-0.44 0.17c-1.17 0.02-2.32 0.25-3.44 0.46l-0.48 0.1c-1.93 0.38-3.68 1.26-5.37 2.1-0.63 0.31-1.24 0.62-1.87 0.91-1.71 0.76-3.63 1.31-5.86 1.68-1.47 0.23-2.86 1.2-3.75 2.57l-0.65 0.25c-0.15 0.05-0.23 0.21-0.19 0.36l0.19 0.78c-0.12 0.39-0.18 0.77-0.2 1.13-0.02 0.21-0.01 0.42 0 0.58 0.02 0.27 0.07 0.51 0.13 0.76l1.05 3.75c0.34 1.25 0.7 2.51 1.04 3.77 0.29 1.07 0.57 2.15 0.84 3.23 0.58 2.27 1.17 4.61 1.93 6.86 0.22 0.67 0.38 1.38 0.53 2.07 0.19 0.84 0.39 1.7 0.7 2.49l0.19 0.81c0.04 0.12 0.12 0.21 0.24 0.23 0.01 0.01 0.03 0.01 0.04 0.01 0.15 0.28 0.32 0.53 0.5 0.78 0.68 0.92 1.06 2.13 1.37 3.3l0.52 1.94c1.13 4.19 2.29 8.52 3.21 12.84 0.73 3.36 1.27 6.85 1.6 10.34 0.12 1.27 0.11 2.57 0.09 3.82 0 0.89-0.02 1.8 0.02 2.71 0.04 1.15 0.02 2.34 0.01 3.5-0.03 1.45-0.04 2.94 0.05 4.4 0.25 3.75 0.81 7.54 1.36 11.2l0.16 1.13c0.58 3.9 1.24 7.35 2.03 10.53 1.13 4.51 2.53 8.96 4.17 13.21l0.34 0.89c0.93 2.44 1.89 4.97 3.25 7.31l0.38 0.67c1.12 1.95 2.28 3.98 3.85 5.69l0.04 0.05c0.15 0.16 0.34 0.35 0.39 0.45-0.05 0.04-0.21 0.12-0.6 0.23-2.18 0.59-4.43 1.19-6.66 2.11-3.78 1.55-6.59 3.54-8.84 6.27-0.48 0.57-0.86 1.21-1.24 1.81-0.44 0.72-0.86 1.4-1.41 2-2.21 2.38-3.62 5.34-4.31 9.08-0.51 2.62-0.59 5.39-0.25 8.49 0.27 2.42 0.91 4.72 1.94 7.03 1.62 3.64 4.24 6.77 6.56 9.41 1.39 1.56 3.29 2.69 5.82 3.47 1.85 0.57 4.19 1.5 5.8 3.68 0.38 0.49 0.89 0.86 1.61 1.17 6.64 2.75 11.93 4.67 17.04 6.15-0.06 0.11-0.09 0.23-0.12 0.33-0.09-0.03-0.18-0.03-0.27-0.03-0.6 0-0.88 0.47-1.09 0.82-0.06 0.11-0.13 0.22-0.21 0.31-1.44 1.83-2.52 3.88-3.3 5.45-0.77 1.58-1.48 3.3-1.44 5.16 0.08 3.81 1.41 7.26 3.94 10.28 4.02 4.78 9.64 5.53 14.6 5.86 0.96 0.06 1.93 0.07 2.88 0.07 0.74 0 1.48 0 2.23 0.04 1.57 0.06 3.19 0.1 4.95 0.1 3.77 0 7.59-0.16 10.88-0.31 2.94-0.14 5.31-0.36 7.47-0.66 2-0.27 3.99-0.73 5.92-1.18 1.31-0.31 2.66-0.62 4-0.87 4.99-0.96 10.28-2.1 15.23-4.52 0.37-0.18 0.7-0.27 1.02-0.27 0.21 0 0.41 0.04 0.61 0.11 4.65 1.76 9.3 3.43 13.66 4.99 0.73 0.27 1.33 0.4 1.9 0.4 0.51 0 0.98-0.1 1.44-0.3 0.84-0.38 0.93-1.08 1-1.65 0.02-0.2 0.05-0.38 0.1-0.54 0.12-0.41 0.19-0.41 0.23-0.41 0.05 0 0.14 0.01 0.32 0.11 1.84 0.98 3.84 1.45 5.78 1.89 0.42 0.1 0.83 0.19 1.24 0.29 2.73 0.66 5.43 1 8.02 1.02 2.54 0.03 5.08 0.51 7.55 0.97 1.89 0.36 3.86 0.73 5.83 0.89 1.9 0.16 3.82 0.46 5.68 0.74 1.6 0.25 3.25 0.51 4.89 0.68 1.79 0.17 3.75 0.26 5.99 0.26 2.06 0 4.14-0.08 6.17-0.14l1.18-0.04c2.57-0.08 5.13-0.46 7.62-0.84 2.58-0.38 5.25-0.79 7.9-0.83 0.85-0.01 1.71-0.24 2.54-0.46 0.32-0.09 0.64-0.17 0.97-0.25 1.37-0.34 2.41-0.73 3.28-1.25 2.57-1.54 4.7-3.87 6.52-7.11 0.1-0.18 0.25-0.36 0.41-0.56 0.5-0.6 1.23-1.49 0.54-2.59 0.17-0.03 0.3-0.1 0.4-0.21 0.19-0.23 0.15-0.53 0.12-0.76-0.02-0.25-0.05-0.51-0.07-0.77-0.11-1.29-0.22-2.61-0.82-3.79-1.57-3.08-3.72-5.82-6.38-8.14-0.12-0.1-0.18-0.17-0.21-0.21 0.04-0.02 0.09-0.05 0.19-0.09 0.82-0.34 1.52-0.85 2.21-1.34 0.15-0.11 0.31-0.22 0.47-0.33 0.18-0.14 0.38-0.25 0.59-0.37 0.58-0.33 1.24-0.71 1.44-1.46 0.62-2.33 2.48-3.22 4.41-3.83 1.45-0.46 2.96-1 4.06-2.13l0.55-0.56c2.22-2.25 4.51-4.57 6.31-7.3 2.76-4.18 4.68-8.73 5.7-13.53 0.31-1.49 0.47-3.05 0.47-4.66 0-1.99-0.24-4.03-0.72-6.23zm-0.06 10.82c-1.02 4.82-2.92 9.3-5.65 13.43-1.93 2.93-4.4 5.36-6.82 7.81-1.05 1.08-2.48 1.59-3.94 2.05-2.11 0.67-3.97 1.64-4.61 4.05-0.23 0.86-1.22 1.15-1.91 1.65-0.84 0.59-1.65 1.24-2.61 1.64-0.52 0.21-0.58 0.38-0.07 0.82 2.61 2.28 4.73 4.97 6.3 8.05 0.69 1.36 0.71 2.94 0.87 4.46 0.03 0.25 0.1 0.62-0.37 0.63-0.17 0-0.39 0.07-0.26 0.26 1.06 1.35-0.36 2.22-0.81 3.03-1.57 2.8-3.61 5.32-6.41 7.01-0.95 0.56-2.04 0.93-3.19 1.2-1.13 0.26-2.3 0.69-3.44 0.71-5.23 0.09-10.3 1.52-15.53 1.67-4.44 0.14-8.88 0.35-13.3-0.08-3.54-0.37-7.03-1.12-10.57-1.42-4.51-0.38-8.88-1.81-13.41-1.86-2.71-0.02-5.37-0.39-7.94-1.01-2.33-0.57-4.77-0.99-6.95-2.16-0.67-0.36-0.86 0-1 0.49-0.21 0.72 0 1.58-0.93 1.99-1.07 0.47-2.11 0.26-3.11-0.1-4.56-1.64-9.12-3.29-13.65-4.99-0.71-0.28-1.36-0.09-1.88 0.17-4.8 2.36-9.95 3.49-15.15 4.49-3.31 0.62-6.56 1.59-9.9 2.05-2.46 0.35-4.94 0.53-7.44 0.66-5.27 0.24-10.54 0.43-15.81 0.2-1.69-0.06-3.4 0-5.09-0.1-5.41-0.36-10.62-1.28-14.39-5.75-2.46-2.93-3.78-6.28-3.87-10.09-0.03-1.79 0.64-3.43 1.41-5.01 0.94-1.89 1.96-3.74 3.27-5.39 0.38-0.48 0.53-1.34 1.54-0.91 0.13 0.05-0.05-0.76 0.59-0.85-6.1-1.73-11.89-3.94-17.61-6.32-0.58-0.24-1.1-0.56-1.48-1.06-1.51-2.04-3.61-3.07-5.96-3.79-2.14-0.66-4.14-1.65-5.67-3.38-2.52-2.85-4.95-5.82-6.51-9.33-0.98-2.2-1.64-4.47-1.92-6.93-0.31-2.86-0.29-5.62 0.24-8.41 0.63-3.34 1.89-6.39 4.24-8.92 1.07-1.15 1.66-2.62 2.66-3.82 2.36-2.86 5.28-4.77 8.72-6.18 2.18-0.9 4.39-1.5 6.62-2.1 1.21-0.33 0.94-0.57 0.32-1.24-1.72-1.88-2.93-4.12-4.19-6.3-1.51-2.6-2.51-5.39-3.56-8.16-1.66-4.3-3.04-8.7-4.17-13.18-0.86-3.46-1.5-6.97-2.01-10.5-0.61-4.1-1.25-8.19-1.52-12.31-0.18-2.6 0.03-5.27-0.07-7.89-0.09-2.18 0.1-4.35-0.11-6.54-0.33-3.49-0.86-6.97-1.61-10.38-1.05-4.98-2.41-9.88-3.73-14.79-0.31-1.19-0.7-2.44-1.41-3.41-0.25-0.33-0.46-0.67-0.63-1.02l-0.1 0.12-0.2-0.81c-0.57-1.48-0.73-3.09-1.23-4.59-1.11-3.29-1.85-6.7-2.76-10.07-0.69-2.52-1.4-5.01-2.1-7.53-0.06-0.23-0.1-0.46-0.11-0.69-0.02-0.18-0.02-0.36 0-0.53 0.01-0.39 0.08-0.77 0.21-1.15l-0.21-0.86 0.74-0.28c0.79-1.29 2.13-2.29 3.59-2.53 2.02-0.33 4.03-0.85 5.94-1.7 2.35-1.08 4.6-2.48 7.17-2.99 1.29-0.25 2.6-0.54 3.92-0.56l0.5-0.18 0.05 0.19c0.19 0 0.37 0.02 0.56 0.04 2 0.22 2.72 1.79 3.35 3.46 1.09 2.86 1.67 5.86 2.45 8.81 0.16 0.61 0.23 0.85 1.04 0.63 1.11-0.33 2.38-0.73 3.45 0.24 1.11 1 1.35 2.46 0.66 3.85-0.45 0.92-0.85 1.9-1.57 2.62-1.28 1.27-0.54 2.57-0.26 3.91 0.19 0.91 0.91 1.39 1.35 2.1 0.58 0.95 0.99 2.1 1.17 3.2 0.6 3.87 1.99 7.47 3.57 11.04 1.01 2.23 1.75 4.65 2.2 7.06 0.4 2.05-0.45 4.7-3.35 5.53-0.52 0.13-0.97 0.37-1.47 0.53-1.67 0.53-1.74 0.67-1.52 2.46 0.24 1.88 0.24 3.77 0.3 5.67 0.01 0.87 0 1.75-0.13 2.61-0.09 0.62 0.64 0.54 0.66 1 0.27-1.45 1.02-2.7 1.53-4.01 1.83-4.61 3.44-9.33 5.81-13.72 0.93-1.73 1.81-3.48 2.86-5.13 2.01-3.12 4.02-6.25 6.21-9.25 1.14-1.55 2.09-3.24 3.47-4.6 2.04-2.01 4.68-2.7 7.29-3.53 2.75-0.88 5.54-1.58 8.33-2.29 2.73-0.68 5.44-1.46 8.22-1.91 0.69-0.1 1.35-0.16 1.76 0.69 0.64-0.85 0.21-1.89 0.81-2.79 1.21-1.82 1.8-4 2.06-6.18 0.1-0.86 0.05-1.72 0.1-2.58 0.04-0.38-0.1-0.57-0.46-0.53-2.23 0.13-4.15-0.83-6.21-1.42-2.97-0.86-5.54-2.36-8.1-3.87-2.66-1.59-4.61-3.96-6.42-6.49-2.27-3.17-4.05-6.56-5.6-10.09-0.78-1.8-1.71-3.58-2.14-5.46-0.38-1.69-1.16-3.31-1.14-5.11 0-0.59-0.5-1.09 0.4-1.35-0.09-0.25-0.11-0.63-0.28-0.77-0.73-0.59-0.9-1.31-0.81-2.19 0.05-0.46 0-0.98-0.14-1.43-0.29-0.91-0.02-1.67 0.57-2.41-3.61-1.44-6.71-3.66-9.62-6.04-1.75-1.42-2.51-3.65-3.18-5.82-0.15-0.48 0.54-0.19 0.41-0.6-1.61-0.14-1.01-1.5-1.01-2.28 0.03-3.15 1.3-5.95 2.64-8.74 0.43-0.92 0.74-1.9 1.16-2.83 1.1-2.56 2.46-4.96 4.87-6.54 1.88-1.22 3.87-2.32 6.16-2.52 0.69-0.04 1.35-0.11 2.02-0.24 0.73-0.12 1.49-0.17 2.15 0.37 0.31 0.25 0.67 0.19 0.94-0.17 1.11-1.45 2.66-1.19 4.18-1.13 0.32 0 0.42 0.12 0.42 0.45 0 0.09 0.4 0.31 0.47 0.26 1.41-0.86 2.85 0 4.28-0.05 0.6-0.03 1.09-0.31 1.36-0.71 1.42-1.96 3.17-3.61 5.1-4.99 1.09-0.78 2.37-1.72 3.97-1.34 0.11 0.02 0.31 0.05 0.31 0.03 0.5-1.63 1.99-1.05 2.86-0.93 3.92 0.55 7.92 1.02 11.05 3.91 0.71 0.65 1.72 0.81 2.63 0.93 2.89 0.43 5.63 1.32 8.37 2.29 1.83 0.64 3.91 0.48 5.78-0.17 4.57-1.61 8.92-0.76 13.24 0.91 1.04 0.4 2.04 0.85 3.1 1.17 2.28 0.71 4.05 2.29 6.12 3.36 2.33 1.18 4.65 2.44 7 3.65 3.15 1.62 4.61 4.63 6.31 7.47 2.1 3.53 3.85 7.23 5.75 10.86 1.8 3.45 4.08 6.58 7.39 8.82 0.35 0.22 0.57 0.47 0.92 0.06 0.51-0.63 1.02-0.54 1.69-0.11 2.54 1.62 5.1 3.22 7.74 4.7 1.72 0.97 3.35 2.05 5.11 2.95 2.4 1.2 4.89 2.22 7.33 3.35 3.76 1.76 6.84 4.29 9.79 7.08 1.9 1.79 3.75 3.6 5.04 5.91 1.22 2.16 2.11 4.42 2.72 6.85 0.25 1.03 0.63 2.08 1.38 3.03 1.38 1.8 2.14 4.03 2.35 6.27 0.2 2.27 0.79 4.49 0.83 6.78 0.05 2.67 0.08 5.3-0.92 7.9-0.58 1.53-0.69 3.26-1.05 4.89-0.71 3.19-1.85 6.2-3.39 9.08-1.4 2.61-2.33 5.4-3.21 8.21-0.93 2.96-2.51 5.59-4.73 7.78-0.69 0.67-1.63 1.21-2.55 1.55-3.38 1.28-6.9 2.07-10.44 2.72-1.47 0.27-3.08 0.43-4.48-0.53-0.05-0.04-0.1-0.07-0.16-0.1-0.13-0.04-0.28-0.05-0.39 0.08-0.17 0.21-0.07 0.44 0.01 0.71 0.07 0.18 0.13 0.38 0.2 0.56 0.82 2.31 1.63 4.62 2.41 6.93 1.61 4.75 3.02 9.55 4.49 14.35 0.88 2.92 1.97 5.77 3.18 8.58 1.68 3.89 3.06 7.85 3.98 11.98 0.51 2.33 1.15 4.64 1.78 6.94 1.28 4.76 0.29 9.21-1.52 13.64-1.06 2.56-1.8 5.29-2.73 7.9-0.73 2.03-1.61 4.03-2.14 6.13-0.1 0.35-0.11 0.73-0.42 1.32 1.99-0.74 3.67-1.41 5.37-2.01 2.3-0.79 4.66-1.03 7.01-1.43 2.1-0.36 4.15-0.91 6.24-1.29 1.25-0.22 2.54-0.48 3.77-0.34 1.7 0.19 3.45 0 5.16 0.39 0.59 0.14 1.23 0.04 1.82 0.28 3.19 1.36 6.82 1.62 9.79 3.47 3.82 2.38 6.91 5.52 8.43 9.89 0.76 2.17 2.03 4.15 2.52 6.39 0.45 2.05 0.71 4.11 0.71 6.17 0 1.53-0.14 3.06-0.47 4.59z" android:fillColor="#F9F9FB" android:strokeColor="#F9F9FB"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_sync.xml"
line="20"
column="53"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5926 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M221.98 126.34c-0.19-2.6-0.34-5.19-0.68-7.76-0.19-1.47-0.4-2.95-0.23-4.45 0.06-0.51-0.11-0.95-0.51-1.35-0.92-0.93-1.87-1.83-1.77-3.33 0-0.21-0.04-0.61-0.17-0.65-1.55-0.57-1.09-1.92-1.18-3.04-0.08-1.04-0.04-2.07-0.25-3.1-0.76-3.88-1.52-7.74-2.21-11.64-0.42-2.36-1.1-4.63-1.86-6.89-1.43-4.21-3.12-8.33-5.06-12.35-1.28-2.7-2.53-5.4-4.18-7.89-2.04-3.08-4.28-5.98-7.02-8.54-2.36-2.19-4.93-4.09-7.55-5.92-1.64-1.18-3.54-2.03-5.22-3.17-0.85-0.54-1.75-0.9-2.43-0.22-0.8 0.77-0.59 1.93 0.17 2.69 0.93 0.91 1.52 1.98 1.98 3.14 1.48 3.63 2.53 7.39 3.36 11.2 0.07 0.33 0.45 0.69 0.12 1.08-5.97-10.23-13.06-18.3-20.33-26.59-6.87-7.83-13.91-15.85-20.37-26.09-0.21-0.33-0.41-0.66-0.61-0.99-0.61-1-1.22-2-1.8-3-0.14-0.21-0.26-0.42-0.38-0.62V6.84c-0.25-1.06-0.46-2.14-0.66-3.22-0.16-0.85-0.4-1.46-1.22-1.71-0.09-0.03-0.18-0.06-0.27-0.08-0.05-0.17-0.09-0.34-0.14-0.52 0-0.14-0.1-0.27-0.23-0.29-0.06-0.03-0.13-0.03-0.2 0H141c-8.96 5.54-16.53 12.83-22.34 21.3-1-2.55-2.61-4.77-4.31-6.9-1.92-2.4-4.56-3.96-7.22-5.48-1.45-0.84-3.03-1.35-4.53-2.09-1.79-0.88-3.69-1.43-5.63-1.79-2.17-0.4-4.41-0.55-6.6-0.93-3.08-0.55-6.05 0.04-8.83 1.22-3.52 1.5-7.02 3.09-10.63 4.37-0.86 0.32-1.43 0.78-1.96 1.47-3.24 4.28-6.94 8.04-11.85 10.54-2.21 1.15-4.17 2.83-5.23 5.34-0.84 2.01-1.68 3.99-1.86 6.16-0.04 0.67-0.37 1.08-0.67 1.58 0.8 0.44 0.43 1.2 0.38 1.77-0.19 3.08 0.07 6.05 1.1 9 0.44 1.29 1.26 2.51 1.16 3.92-0.13 1.78-0.27 3.48 1.01 4.45-0.78 0.93-1.62 1.8-2.28 2.79-0.31 0.44-0.63 0.73-1.07 0.96-0.19-0.4-0.44-0.79-0.57-1.22-1.18-4.19-1.79-8.47-2.05-12.81-0.15-2.68-0.15-5.36-0.61-8.02-0.02-0.14-0.1-0.3-0.22-0.47 0.02-0.26 0.04-0.53 0.07-0.79-0.19 0.08-0.37 0.16-0.56 0.24-0.8-0.74-2.02-1.45-2.58-1.25-0.97 0.34-2.05 0.65-2.78 1.3-2.3 2.09-4.47 4.32-6.66 6.54-1.65 1.66-3.29 3.33-4.81 5.08-0.89 1.01-1.79 2.02-2.68 2.99-0.86 0.95-1.43 2.21-2.42 2.95-2.24 1.67-3.48 4.03-5 6.22-1.75 2.53-3.02 5.36-4.11 8.22-0.88 2.31-1.47 4.73-2.25 7.09-0.64 1.94-1.42 3.86-1.99 5.82-0.65 2.27-1.62 4.45-2 6.83-0.36 2.25-1.18 4.43-1.46 7.18-0.29-0.96-0.61-1.47-1.11-1.32-0.44 0.12-0.85 0.4-1.12 1.01-1.41 3.08-2.44 6.28-3.12 9.57-0.61 2.91-0.76 5.87-0.46 8.9 0.27 2.67 0.69 5.35 0.92 8.03 0.19 2.45 0.98 4.72 1.84 6.98 1.03 2.7 2.5 5.19 3.16 8.1 1.16 5.01 2.81 9.9 4.51 14.76 1.16 3.27 2.11 6.63 3.6 9.75 1.65 3.44 3.25 6.92 5.49 10.08 1.81 2.58 3.56 5.19 5.78 7.44 1.2 1.25 2.49 2.48 3.69 3.72 2.71 2.78 5.73 5.16 8.75 7.57 1.35 1.07 2.94 1.81 4.38 2.8 2.64 1.83 5.52 3.27 8.37 4.75 1.95 1.01 3.9 2.06 5.89 3.02 0.9 0.54 1.81 1.05 2.72 1.55 0.01 0 0.02 0.01 0.03 0.01 1.07 0.8 2.11 1.66 3.55 1.84 0.56 0.29 1.13 0.56 1.7 0.83 0.08 0.31-0.11 0.73-0.75 1.28-0.24 0.21 0.06 0.46 0.1 0.7 0.13 0.65 0.27 1.28 0.15 1.98-0.32 1.88-0.61 3.75-0.72 5.65-0.1 2.1-0.25 4.24-0.19 6.37 0.09 2.88-0.46 5.78-0.38 8.66 0.13 5.37-1.1 10.6-1.58 15.92-0.19 2.21-0.4 4.49-0.88 6.72-0.65 3.06-0.53 6.26-1.23 9.36-1.18 5.19-2.23 10.42-2.86 15.71-0.2 1.56-1.01 3.23 0.1 4.73 0.53 0.71 0.61 1.49 0.95 2.33-0.68 0.13-1.39-0.67-1.81 0.24-0.36 0.74 0.14 1.47 0.52 1.72 1.02 0.7 1.76 1.69 2.72 2.43 0.3 0.21 0.51 0.21 0.81 0.21 1.05-0.04 1.87 0.46 2.72 1.03 2.42 1.67 4.48 3.84 7.1 5.25 0.42 0.22 0.86 0.61 0.63 1.08-0.36 0.78-0.18 1.58-0.18 2.34 0.06 2.65-0.57 5.22-0.64 7.86-0.13 5.25 0.42 10.43 1.05 15.64 0.3 2.49 1.21 4.62 2.91 6.52 2.07 2.3 4.36 4.24 6.87 6.03 1.44 1.04 2.92 1.94 4.37 2.91 1.77 1.16 3.69 2.01 5.68 2.72 2.12 0.78 4.61 0.91 6.36 2.28 2.19 1.7 4.64 1.87 7.06 1.87 4.24-0.02 8.02-1.69 11.43-4.18 1.16-0.83 1.84-1.91 2.22-3.3 0.33-1.24 0.21-2.53 0.56-3.79 0.62-2.22-0.19-4.45-0.74-6.59-0.27-1.07-1.49-1.81-1.83-3.12-0.57-2.29-1.9-4.23-3.08-6.28-1.7-2.99-4.15-5.39-6.19-8.09-1.16-1.54-2.88-2.75-3.93-4.47-0.37-0.59-1.2-0.59-1.43-1.38-0.61-1.96-2.25-3.24-3.36-4.86-0.52-0.76-0.39-0.98 0.41-1.23 2.21-0.71 4.38-1.69 6.64-2.21 2.38-0.55 3.12-2.26 3.46-4.24 0.35-2.23 0.02-4.51 0.21-6.76 0.31-3.93 0.16-7.89 0.46-11.82 0.11-1.51-1.06-2.94-0.1-4.42 0.31-0.51 0.25-1.06 0.29-1.6 0.08-1.31-0.17-2.64 0.02-3.9 0.49-3.15 0.55-6.31 0.6-9.45 0.05-3.69 0.29-7.35 0.29-11.04-0.02-4.66-0.22-9.34-0.09-14.02 0.07-2.58 0.13-5.15 0.34-7.72 0.12-1.71 0.87-3.4 0.41-5.31 0.54 0 1.07-0.01 1.6-0.04 0.27 0 0.54 0.01 0.81 0.01 0.07-1.13 0.13-2.09 0.13-2.35 0-0.44 0.26 0.98 0.58 2.36-0.24 0-0.48 0-0.71-0.01-0.12 1.87-0.29 4.21-0.33 4.6-0.19 2.13-0.34 4.28-0.5 6.41-0.22 2.66-0.79 5.27-0.47 7.97 0.04 0.34 0.19 0.84 0.15 0.97-1.01 3.16-0.59 6.41-0.53 9.62 0 0.35 0.4 0.9 0.27 1.03-1.3 1.37-0.44 3.03-0.65 4.53-0.23 1.56 0.12 3.23-0.08 4.78-0.41 2.79-0.51 5.61-0.51 8.37 0 3.76-0.47 7.49-0.8 11.18-0.43 4.77-0.72 9.53-0.78 14.3-0.02 1.66 0.94 2.48 2.64 2.86 2.04 0.46 4.08 0.15 6.13 0.23 1.66 0.07 1.85 0.93 1.92 2.15 0.27 5.06 0.42 10.12 1.39 15.12 0.23 1.22 0.72 2.36 1.03 3.54 0.59 2.26 2.24 3.9 4.05 5.31 1.71 1.35 3.69 2.26 5.5 3.42 2.6 1.66 5.4 2.81 8.27 3.69 2.8 0.89 5.73 1.35 8.62 1.96 1.23 0.28 2.49 0.63 3.74 0.4 2.27-0.44 4.5-0.99 6.36-2.58 1.77-1.51 4.18-2.33 5.1-4.84 0.63-1.69 0.76-3.44 1.08-5.15 0.13-0.65-0.53-1.55-1.41-1.94-0.11-0.04-0.13-0.35-0.13-0.54-0.05-3.06-1.47-5.55-3.17-7.93-0.44-0.61-0.46-1.5-1.15-1.9-1.9-1.09-3.54-2.51-5.19-3.96-2.99-2.66-5.92-5.35-8.62-8.31-0.63-0.7-0.8-1.6-1.06-2.4-0.16-0.51 0.8-0.76 1.21-1.18 1.03-1.07 2.06-2.18 3.01-3.31 0.65-0.79 0.99-1.73 0.99-2.74 0.08-5.15-0.17-10.31 0.25-15.48 0.3-3.5 0.27-7.02 0.47-10.54 0.17-3.16 0.46-6.34 0.63-9.51 0.25-4.42 0.52-8.87 1.11-13.28 0.59-4.38 1.11-8.79 1.48-13.2 0.34-3.75-0.13-7.52 0.55-11.27 0.15-0.81 0.44-1.31 1.18-1.44 1.69-0.3 3.05-1.35 4.6-1.98 1.98-0.81 3.86-1.86 5.73-2.89 2.81-1.54 5.59-3.1 8.31-4.77 2.42-1.47 4.8-2.99 7.06-4.69 1.5-1.12 3.19-1.99 4.5-3.42 1.32-1.48 2.92-2.75 4.4-4.07 1.98-1.8 4.05-3.59 5.61-5.65 2-2.68 3.97-5.42 5.69-8.33 2.68-4.51 5.02-9.13 6.77-14.04 0.67-1.9 1.56-3.6 3.39-4.53 0.86-0.42 1.42-1.18 2.41-1.5 1.3-0.42 1.28-2.11 2-3.16 1.05-1.58 2.42-2.91 3.1-4.79 0.94-2.68 2.09-5.24 2.49-8.14 0.29-2.13 0.91-4.19 0.76-6.36zM5.82 124.25L7 127.49c-0.49-1.04-0.88-2.13-1.18-3.24z" android:strokeWidth="2" android:strokeColor="#F9F9FB"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="6"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1003 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M183.48 46.77c9.23 6.47 16.35 15.53 20.5 26.05 6.45 16.37 8.73 34.1 6.63 51.58-0.07 0.53-0.13 1.06-0.19 1.59-0.08 0.8-0.17 1.59-0.27 2.39-9.03 52.52-56.53 89.38-109.38 84.85-52.84-4.52-93.46-48.92-93.51-102.22v-0.53c0.21-4.76 0.77-9.49 1.67-14.16v-0.23c0.12-0.99 0.82-5.51 1.02-6.41l0.13-0.69c2.5-11.18 7.17-21.75 13.76-31.11 2.86-4.09 6.06-7.93 9.55-11.49 3.07-3.16 6.41-6.04 9.99-8.6 1.07-0.73 2.21-1.34 3.4-1.83-0.83 8.73 0.38 17.54 3.53 25.73 6.8-8.01 15.17-14.52 24.6-19.11-2.14 8.24-2.04 16.91 0.29 25.09 1 0.69 1.79 1.3 2.64 2.02 8.07-6.39 17.87-10.19 28.13-10.89 2.11-23.54 15.14-44.69 35.17-57.07h0.08c0.06-0.02 0.13-0.02 0.19 0 0.14 0.02 0.24 0.15 0.24 0.29 0.34 1.41 0.85 2.77 1.52 4.05 0.31 0.65 0.67 1.35 1.13 2.09 0.58 1 1.19 1.99 1.8 2.99l0.6 0.99c6.43 10.19 13.45 18.19 20.29 25.98 10.16 11.58 19.94 22.72 26.83 39.99v-0.17c-1.82-10.86-5.31-21.38-10.34-31.17zM86.21 153.2c0.13 0.07 0.27 0.14 0.4 0.2l-0.4-0.2zm0.4 0.2c0.07 0.04 0.13 0.07 0.2 0.1 0.27 0.14 0.53 0.28 0.82 0.41l-1.02-0.51z" android:fillType="evenOdd">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="7"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1208 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M203.98 72.82c-4.15-10.52-11.27-19.58-20.5-26.05 5.03 9.79 8.52 20.31 10.34 31.17v0.17C182.29 49.22 162.7 37.5 146.7 12.14c-0.8-1.33-1.62-2.65-2.4-3.98-0.46-0.74-0.82-1.44-1.13-2.09-0.67-1.28-1.18-2.64-1.52-4.05 0-0.14-0.1-0.27-0.24-0.29-0.06-0.02-0.13-0.02-0.19 0h-0.08c-20.03 12.38-33.06 33.53-35.17 57.07 1.18-0.08 2.37-0.19 3.58-0.19 18.56 0.02 35.67 10.05 44.82 26.27-7.19-5-15.97-7.13-24.64-6 17.65 9.61 26.14 30.38 20.32 49.68-5.83 19.31-24.36 31.84-44.35 29.98-4.54-0.2-9.02-1.1-13.3-2.65-1-0.37-2-0.78-3-1.23-0.57-0.26-1.15-0.53-1.72-0.82l-1.49-0.74c0.48 0.22 0.93 0.47 1.43 0.7-13.14-6.36-22.19-18.97-24.06-33.5 0 0 4.72-17.68 33.77-17.68 5.28-2.23 9.63-6.25 12.29-11.35-8.68-4.18-16.96-9.14-24.76-14.81-3.7-3.67-5.45-5.45-7.02-6.77-0.85-0.72-1.64-1.33-2.64-2.02-2.33-8.18-2.43-16.85-0.29-25.09-9.43 4.59-17.8 11.1-24.6 19.11-3.15-8.19-4.36-17-3.53-25.73-1.19 0.49-2.33 1.1-3.4 1.83-3.58 2.56-6.92 5.44-9.99 8.6-3.49 3.56-6.69 7.4-9.55 11.49-6.59 9.36-11.26 19.93-13.76 31.11l-0.13 0.69c-0.2 0.9-1.07 5.48-1.19 6.48 0 0 0-0.08 0 0-0.78 4.74-1.28 9.52-1.5 14.32v0.53c0.05 53.3 40.67 97.7 93.51 102.22 52.85 4.53 100.35-32.33 109.38-84.85 0.17-1.33 0.3-2.65 0.46-3.98 2.1-17.48-0.18-35.21-6.63-51.58z">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="123"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (27646 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M116.5 215.79c0.78 4.3-0.21 8.59-0.27 12.87 0 0.96 0.46 2.16-0.76 3.02-0.31 0.21-0.27 1.56-0.08 2.12 0.96 2.96 0.06 5.88 0.06 8.8 0 2.39 0.09 4.79-0.06 7.2-0.13 1.81-0.23 3.63-0.25 5.46-0.05 3.44-0.19 6.89-0.49 10.31-0.19 2.31-0.44 4.62-0.63 6.93-0.27 3.78-0.79 7.56-0.67 11.38 0 0.29 0.11 0.63 0 0.9-0.63 1.62 0.4 1.62 1.49 1.6 1.51-0.02 3.01-0.02 4.52-0.02 0.98 0 1.97-0.05 2.87 0.56 0.93 0.61 2.08 0.25 2.86 0.04 2.56-0.69 5.14-0.54 7.73-0.54 2.96 0 5.43-1.14 7.81-2.86 1.61-1.17 3.1-2.48 4.53-3.84 0.72-0.69 0.91-1.45 0.78-2.41-0.36-3.3-0.11-6.58-0.04-9.87 0.1-5.63 0.63-11.24 0.88-16.86 0.17-3.82 0.38-7.67 0.63-11.49 0.33-4.95 0.99-9.87 1.55-14.78 0.51-4.34 0.61-8.69 1.09-13.02 0.13-1.05-0.1-2.12 0.09-3.23 0.15-0.84-0.51-1.51-1.51-1.07-2.84 1.26-5.82 2.02-8.74 3-1.03 0.34-0.15 0.65-0.12 0.99-4.79-0.17-9.33 1.32-13.99 1.99-3.34 0.49-6.74 0.34-10.12 0.55-1.47 0.08-2.94 0-4.41 0 0.48 1.93-0.27 3.63-0.4 5.35-0.21 2.56-0.27 5.13-0.33 7.69-0.13 4.66 0.06 9.32 0.08 13.96 0 3.68-0.23 7.33-0.29 11-0.05 3.13-0.11 6.28-0.59 9.41-0.19 1.26 0.06 2.58-0.02 3.88-0.04 0.55 0.02 1.09-0.3 1.6-0.94 1.47 0.21 2.9 0.11 4.41-0.3 3.9-0.15 7.85-0.46 11.76-0.19 2.24 0.14 4.51-0.21 6.74-0.34 1.97-1.07 3.67-3.45 4.22-2.24 0.52-4.41 1.49-6.61 2.2-0.8 0.25-0.92 0.46-0.4 1.22 1.09 1.62 2.73 2.9 3.34 4.85 0.23 0.77 1.05 0.77 1.43 1.36 1.05 1.72 2.75 2.92 3.9 4.45 2.04 2.69 4.48 5.08 6.18 8.07 1.17 2.03 2.49 3.96 3.06 6.25 0.34 1.31 1.56 2.04 1.83 3.11 0.54 2.12 1.34 4.35 0.73 6.55-0.35 1.26-0.23 2.54-0.56 3.78-0.38 1.39-1.05 2.46-2.21 3.3-3.4 2.47-7.16 4.13-11.38 4.15-2.41 0-4.85-0.16-7.03-1.86-1.75-1.37-4.22-1.49-6.34-2.27-1.98-0.72-3.89-1.56-5.65-2.71-1.45-0.97-2.92-1.87-4.35-2.9-2.5-1.78-4.79-3.71-6.84-6-1.7-1.89-2.61-4.01-2.9-6.49-0.63-5.19-1.18-10.35-1.05-15.58 0.06-2.62 0.69-5.19 0.63-7.83 0-0.76-0.17-1.55 0.19-2.33 0.23-0.46-0.21-0.86-0.63-1.07-2.61-1.41-4.66-3.57-7.08-5.23-0.84-0.57-1.66-1.07-2.71-1.03-0.29 0-0.5 0-0.8-0.21-0.96-0.73-1.7-1.72-2.7-2.41-0.38-0.26-0.89-0.99-0.53-1.73 0.42-0.9 1.14-0.1 1.81-0.23-0.34-0.84-0.42-1.61-0.95-2.33-1.11-1.49-0.29-3.15-0.1-4.7 0.63-5.27 1.68-10.48 2.85-15.64 0.7-3.09 0.57-6.28 1.22-9.32 0.48-2.23 0.69-4.5 0.88-6.7 0.49-5.29 1.7-10.5 1.58-15.85-0.09-2.88 0.46-5.76 0.38-8.63-0.07-2.12 0.08-4.24 0.18-6.34 0.11-1.89 0.4-3.76 0.72-5.63 0.12-0.69-0.02-1.32-0.15-1.97-0.04-0.24-0.33-0.49-0.1-0.7 1.74-1.49 0.12-1.97-0.82-2.08-2.23-0.23-3.49-2.05-5.34-2.89-2.35-1.1-4.64-2.33-6.93-3.53-2.83-1.47-5.71-2.9-8.33-4.73-1.43-0.98-3.02-1.72-4.37-2.79-3-2.39-6-4.76-8.71-7.53-1.2-1.24-2.48-2.46-3.68-3.7-2.2-2.25-3.94-4.85-5.75-7.41-2.23-3.15-3.82-6.62-5.46-10.04-1.49-3.11-2.43-6.46-3.59-9.72-1.7-4.83-3.34-9.7-4.49-14.7-0.65-2.89-2.12-5.37-3.15-8.06-0.86-2.25-1.64-4.51-1.83-6.95-0.23-2.67-0.65-5.33-0.92-8-0.3-3.02-0.15-5.96 0.46-8.86 0.67-3.27 1.7-6.47 3.11-9.53 0.27-0.61 0.67-0.88 1.11-1.01 0.5-0.15 0.82 0.36 1.11 1.32 0.28-2.75 1.09-4.91 1.45-7.16 0.38-2.37 1.34-4.53 2-6.8 0.56-1.95 1.34-3.86 1.97-5.79 0.78-2.36 1.36-4.77 2.25-7.06 1.09-2.85 2.35-5.67 4.09-8.19 1.51-2.18 2.75-4.53 4.98-6.19 0.98-0.74 1.55-2 2.41-2.94 0.88-0.97 1.79-1.97 2.67-2.98 1.51-1.74 3.15-3.4 4.79-5.06 2.18-2.21 4.34-4.43 6.63-6.51 0.74-0.65 1.81-0.97 2.77-1.3 0.82-0.3 3.13 1.4 3.28 2.27 0.46 2.64 0.46 5.31 0.61 7.97 0.25 4.33 0.86 8.59 2.03 12.77 0.13 0.42 0.38 0.82 0.57 1.22 0.44-0.23 0.76-0.53 1.07-0.97 0.65-0.99 1.49-1.85 2.27-2.77-1.28-0.97-1.14-2.67-1.01-4.43 0.11-1.41-0.71-2.62-1.15-3.91-1.03-2.93-1.28-5.9-1.1-8.96 0.05-0.57 0.42-1.32-0.37-1.76 0.29-0.51 0.63-0.91 0.67-1.58 0.17-2.16 1.01-4.14 1.85-6.13 1.05-2.5 3-4.18 5.2-5.31 4.9-2.5 8.57-6.24 11.8-10.5 0.53-0.69 1.1-1.16 1.96-1.47 3.59-1.28 7.07-2.86 10.58-4.35 2.77-1.17 5.73-1.76 8.8-1.21 2.18 0.37 4.41 0.52 6.57 0.92 1.93 0.36 3.82 0.9 5.6 1.78 1.5 0.74 3.07 1.24 4.52 2.08 2.65 1.51 5.27 3.07 7.18 5.46 2.06 2.56 3.97 5.25 4.83 8.51 0.06 0.27 0.23 0.52 0.44 0.96 1.18-2.29 2.48-4.32 3.93-6.23 1.45-1.92 3.19-3.55 4.76-5.32 2.17-2.41 4.83-4.24 6.93-6.69 1.3-1.54 3.07-2.63 4.33-4.25 0.48-0.63 1.43-0.71 2.24-0.44 0.82 0.26 1.05 0.86 1.22 1.7 0.53 2.86 1.09 5.8 2.54 8.23 2.15 3.62 4.43 7.19 7.08 10.5 2.52 3.15 4.76 6.51 7.26 9.68 3.95 5.02 7.69 10.19 12.16 14.78 2.42 2.5 4.81 5.02 6.99 7.77 1.75 2.21 3.66 4.33 5.53 6.47 0.82 0.92 1.46 2.01 2.2 3.04 0.65-0.46 0.17-0.88 0.08-1.26-0.82-3.8-1.86-7.53-3.33-11.15-0.47-1.15-1.05-2.22-1.98-3.12-0.75-0.76-0.96-1.91-0.17-2.69 0.68-0.67 1.58-0.32 2.42 0.23 1.68 1.13 3.57 1.97 5.21 3.15 2.6 1.83 5.16 3.72 7.51 5.9 2.73 2.54 4.96 5.44 6.99 8.5 1.64 2.48 2.88 5.17 4.16 7.85 1.93 4.02 3.61 8.11 5.04 12.31 0.76 2.25 1.43 4.51 1.85 6.86 0.69 3.89 1.45 7.73 2.2 11.59 0.21 1.03 0.17 2.06 0.26 3.09 0.08 1.11-0.38 2.46 1.17 3.02 0.13 0.05 0.17 0.44 0.17 0.65-0.1 1.5 0.84 2.4 1.76 3.32 0.4 0.4 0.57 0.84 0.51 1.35-0.17 1.49 0.04 2.96 0.23 4.43 0.34 2.56 0.48 5.14 0.67 7.72 0.15 2.17-0.46 4.22-0.76 6.34-0.39 2.88-1.53 5.44-2.47 8.11-0.67 1.87-2.04 3.19-3.09 4.76-0.71 1.05-0.69 2.73-2 3.15-0.98 0.32-1.53 1.07-2.39 1.49-1.83 0.93-2.71 2.63-3.38 4.52-1.74 4.89-4.07 9.49-6.74 13.98-1.72 2.9-3.67 5.63-5.67 8.3-1.55 2.05-3.61 3.84-5.58 5.62-1.47 1.33-3.07 2.58-4.39 4.05-1.3 1.43-2.98 2.29-4.47 3.41-2.25 1.7-4.62 3.21-7.04 4.68-2.71 1.66-5.48 3.21-8.27 4.74-1.87 1.03-3.74 2.08-5.71 2.88-1.53 0.63-2.9 1.68-4.58 1.97-0.73 0.13-1.03 0.63-1.17 1.43-0.68 3.74-0.22 7.5-0.55 11.23-0.38 4.39-0.88 8.78-1.47 13.15-0.59 4.39-0.86 8.82-1.11 13.23-0.17 3.14-0.47 6.31-0.63 9.46-0.19 3.51-0.17 7.02-0.47 10.5-0.41 5.15-0.16 10.29-0.25 15.41 0 1.01-0.33 1.96-0.98 2.73-0.95 1.14-1.98 2.23-3.01 3.3-0.4 0.42-1.36 0.67-1.19 1.17 0.25 0.8 0.42 1.71 1.05 2.4 2.68 2.94 5.6 5.63 8.58 8.27 1.64 1.45 3.28 2.86 5.17 3.95 0.69 0.4 0.71 1.28 1.15 1.89 1.68 2.37 3.11 4.85 3.15 7.89 0 0.19 0.02 0.51 0.13 0.55 0.88 0.38 1.53 1.28 1.41 1.93-0.32 1.7-0.45 3.44-1.07 5.12-0.93 2.5-3.32 3.32-5.09 4.83-1.84 1.58-4.07 2.12-6.34 2.56-1.24 0.24-2.5-0.12-3.71-0.39-2.88-0.61-5.8-1.08-8.59-1.96-2.86-0.88-5.65-2.01-8.23-3.67-1.81-1.16-3.78-2.06-5.48-3.4-1.81-1.41-3.45-3.05-4.03-5.29-0.32-1.18-0.8-2.31-1.03-3.53-0.97-4.98-1.12-10.02-1.39-15.06-0.06-1.21-0.25-2.08-1.91-2.14-2.04-0.08-4.07 0.23-6.11-0.23-1.68-0.38-2.64-1.19-2.62-2.85 0.06-4.75 0.35-9.49 0.77-14.24 0.34-3.67 0.8-7.39 0.8-11.13 0-2.75 0.11-5.56 0.51-8.33 0.2-1.56-0.15-3.21 0.08-4.77 0.21-1.49-0.65-3.15 0.65-4.51 0.13-0.13-0.27-0.68-0.27-1.03-0.07-3.19-0.49-6.43 0.52-9.58 0.04-0.12-0.1-0.63-0.15-0.96-0.31-2.69 0.26-5.29 0.47-7.94 0.16-2.12 0.31-4.26 0.5-6.38 0.06-0.63 0.38-1.13 0.38-1.81 0-0.77 0.9-0.82 1.45-0.54 0.52 0.27 0.9 0.1 1.26 0h0.08zm70.82-163.46c0.93 2.92 1.75 5.55 2.55 8.15 0.37 1.24 1 2.5 0.08 3.78-0.11 0.15-0.06 0.31 0.1 0.31 1.41-0.04 1.39 1.24 1.47 1.96 0.28 2.35 1.1 4.53 1.72 6.76 0.34 1.19 0.28 2.45 0.97 3.63 0.38 0.63 0.59 1.95-0.75 2.48-1.24 0.48-1.79-0.13-2.38-1.1-1.72-2.75-2.71-5.85-4.39-8.65-1.74-2.89-3.88-5.45-5.92-8.1-1.7-2.23-3.59-4.33-5.43-6.45-3.09-3.52-6.58-6.67-9.45-10.41-1.14-1.47-2.54-2.73-3.66-4.24-2.2-3-4.39-6.05-6.72-8.97-3.13-3.94-6.21-7.91-8.94-12.15-2.52-3.91-5.04-7.81-6.2-12.54-0.46 0.59-0.79 1.18-1.28 1.58-4.36 3.67-8.56 7.53-12.3 11.86-1.74 2.02-3.13 4.26-4.39 6.59-0.44 0.82-0.46 1.83-1.03 2.58-2.87 3.87-4.99 8.13-6.55 12.69-0.1 0.33-0.25 0.84-0.48 0.9-1.07 0.27-1.03 1.2-1.33 1.95-0.56 1.49-0.35 3.15-0.79 4.64-0.69 2.27-1.03 4.56-1.03 6.91 0 0.52 0.13 0.71 0.73 0.84 4.37 0.86 8.8 1.34 13.06 2.69 2.19 0.69 4.22 1.66 6.22 2.68 2.04 1.05 3.9 2.44 5.86 3.66 3.48 2.18 6.8 4.62 9.8 7.43 2.06 1.95 4.31 3.74 6.01 6.05 0.78 1.05 1.74 1.97 2.25 3.25 0.31 0.8 0.14 1.43-0.45 1.85-0.58 0.42-1.21 0.44-1.89-0.15-1.34-1.19-2.66-2.39-4.22-3.4-3.13-2.04-6.44-3.48-10.1-3.95-1.32-0.16-2.81-0.4-4.43 0.17 0.61 0.32 1.03 0.17 1.41 0.42 5.35 3.55 9.83 7.88 13.06 13.54 2.79 4.9 5.27 9.81 6.34 15.44 1.3 6.76 0.51 13.22-1.91 19.56-0.94 2.46-2.06 4.94-3.55 7.1-2.52 3.68-4.97 7.43-8.35 10.44-0.78 0.69-0.42 1.13 0.04 1.32 3.04 1.22 5.69 3.25 8.75 4.41 1.89 0.71 3.87 1.68 5.86 1.38 2.33-0.33 4.62-1.11 6.85-1.95 2.77-1.05 5.41-2.41 8.17-3.48 2.24-0.89 4.26-2.21 6.48-3.15 2.4-1.01 4.45-2.77 6.95-3.72 0.88-0.33 1.89-0.78 2.5-1.26 2.37-1.91 5.17-3.09 7.58-4.89 2.08-1.53 4.41-2.75 6.34-4.45 2.92-2.56 5.86-5.11 8.38-8.11 1.49-1.76 3.17-3.42 4.12-5.54 0.67-1.49 1.55-2.96 1.38-4.79-0.44-4.85-1.32-9.61-2.12-14.4-0.52-3.11-1.22-6.15-2.16-9.15-0.65-2.04-1.24-4.12-2.12-6.05-0.59-1.28-0.76-2.73-1.43-3.91-0.9-1.57-1.58-3.25-2.44-4.85-0.94-1.76-1.7-3.67-2.77-5.35-2.26-3.57-4.97-6.78-8.21-9.51-1.8-1.51-3.53-3.17-5.92-4.39l0.06 0.06zM11.54 137.45c0.84 2.69 1.53 5.25 2.41 7.75 0.97 2.77 1.47 5.65 2.65 8.38 0.67 1.55 1.09 3.31 1.8 4.82 1.37 2.88 2.8 5.72 4.45 8.47 2.46 4.05 5.09 7.87 8.61 11.1 2.84 2.61 5.34 5.55 8.55 7.69 2.37 1.59 4.51 3.48 7.16 4.74 2.83 1.35 5.44 3.22 8.25 4.62 2.73 1.39 5.4 2.94 8.15 4.24 2.98 1.41 6.02 2.69 9.07 4.01 3.13 1.37 6.38 2.42 9.59 3.45 3.22 1.02 6.66 1.47 9.98 2.27 0.77 0.18 1.57 0.25 2.37 0.33 3.32 0.31 6.63 0.57 9.93 0.94 2.98 0.34 6.01 0.32 8.97 0.26 2.52-0.04 5.12 0 7.66-0.44 2.73-0.46 5.54-0.57 8.27-1.12 2.8-0.54 5.57-1.19 8.34-1.95 3.17-0.84 6.43-1.41 9.45-2.64 1.28-0.53 2.77-0.82 3.63-2.06 0.74-1.07 1.53-1.66 2.73-0.69 0.32 0.25 0.57 0.06 0.82-0.05 2.1-0.94 4.24-1.82 6.32-2.85 2.79-1.39 5.63-2.73 8.23-4.41 2.94-1.89 6.03-3.61 8.86-5.65 3.11-2.25 6.11-4.68 9.01-7.26 2.5-2.25 4.85-4.58 6.86-7.23 3.58-4.66 6.83-9.57 9.12-15.01 0.54-1.3 1.36-2.58 1.55-4.2-2.06 0.72-3.76 1.87-5.29 2.92-2.56 1.74-5.42 2.83-8.04 4.39-1.13 0.67-2.33 1.68-3.45 1.85-2.16 0.33-3.8 1.61-5.71 2.33-4.09 1.51-7.83 3.8-11.75 5.67-5.15 2.45-10.57 3.75-16.07 4.83-1.28 0.25-2.56 0.54-3.94 0.56-1.83 0.04-3.7-0.17-5.51 0.25-4.85 1.18-9.8 1.12-14.74 0.97-1.63-0.04-3.17-0.76-3.71-2.41-0.32-0.99-0.86-1.98-0.63-3.09-3.55-0.04-6.78-1.16-10.04-2.12-1.7-0.51-2.94-3.17-2.46-4.85 0.28-0.95 0.8-1.81 1.26-2.8-1.44 0.05-2.28-1.13-3.48-1.63-1.09-0.49-2.52-1.26-2.21-3.07 0.11-0.59-0.37-0.31-0.71-0.33-3.7-0.05-7.39-0.11-11.07-0.21-0.58 0-0.79 0.23-1.11 0.67-1.01 1.4-2.06 2.96-3.82 3.36-1.91 0.44-2.96 2.05-3.19 3.38-0.46 2.6-2.35 3.25-4.18 4.13-1.53 0.74-3.15 0.82-4.81 0.59-0.54-0.08-1.19-0.33-1.64 0.57-0.84 1.72-2.66 2.5-4.53 2.16-0.55-0.08-1.07-0.19-1.62-0.31-2.69-0.65-5.46-1.07-7.96-2.42-1.34-0.71-2.66-1.51-4.05-2.12-1.32-0.57-2.81-0.8-4.09-1.43-3.34-1.64-6.93-2.79-10.02-4.87-0.98-0.67-2.12-0.82-3.06-1.47-1.24-0.86-2.46-1.74-3.78-2.43-3.34-1.73-6.43-3.85-9.51-5.97-2.48-1.7-5-3.36-7.4-5.18-1.89-1.43-3.54-3.09-5.31-4.64-1.74-1.51-3.08-3.45-5.16-4.83v0.04zm7.95-21.77c0.95-1.05 1.52-0.49 2.08 0.17 0.47 0.52 0.86 1.17 1.45 1.47 2.54 1.21 4.18 3.59 6.64 4.89 1.4 0.75 2.56 2.03 3.92 2.73 2.59 1.3 4.92 2.94 7.27 4.53 2.81 1.91 5.75 3.68 8.54 5.63 2 1.39 4.31 2.64 6.68 3.59 0.59 0.25 1.28 0.34 1.79 0.61 1.32 0.71 3.12 0.42 4.07 2.01 0-0.54 0.5-0.92 0.23-1.47-0.19-0.35-0.08-0.63 0.34-0.58 1.28 0.14 2.12-0.86 3.19-1.14 1.01-0.25 0.9-0.69 0.63-1.38-0.84-2.06-1.62-4.14-2.56-6.13-1.1-2.31-1.79-4.75-2.5-7.16-0.25-0.84-0.17-1.68 0.14-2.54 0.82-2.19 1.58-4.37 2.67-6.45 1.07-2.04 2.18-3.97 4.24-5 1.58-0.77 3.03-1.74 4.54-2.58 2.48-1.39 5.14-1.97 7.81-2.73 1.87-0.54 3.93-0.25 5.69-1.01 3.46-1.47 7.18-2.14 10.69-3.46 2.41-0.9 4.3-2.37 5.96-4.26 0.46-0.55 0.55-0.99 0.06-1.7-0.8-1.22-1.34-2.57-0.44-4.1 0.53-0.86 0.17-1.85-0.82-2.16-1.8-0.55-3.44-1.45-5.18-2.08-1.93-0.71-3.87-1.64-5.53-2.73-3.31-2.18-6.15-5.08-9.02-7.87-1.75-1.68-3.22-3.72-5.44-4.79-1.96-0.92-2.35-2.6-3.05-4.43-1.05-2.71-1.47-5.56-1.76-8.34-0.36-3.29-0.32-6.69 0.13-10.03 0.06-0.46 0.33-1.16-0.19-1.37-0.4-0.16-0.95-0.06-1.47 0.38-0.95 0.84-2.06 1.49-3.13 2.16-3.28 2.04-6.01 4.73-8.93 7.18-2.64 2.25-5.16 4.65-7.03 7.65-0.76 1.22-2.46 0.92-3.11-0.38-0.48-0.95-0.5-2.04-0.94-2.98-1.47-3.19-1.66-6.68-2.25-10.04-0.42-2.35-0.23-4.83-0.48-7.26-0.17-1.56-0.23-3.11-0.34-4.92-1.24 1.2-2.58 1.75-3.55 2.88-1.24 1.45-2.73 2.69-3.99 4.14-1.63 1.89-3.63 3.4-5.2 5.33-2.4 2.94-5.15 5.58-7.42 8.65-1.38 1.89-2.64 3.93-3.98 5.84-0.87 1.22-1.39 3.02-1.92 4.62-1.99 6.02-3.98 12.03-5.85 18.09-0.61 2-1.22 4.18-1.05 6.2 0.16 1.91 0.31 3.88 0.9 5.81 0.88 2.88 1.18 5.97 2.71 8.64 0.27 0.48-0.04 1.19 0.15 1.34 1.99 1.28 2.81 3.67 4.78 4.95 0.72 0.47-0.21 0.72-0.19 1.47l0.02 0.11zm67.38 176.7c2.99-0.48 5.95-0.94 8.93-1.43 2.69-0.42 5.2-1.36 7.62-2.56 0.78-0.38 1.55-0.99 1.55-2.2 0-3.42 0.26-6.87 0.4-10.27 0.15-3.13 0.13-6.26 0.25-9.38 0.17-4.08 0.59-8.15 0.61-12.25 0-2.62 0.53-5.25 0.4-7.85-0.12-2.67 0.09-5.33 0.06-8 0-2.9-0.2-5.81-0.12-8.73 0.08-2.21 0-4.43 0.11-6.64 0.1-2.94 0.5-5.83 1.21-8.69 0.19-0.73 0.11-1.13-0.8-1.11-1.88 0.04-3.8 0.08-5.69 0-3.67-0.17-7.28-0.86-10.89-1.58-3.05-0.59-6.01-1.51-9.01-2.26-2.25-0.57-4.41-1.41-6.68-1.94-1.15-0.27-2.52-0.96-3.74-1.59-1.42-0.76-1.86-0.38-1.86 1.28 0 0.88 0.08 1.76 0 2.62-0.84 7.65-0.68 15.37-1.39 23.04-0.4 4.22-0.9 8.42-1.34 12.64-0.38 3.61-0.97 7.22-1.12 10.87-0.04 1.03 0.05 2.14-0.31 3.07-0.51 1.32 0.1 2.66-0.46 3.99-0.23 0.52-0.09 1.4-0.19 2.12-0.3 1.99-0.86 4.11-0.13 5.98 0.61 1.51 0.11 2.67-0.19 3.95-0.25 1.11-0.69 2.18-1.11 3.23-0.25 0.63-0.13 1.22 0.48 1.3 1.6 0.19 2.19 1.52 3.19 2.44 2.33 2.12 4.9 4.01 7.58 5.67 3.07 1.89 5.78 4.6 9.87 4.26 0.91-0.08 1.87-0.21 2.84 0.04l-0.07-0.02zm24.55-133.89c1.26 2.22 3.8 2.73 5.86 3.5 2.01 0.78 4.11 1.62 6.28 2.15 2.87 0.71 5.75 1.05 8.65 0.75 1.7-0.17 3.46-0.12 5.12-0.75 0.67-0.26 1.45 0.04 1.81 0.79 0.42 0.86-0.24 1.18-0.87 1.47-0.35 0.17-0.73 0.3-1.07 0.51-0.94 0.57-2.1 0.04-2.94 0.48-2.12 1.11-4.34 0.97-6.55 0.69-3.44-0.42-6.63-1.82-9.89-3-0.44-0.17-1.15-1.07-1.47 0.11-0.29 1.05-1.42 2.37 0.17 3.17 3.05 1.55 6.38 2.1 9.74 2.2 2.67 0.09 5.36 0 8.03-0.31 1.28-0.15 2.58-0.19 3.86-0.13 1.53 0.06 2.29 1.11 1.85 2.29-0.36 0.97-1.18 0.67-1.85 0.65-2.86-0.06-5.73-0.1-8.59 0.19-0.9 0.08-1.6 0.46-1.57 1.2 0.02 0.63 0.81 0.94 1.59 1.09 2.58 0.48 5.13 0.48 7.75 0.23 5.86-0.55 11.63-1.47 17.39-2.65 0.69-0.14 1.26-0.52 1.97-0.69 2.44-0.55 4.93-0.9 7.14-2.2 0.44-0.26 0.99-0.3 1.28-0.13 1.45 0.86 2.62-0.17 3.61-0.73 1.93-1.1 4.07-1.66 5.96-2.86 0.93-0.59 1.94-1.41 2.98-1.55 1.75-0.24 3.13-1.31 4.75-1.81 1.81-0.57 3.57-1.72 5.4-2.56 2.39-1.07 4.62-2.52 7.01-3.63 1.03-0.49 2.27-0.93 3.05-1.58 1.63-1.38 3.65-2.12 5.29-3.44 1.76-1.45 3.9-2.35 5.71-3.78 1.26-1.01 1.82-2.6 3.21-3.47 1.05-0.65 1.7-1.61 2.16-2.73 1.45-3.48 2.31-7.13 3.03-10.81 0.58-2.96 1.4-5.92 1.26-8.98-0.07-1.37-0.57-2.8-0.42-4.04 0.21-1.67-1.07-2.7-1.05-4.2-1.05 1.79-2.23 3.36-3.34 5.02-0.51 0.76-1.35 1.39-1.51 2.33-0.36 2.19-1.92 3.61-3.34 4.94-1.72 1.59-3.99 2.6-5.82 4.11-1.62 1.35-3.42 2.52-4.87 4.05-0.9 0.97-2.12 0.78-3.05 1.39-2.09 1.35-4.15 2.73-6.34 3.95-2.87 1.62-5.81 3.17-8.69 4.81-1.7 0.96-3.53 1.76-5.35 2.54-1.51 0.63-2.98 1.72-4.54 2.39-3.69 1.62-7.43 3.09-11.32 4.2-3.59 1.03-3.65 1.13-6.93-0.04-0.98-0.36-2.03-0.36-3-0.93-2.54-1.51-5.27-2.7-7.87-4.13-0.88-0.49-1.79-1.37-2.54-1.58-1.83-0.52-3.21-1.74-4.85-2.47-2.29-1.01-4.6-1.83-7.18-1.75-0.44 0-0.8 0.15-0.7 0.47 0.3 0.79 0.55 1.82 1.18 2.26 1.37 0.97 2.77 1.89 4.18 2.82 2.81 1.86 6 3.04 8.8 4.97 1.23 0.84 1.09 1.83 0.69 2.86-0.44 1.11-1.41 0.52-2.12 0.31-1.98-0.57-4.14-0.84-6.03-0.69-2.62 0.21-4.85-0.82-7.2-1.28-2.23-0.44-4.24-1.93-6.34-2.94-1.7-0.8-3.36-1.68-5.25-2.02-0.59-0.1-3.15 0.99-3.42 1.45-0.15 0.23-0.07 0.42 0.1 0.49 1.05 0.39 1.7 1.34 2.63 1.91 1.13 0.71 2.58 0.67 3.65 1.36 2.25 1.47 4.64 2.67 7.06 3.82 2.77 1.35 5.52 2.67 8.73 2.48 1.93-0.13 3.88 0 5.84 0 0.33 0 0.75-0.25 0.92 0.4 0.13 0.5 0.27 1.03-0.08 1.41-0.42 0.44-1.01 0.58-1.64 0.58-1.51 0-3.02 0-4.51 0.09-4.33 0.29-8.24-1.03-11.87-3.15-3.08-1.83-6.17-3.13-9.68-1.85l-0.04-0.02zm-25.45 6.28c-1.32-0.55-2.73-0.3-3.88-0.26-2.06 0.11-4.16 0.47-6.22 0.32-2.43-0.19-4.91 0-7.14-1.62-1.17-0.84-2.5-1.68-3.88-2.12-1.64-0.52-0.53-1.57-0.59-2.24-0.04-0.53 0.97-0.74 1.66-0.26 1.13 0.78 2.39 1.66 3.57 2 1.91 0.56 3.71 1.66 5.86 1.57 3.5-0.17 7.03 0.25 10.52-0.56 1.89-0.45 3.61-1.41 5.41-1.89 1.37-0.36 0.89-1.6 1.75-1.94-0.76-0.42-1.56-0.73-2.46-0.58-0.04 0-0.08 0.06-0.13 0.06-3.12 0.34-6.25 0.76-9.38 0.99-4.37 0.33-8.61-0.51-12.68-1.96-1.24-0.44-2.88-0.06-3.7-1.57-0.23-0.44-0.78-0.8-0.25-1.28 0.44-0.42 0.94-1.05 1.64-0.78 1.42 0.55 2.96 0.72 4.36 1.24 5.11 1.91 10.31 1.81 15.6 1.11 2.17-0.29 4.29-0.75 6.35-1.36 2.03-0.59 4.11-1.32 5.79-2.77 0.44-0.38 0.88-0.72 0.63-1.37-0.29-0.67-0.76-1.19-1.55-1.21-1.7-0.05-3.38-0.07-5.04 0.52-2.88 1.03-5.9 1.53-8.93 1.68-3.67 0.19-7.22-0.63-10.56-2.27-0.94-0.46-2.14-1.07-2.01-2.24 0.08-0.78 1.17-1.16 2.03-1.39 0.19-0.04 0.36-0.19 0.55-0.23 0.84-0.25 1.62-0.51 2.33-1.13 1.03-0.89 1.89-1.89 2.88-2.82 1.26-1.17 2.73-2.2 3.48-3.8 0.27-0.59 1.28-1.05 0.84-1.7-0.61-0.88-1.76-0.73-2.73-0.63-0.67 0.06-1.3 0.48-1.97 0.65-1.41 0.38-2.52 1.3-3.82 1.89-0.53 0.23-1.12-0.23-1.3 0.13-0.78 1.38-2 1.89-3.47 2.35-1.11 0.35-2.35 0.71-3.32 1.36-1.57 1.07-3.36 1.49-5.04 2.23-0.84 0.35-1.8 0.35-2.64-0.04-2.88-1.37-5.78-2.69-8.53-4.29-3.27-1.91-6.42-4.07-9.59-6.15-2.82-1.85-5.52-3.88-8.42-5.54-3.11-1.76-5.99-3.84-8.76-6.01-2.52-1.97-5-4.07-7.39-6.25-0.75-0.7-1.36-1.54-1.97-2.4-0.34-0.46 0.35-0.77-0.17-1.15-1.95-1.41-2.63-3.66-3.42-5.75-0.61-1.58-1.1-3.17-1.18-4.9-0.02-0.58-0.44-1.34-1.22-1.28-0.69 0.07-1.21 0.49-1.42 1.3-0.8 3.26-1.54 6.49-1.56 9.89 0 2.17 0.06 4.39 0.3 6.47 0.27 2.44 0.6 4.96 1.23 7.37 0.51 1.97 1.29 3.88 2.44 5.58 1.74 2.55 3.97 4.69 6.11 6.89 2.23 2.29 4.64 4.39 6.99 6.57 2.42 2.23 5.27 3.87 7.79 5.95 1.16 0.96 2.5 1.7 3.74 2.54 1.74 1.21 3.86 2.05 5.56 3.31 2.59 1.87 5.74 2.65 8.13 4.77 1.32 1.18 3.02 0.94 4.56 1.36 2.1 0.59 3.88 2.06 6.02 2.67 2.06 0.59 3.61 2.14 5.61 2.92 1.36 0.52 2.92 0.69 4.07 1.72 0.82 0.74 1.2 0.71 1.35-0.52 0.08-0.78 0.48-1.79 1.42-1.75 0.95 0.05 1.91-0.08 2.9 0.17 2.5 0.63 5 1.32 7.6 1.39 2.21 0.04 4.37-0.53 5.21-3.01l0.04 0.05zM99.58 72.8c-1.12-0.71-1.51 0.53-2.27 0.82-2.18 0.91-4.16 2.21-6.22 3.32-1.11 0.61-0.75 1.39-0.08 1.78 0.99 0.57 1.79 1.39 2.79 1.94 2.19 1.21 4.48 2.16 6.81 3.06 2.41 0.95 4.76 2.04 7.2 2.94 1.91 0.69 1.95 0.59 2.66 1.97 0.36 0.7 0.34 0.66-0.18 1.05-0.34 0.28-0.76 0.26-1.05 0.82-0.97 1.98-1.83 3.99-2.99 5.88-1.07 1.77-2.2 3.3-3.99 4.45-0.88 0.57-2.09 0.78-2.47 2.02-0.7 2.22-1.22 4.41-0.93 6.8 0.4 3.15 2.14 6.68 5.69 7.35 2.59 0.48 4.92-0.17 7.33-0.46 2.58-0.32 5.5 1.4 5.78 3.59 0.29 2.31 0.86 4.58 2.26 6.53 0.53 0.73 0.57 1.55 0.63 2.46 0.13 1.61-0.29 3.25 0.23 4.89 0.44 1.36 0.55 2.85 0.72 4.28 0.23 2.2 1.32 2.96 3.25 1.87 1.64-0.95 3.15-0.46 4.62-0.02 1.89 0.57 2.27 0.48 2.98-1.39 0.82-2.16 1.39-4.47 3.68-5.77 0.42-0.23 1.05-0.78 0.94-1.83-0.37-3.65-0.12-7.26 2.38-10.29 1.11-1.36 2.14-2.77 3.02-4.3 0.84-1.47 1.15-1.66-0.84-2.29-1.3-0.42-2.44-1.05-2.98-2.27-0.44-0.96-0.36-1.8 0.57-2.79 0.98-1.05 1.57-1.81 2.87-1.17 1.11 0.54 1.95 0.73 2.52-0.66 0.09-0.2 0.29-0.46 0.5-0.52 1.54-0.55 0.59-1.22 0.13-1.89-0.4-0.55-0.9-0.92-1.57-1.07-1.37-0.32-2.08-1.26-2.48-2.5-0.84-2.6 1.11-4.85 3.8-4.51 1.28 0.16 2.39 0.58 3.63 1.59-0.46-2.04-1.62-3.38-2.35-4.91-0.17-0.36-0.71-0.42-0.84 0-0.61 2.18-2.73 1.49-4.12 2.14-0.96 0.46-1.86-0.59-2.56-1.34-1.05-1.14-1.07-2.5-0.77-3.91 0.37-1.76-0.42-3.57 0.25-5.29 0.4-1.01 0-1.57-0.74-2.12-2.66-1.93-5.67-3.23-8.52-4.83-0.69-0.38-1.03 0.11-1.16 0.4-0.48 1.13-1.34 1.24-2.33 1.05-0.52-0.11-0.98 0.15-1.42 0.19-1.12 0.06-2.1 0.94-3.41 0.08-1.66-1.09-1.05-2.69-1.21-4.03-0.19-1.51 1.15-3.61 2.05-3.63 1.47 0 3.07-0.06 4.27 0.94 2.2 1.85 4.51 1.14 7.09 0.61-0.67-0.52-0.94-1.07-1.78-0.92-0.74 0.15-1.43-0.32-1.91-0.93-0.68-0.86-1.28-1.74-1.93-2.6-0.51-0.67-0.99-1.01-1.81-0.25-0.67 0.63-1.6 0.97-2.37 1.51-1.66 1.16-3.7 1.05-5.52 1.66-1.12 0.38-1.31 0.9-0.95 1.87 0.61 1.61 0.31 2.96-1.18 3.99-0.63 0.42-1.23 0.86-1.78 1.36-1.13 1.01-2.31 1.09-3.55 0.23-0.57-0.4-1.26-0.58-1.72-1.17-0.29-0.38-0.78-0.59-1.2-0.3-0.46 0.32-0.23 0.86-0.08 1.24 0.52 1.43 1.87 2.25 2.79 3.38 0.57 0.7 0.38 1.58 1.05 2.19 0.21 0.21-0.59 0.75-1.15 0.82 0.16-1.29-1.41-0.24-1.7-1.33-0.21-0.75-1.39-1.22-1.96-1.93-1.36-1.74-2.66-3.55-1.17-5.9 0.12-0.19 0.29-0.42 0.04-0.65-4.94 0.21-5.94-0.42-5.23-3.34l-0.06 0.04zm10.96 82.2c-1.33-0.63-2.73-1.99-3.11-3.21-0.11-0.33-0.19-1.03 0.15-1.05 1.19-0.12 0.84-1.01 0.98-1.68 0.05-0.23 0-0.48 0.19-0.69 1.2-1.22 5.8-2.21 7.27-1.37 2.45 1.41 5.06 2.46 7.64 3.59 1.41 0.61 2.69 0.32 3.95-0.39 0.44-0.26 0.31-0.4-0.06-0.7-1.18-0.86-2.44-1.68-3.34-2.79-0.63-0.78-1.85-1.49-1.28-2.94 0.21-0.5-0.38-0.53-0.72-0.67-1.99-0.97-3.32-2.65-3.48-4.72-0.19-2.19-0.72-4.33-0.76-6.51-0.02-2.1 0.13-4.2-1.22-6.03-0.69-0.95-0.96-2.04-1.24-3.17-0.77-3.21-2.26-4.05-5.54-3.28-0.29 0.07-0.57 0.15-0.84 0.24-5.44 1.8-11.63-2.4-12.58-7.84-0.5-2.85-0.5-5.62 0.21-8.54-1.07 0.25-2.03 0.36-2.87 0.71-3.4 1.41-7.04 1.97-10.59 2.77-1.05 0.23-2.1 0.49-3.19 0.55-1.43 0.08-2.73 0.94-4.01 1.45-1.17 0.46-2.33 1.57-3.55 2.24-1.89 1.03-1.99 1.35-0.25 2.63 0.53 0.38 1.14 0.65 1.66 1.03 0.53 0.38 1.6 0.31 1.24 1.45 0 0.04 0.25 0.25 0.31 0.23 1.2-0.59 1.6 0.48 1.94 1.11 1.21 2.25 3.08 3.38 5.5 4.14 3.92 1.21 5.88 6.38 4.2 10.1-0.38 0.83-1.45 1.44-1.37 2.14 0.38 3.15-1.55 5.16-3.36 7.14-1.4 1.53-2.77 3.21-4.6 4.32-0.9 0.55-0.67 1.24 0.09 1.41 0.9 0.21 1.55 0.84 2.56 1.01 3.44 0.56 6.61-0.51 9.83-1.1 2.29-0.42 4.53-1.15 6.9-0.94 1.54 0.15 3.24 0.46 4.01 1.81 1.54 2.7 0.72 4.93-2.01 6.57-0.46 0.27-0.9 0.56-1.64 1.02 4.6 0.4 8.84 0.43 13.1-0.02l-0.12-0.02zm-1.39-107.2c1.16-1.49 0.65-3.38 1.39-4.98 0.56-1.26 1.36-2.6-0.51-3.55-0.08-0.04-0.14-0.12-0.16-0.21-0.74-2.33-1.89-4.43-3.32-6.4-0.99-1.39-2.56-1.26-3.8-0.08-1.01 0.96-1.47 2.24-2.52 3.21-2.31 2.1-3.72 2.6-6.6 1.13-2.07-1.05-3.75-0.73-5.35 0.88-1.2 1.22-2.37 2.46-3.82 3.38-0.99 0.65-1.91 1.58-3.17 1.58-1.45 0-2.92 0.29-4.35-0.13-0.56-0.17-0.82 0.11-1.03 0.63-0.5 1.26-0.69 2.65-0.82 3.91-0.16 1.7-1.26 3.61 0.32 5.27 0.21 0.23 0.34 0.56-0.11 0.69-0.69 0.19-0.56 0.74-0.58 1.22-0.07 2.94 0.54 5.77 1.21 8.63 0.38 1.61 1.31 1.15 2.02 0.71 3.13-1.95 6.53-3.27 9.97-4.53 3.03-1.12 6.09-2.08 9.07-3.32 2.13-0.88 4.39-1.79 6.79-0.86 1.21 0.46 2.47 0.21 3.71 0.29 0.42 0.02 0.89-0.08 0.93-0.56 0.14-1.89 0.25-3.78 0.4-5.88-3.49 3-7.25 2.7-11.09 1.72-0.55-0.15-1.11-0.72-0.88-1.39 0.19-0.63 0.31-1.55 1.09-1.64 1.34-0.16 2.73-0.14 4.09-0.1 1.6 0.04 3.09 0.15 3.89-1.72 0.25-0.59 0.94-1.66 1.87-0.93 0.86 0.7 2.1 1.43 1.36 3.03zM78.66 295.97c-1.05 0.51-1.76 0.42-2.43-0.04-0.27-0.19-0.76-0.51-0.88-0.21-0.23 0.61-0.57 1.7-0.46 1.89 0.77 1.38-0.11 2.66 0 3.97 0.12 1.74-0.36 3.61 1.15 5.08 0.42 0.42 0.99 0.48 1.39 0.92 1.19 1.32 2.39 2.67 3.77 3.8 1.66 1.37 3.24 2.84 4.92 4.2 1.26 1.01 2.14 1.41 4.22 0.34 0.57-0.3 0.92-0.36 0.46-1.26-0.55-1.03-0.94-2.21-1.3-3.36-0.59-1.93-0.51-3.93 0.67-5.59 1.13-1.57 2.67-2.75 4.45-3.65 0.82-0.42 2.42 0.08 2.42-1.16 0-0.94-0.93-1.86-1.43-2.81-0.13-0.21-0.23-0.44-0.34-0.65-0.5-0.99-1.21-1.2-2.33-0.92-1.53 0.35-3.08 0.63-4.7 0.33-1.26-0.21-2.5 0.26-3.63 0.78-1.05 0.48-2.08 0.92-3.2 1.24-1.26 0.38-2.3 1.36-2.89-0.86-0.19-0.67-0.59-1.16 0.12-2.02l0.02-0.02zm13.63-234c2.69-0.06 4.96 0.06 7.27-0.27 2.03-0.28 4.15-0.78 6.23-0.09 1.43 0.49 2.94 1.03 3.32 2.69 0.44 1.91-0.42 3.28-2.33 4.37-1.03 0.61-2.33 0.69-3.38 1.85 1.53-0.26 2.69-0.07 3.38 1.28 0.67 1.34-0.21 2.41-0.67 3.69 1.64-0.12 2.89 0.44 3.95 1.43 0.69 0.65 1.65 1.13 2.22 0.52 0.63-0.67 1.76-1.15 1.49-2.6-0.57-3.04 0.78-5.21 3.82-5.44 3.03-0.23 5.29-2.52 8.46-2.41 1.91 0.06 3.43 0 4.04 2.01 0.81 2.63 3.23 2.27 4.95 3.07 1.09 0.5 1.76-1.03 2.86-1.39-0.55-0.46-0.99-0.77-1.35-1.17-0.4-0.42-0.96-0.44-1.42-0.78-4.67-3.21-9.58-5.9-15.25-6.8-5.12-0.8-10.2-1.98-15.41-1.98-3.99 0-8.04-0.06-12.18 2v0.02zm-7.62 67.94c0-1.07 0.21-2.01-0.04-2.83-0.4-1.28-0.63-2.65-2.52-3-2.92-0.57-5.31-2.17-6.68-4.94-0.4-0.82-0.94-1.4-1.7-1.78-1.76-0.88-3.51-1.75-4.75-3.34-0.39-0.51-0.73-0.44-1.02 0.06-1.08 1.83-2.21 3.66-2.8 5.71-0.42 1.49-0.08 2 1.47 2.23 0.36 0.06 0.63 0.21 0.95 0.44 1.53 1.03 1.22 2.69 1.3 3.99 0.17 2.22 0.73 4.2 1.91 6.04 0.32 0.49 0.61 1.03 0.71 1.58 0.15 0.67 0.26 0.88 0.8 0.53 1.64-1.08 3.36-1.85 5.25-2.36 1.89-0.5 3.78-0.9 5.65-0.23 1.24 0.44 1.53-0.04 1.45-1.09-0.04-0.4-0.09-0.78 0-0.99l0.02-0.02zm60.58 4.47c0.54-1.21 1.42-2.18 2.05-3.31 1.43-2.61 2.8-5.19 3.7-8.06 1.26-4.01 1.49-7.88 0.06-11.8-0.19-0.55-0.16-1.1-0.25-1.62-0.5-3.91-1.72-7.39-4.89-10.08-0.86-0.73-1.22 0.23-1.81-0.04-0.25-0.11-0.63 0.31-0.54 0.73 0.1 0.53 0.23 1.05 0.86 1.26 1.47 0.49 2.52 1.47 3.36 2.8 0.77 1.23 0.86 4.11-0.21 4.62-1.16 0.52-1.96 1.38-2.82 2.16-1.17 1.09-2.16-0.25-3.27-0.23-0.11 0.96 0.58 0.86 1.15 1.05 2.21 0.71 3.47 1.84 2.75 4.6-0.48 1.82-1.66 3.21-2.73 4.57-2.01 2.56-3.4 5.21-3 8.55 0.15 1.21-0.19 2.39-0.34 3.59-0.04 0.25-0.44 0.52-0.04 0.77 1.22 0.74 1.24 1.64 0.53 2.76-0.21 0.31-0.07 0.67 0.46 1.07 0.86-2.12 2.44-3.91 2.48-6.49-0.8 0.4-1.3 0.9-2.08 0.75 0.49-1.1 0.29-1.65-0.61-1.63 0.63-1.96 2.56-1.43 3.4-1.1 2.19 0.86 1.74 3.13 1.81 5.08h-0.02zm-50.63-71.3c-0.4 1.68-1.45 1.89-2.52 1.87-2.66-0.06-4.62 1.26-6.36 3.09-0.23 0.23-0.48 0.59-0.13 0.69 1.24 0.36 0.26 1.03 0.24 1.51-0.03 0.38-0.26 0.63 0.12 1.03 0.8 0.86 1.22 1.95 1.16 3.15-0.02 0.61 0.25 0.84 0.73 1.13 0.63 0.4 0.76-0.14 1.07-0.4 0.61-0.44 1.18-0.94 1.83-1.3 3.06-1.66 6.15-3.31 9.26-4.89 1.64-0.84 3.09-2.08 4.87-2.58 0.8-0.23 1.55-0.57 1.51-1.34-0.04-0.93-1.03-0.89-1.74-1.03-2.06-0.4-4.01 0.5-6.03 0.46-1.36-0.02-2.9 0.5-3.99-1.39h-0.02zm5.86 273.98c1.03 0.04 2.06 0.11 3.07 0.13 0.77 0 1.59-0.13 2.31 0.33 0.27-0.82 1.68-0.92 1.42-2.03-0.21-0.88-0.88-1.26-1.8-1.41-1.93-0.32-3.89-0.25-5.82-0.53-2.39-0.31-4.26-1.76-6.36-2.58-1.87-0.73-3.7-2.04-5.5-3.19-1.58-0.99-3.45-1.6-4.79-2.81-1.85-1.68-3.72-3.3-5.77-4.73-0.23-0.16-0.59-0.14-0.65-0.52-0.05-0.27 0-0.72-0.4-0.67-0.36 0.04-0.42 0.37-0.47 0.77-0.14 1.47 0.34 2.78 1.03 3.95 0.8 1.34 2.52 1.78 3.45 3.05 1.38-0.97 1.17 0.52 1.43 1.02 0.44 0.89 1.38 0.55 2.01 1.09 1.11 0.97 2.5 2.25 3.78 2.25 1.57 0.02 1.74 2.17 3.32 1.58 1.45 1.97 4.01 2.14 5.81 3.5 1.24 0.95 2.59 0.84 3.97 0.76l-0.04 0.04zm22.42-46.8c1.01 0.46 1.83 1.05 2.44 1.97 0.69 1.03 1.99 1.33 2.98 2 1.85 1.26 3.74 2.45 5.65 3.65 0.23 0.15 0.69 0.7 0.8 0.17 0.15-0.76 0.77-1.16 0.99-1.81 0.92-2.72 2.89-4.26 5.69-4.72 0.84-0.13 1.28-0.31 0.65-1.2-0.26-0.35-0.44-0.77-0.67-1.15-0.47-0.76-0.91-1.03-1.85-0.48-1.37 0.77-5.92 1.63-6.83 1.53-3.23-0.36-6.49-0.11-9.87 0.04h0.02zm37.32 27.04c-0.38-0.14-0.59-0.02-0.82 0.09-2.27 1.03-4.77 1.59-7.14 1.47-2.16-0.13-4.37 0.12-6.61-0.53-2.23-0.63-4.58-1.03-6.81-1.8-0.96-0.34-1.87-1.37-2.64-1.3-1.77 0.14-2.57-1.27-3.76-1.9-2.19-1.11-4.01-2.89-5.99-4.38-0.23-0.17-0.48-0.51-0.75-0.28-0.34 0.3-0.02 0.61 0.08 0.93 1.01 2.77 3.26 4.32 5.57 5.83 0.88 0.59 1.91 0.66 2.85 1.14 2.1 1.05 4.12 2.29 6.47 2.79 2.12 0.44 4.16 1.18 6.26 1.68 1.51 0.38 3.06 0.72 4.61 0.92 0.84 0.13 1.83 0.21 2.53-0.12 1.78-0.9 3.4-2.14 5.16-3.11 0.61-0.34 0.95-0.67 0.99-1.43zM86.94 63.52c-2.96 0.44-5.36 1.91-7.92 2.98-0.34 0.15-0.92 0.09-0.94 0.59 0 0.51 0.37 0.82 0.86 0.99 1.47 0.5 2.54 1.53 3.57 2.62 0.25 0.28 0.44 0.65 0.96 0.68 0-3.11 0-6.22 3.45-7.88l0.02 0.02zm50.26 72.06c-0.25 0.13-0.44 0.15-0.52 0.25-1.22 1.64-1.36 3.78-2.52 5.44-0.13 0.17 0 0.49 0.19 0.49 1.03 0.04 1.57 0.92 2.39 1.28 0.44 0.2 1.05 0.35 1.51-0.42 0.4-0.66 1.24-1.03 2.02-1.62-2.81-1.11-3.09-3.13-3.09-5.44l0.02 0.02zm3.15-49.25c0.65 1.97-0.48 3.61-0.1 5.33 0.29 1.34 1.13 2.01 2.29 1.57 0.9-0.33 1-1.95 0.84-2.16-1.14-1.41-0.86-3.61-3.01-4.77l-0.02 0.03zm3.57-10.92c-0.67-1.37-1.93-1.96-3.04-2.75-0.53-0.38-0.9-0.86-1.43-0.17-0.44 0.59-1.57 0.71-1.51 1.49 0.1 1.01 1.05 0.17 1.6 0.38 0.62 0.27 1.34 0.38 1.99 0.63 0.69 0.27 1.36 0.63 2.41 0.42h-0.02zm-17.84 1.55c-0.95-1.2-2.15-1.55-3.15-1.95-0.8-0.32-1.12 0.82-1.24 1.49-0.11 0.54 0.14 0.8 0.96 0.94 1.26 0.23 2.08-0.69 3.43-0.46v-0.02zm-50.65 92.95c-1.43-0.42-2.64-0.69-3.8-1.15-0.46-0.19-0.92-0.11-1.05 0.12-0.21 0.38 0.19 0.65 0.57 0.84 1.34 0.65 2.73 0.65 4.28 0.19zm54.26-17.15c0.96 0.14 1.91 0.25 2.81 0.46 0.34 0.08 0.61 0.13 0.76-0.17 0.14-0.34-0.23-0.34-0.42-0.48-1.35-1.14-1.79-1.11-3.17 0.19h0.02zm-64.86-28.22c0.42 1.17 0.59 2.41 1.42 3.59 0.21-3.15 0.07-3.51-1.42-3.59z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="135"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1063 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M120.66 89.29c0.25-1.35 2.31-1.96 3.63-0.89 0.86 0.7 1.35 0.76 2.29 0.15 1.16-0.73 2.43-0.88 3.57 0.44 0.99 1.16 2.6 1.66 3.53 2.96 1.36 1.93 1.19 3.05-0.95 4.03-2.29 1.05-4.62 0.99-6.8-0.48-1.01-0.69-2.06-1.11-3.36-0.71-2.23 0.65-4.1 0.04-5.4-1.98-0.48-0.77-1.09-1.07-2.01-0.82-0.97 0.28-1.87 0.19-2.42-0.88-0.48-0.96-0.29-1.72 0.55-2.37 0.5-0.4 0.29-1.01 0.4-1.53 0.21-1.12 0.44-2.29 1.7-2.73 1.05-0.38 2.25-0.23 2.85 0.59 0.95 1.3 1.98 2.58 2.44 4.24l-0.02-0.02zm9.15 4.59c0.53-0.04 1.31 0.21 1.51-0.35 0.22-0.57-0.58-0.82-0.96-1.2-0.34-0.36-0.84-0.55-1.2-0.88-1.11-0.99-1.91-0.15-2.79 0.4-0.55 0.33-0.61 0.65-0.04 0.9 1.11 0.5 2.14 1.32 3.5 1.11l-0.02 0.02zm-10.58-2.91c0.69 1.55 2.69 1.78 5.42 0.65-1.45-2.12-3.51-0.63-5.42-0.65zm-0.8-0.76c0.53-1.87-1.53-1.93-1.93-3.11-0.52 1.83 0.82 2.37 1.93 3.11zM81.5 55.57c-1.13-0.38-2.52 0.25-3.68-0.84-0.65-0.61-1.36-1.12-1.09-2 0.38-1.17 1.56-1.34 2.52-1.03 1.79 0.57 3.51 0.28 5.21-0.14 0.69-0.17 1.41-0.51 1.99-0.93 1.6-1.15 2.27-1.15 3.15 0.21 0.61 0.93-0.06 2.54-1.36 3.3-2.08 1.22-4.37 1.28-6.76 1.45l0.02-0.02z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_onboarding_welcome.xml"
line="136"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1017 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M15.8 4.5a0.8 0.8 0 0 1 0-1.5h2.7A2.5 2.5 0 0 1 21 5.5v2.8a0.8 0.8 0 0 1-1.5 0v-3l-0.8-0.8h-3zm-7.6 0a0.8 0.8 0 0 0 0-1.5H5.5A2.5 2.5 0 0 0 3 5.5v2.8a0.8 0.8 0 0 0 1.5 0v-3l0.8-0.8h3zm7.6 15a0.8 0.8 0 0 0 0 1.5h2.7a2.5 2.5 0 0 0 2.5-2.5v-2.8a0.8 0.8 0 0 0-1.5 0v3l-0.8 0.8h-3zm-7.6 0a0.8 0.8 0 0 1 0 1.5H5.5A2.5 2.5 0 0 1 3 18.5v-2.8a0.8 0.8 0 0 1 1.5 0v3l0.8 0.8h3zm2-8.5H7.8A0.8 0.8 0 0 1 7 10.2V7.8A0.8 0.8 0 0 1 7.8 7h2.5A0.8 0.8 0 0 1 11 7.8v2.5a0.8 0.8 0 0 1-0.8 0.7zm6.6 4H15v1.8s0.1 0.2 0.3 0.2h1.4a0.3 0.3 0 0 0 0.3-0.3v-1.4a0.3 0.3 0 0 0-0.3-0.3zm0-6H15V7.2A0.3 0.3 0 0 1 15.3 7h1.4A0.3 0.3 0 0 1 17 7.3v1.5A0.3 0.3 0 0 1 16.7 9zM15 11h-1.8a0.3 0.3 0 0 1-0.2-0.3V9.3A0.3 0.3 0 0 1 13.3 9H15v2zm1.8 2H15v-2h1.8a0.3 0.3 0 0 1 0.2 0.3v1.4a0.3 0.3 0 0 1-0.3 0.3zM15 13h-1.8a0.3 0.3 0 0 0-0.2 0.3V15h2v-2zm-2 2h-2v1.8s0.1 0.2 0.3 0.2h1.4a0.3 0.3 0 0 0 0.3-0.3V15zm-2.3-2H9.3A0.3 0.3 0 0 0 9 13.3V15h2v-1.8a0.3 0.3 0 0 0-0.3-0.2zM9 15H7.2A0.3 0.3 0 0 0 7 15.3v1.4C7 16.9 7.1 17 7.3 17h1.5A0.3 0.3 0 0 0 9 16.7V15z" />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_qr.xml"
line="12"
column="27"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (9839 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M4.68 99.37c0-1.03 0.67-1.11 1.29-1.09 1.75 0.1 3.34-0.55 4.99-0.88 1.18-0.24 2.21-1.11 3.37-1 1 0.1 1.75-0.47 2.64-0.51 1.1-0.06 0.66-0.79 0.38-1-0.83-0.57-0.83-1.43-0.9-2.22-0.28-3.21-0.35-6.41-0.28-9.62 0.06-2.28 0.02-4.58 0.04-6.87 0-1.73-0.39-3.59 0.09-5.17 0.7-2.3 0.41-4.55 0.41-6.82 0-3.57-0.28-7.14-0.37-10.72-0.04-1.84 0.17-3.66 0.28-5.5 0.16-2.99 0.05-5.95 0.05-8.92 0-3.13 0.06-6.26 0.08-9.41 0-0.6 0.47-1.53-0.89-1.29-0.31 0.06-0.22-0.44-0.2-0.62 0.13-1.09-0.24-2.25 0.24-3.24 0.9-1.85-0.22-3.67 0.18-5.51 0.48-2.14-0.2-4.33-0.02-6.48 0.15-1.79-0.01-3.61 1.04-5.36 0.49-0.83 0.59-1.97 1.49-2.67 0.7-0.54 1.62-0.59 2.35-0.7 3.5-0.57 6.98-1.31 10.59-1.13 2.56 0.13 5.16-0.16 7.74-0.22 2.38-0.03 4.77 0.08 7.15 0 2.57-0.09 5.12 0.43 7.71 0.26 2.3-0.15 4.62 0.33 6.93 0.35 1.65 0.02 3.31-0.28 4.97-0.5 1.79-0.24 3.61-0.29 5.4-0.14 3.92 0.29 7.82-0.15 11.73-0.17 2.82 0 5.63-0.09 8.4 0.2 2.21 0.24 4.4 0.02 6.59 0.21 1.27 0.11 2.41-0.37 3.66-0.3 3.52 0.22 7.04-0.39 10.56-0.31 2.24 0.03 4.51 0.05 6.77 0.16 1.29 0.06 2.64 0.06 3.96-0.09 1.4-0.15 2.82-0.46 4.26 0.02 0.55 0.18 1.12-0.29 1.79-0.26 2.22 0.13 4.45 0.26 6.68 0.13 2.58-0.15 5.16-0.16 7.74-0.11 1.41 0.04 2.81 0.24 4.19 0.88 0.7 0.34 1.68 0.21 2.42 0.74 0.66 0.48 1.19 1.03 1.12 1.95-0.24 2.88 0.74 5.66 0.59 8.53-0.06 1.22-0.11 2.43-0.13 3.65-0.07 2.91 0.09 5.84-0.26 8.74-0.18 1.52 0.11 3.08-0.16 4.52-0.39 2.04 0.26 4.05-0.11 6.04-0.24 1.32 0.22 2.56 0.07 3.85-0.15 1.34-0.24 2.69-0.26 4.03-0.02 1.4 0.06 2.8 0.09 4.18 0.06 2.76 0.24 5.53 0.11 8.29-0.07 1.45 0.61 1.64 1.66 1.64 6.93-0.04 13.85-0.13 20.78-0.06 1.8 0.02 3.57 0.7 5.06 1.84 0.2 0.17 0.39 0.39 0.63 0.48 2.37 0.8 3.5 2.58 3.76 4.92 0.22 2.01 1.06 3.92 1.16 5.89 0.12 2.82 0.27 5.64 0.27 8.46 0 2.28 0.06 4.6 0.11 6.89 0.11 5.59-0.07 11.19-0.55 16.77-0.13 1.38 0 2.8 0.05 4.2 0.08 2.47 0.24 4.96 0.26 7.42 0.02 3.98 0.06 7.96-0.09 11.92-0.11 2.62 0.06 5.23 0.02 7.85-0.02 2.28-0.15 4.56-0.17 6.83-0.03 2.74 0.19 5.49 0.21 8.21 0.01 2.54-0.35 5.05-0.61 7.57-0.11 1.05-0.15 2.1-0.24 3.15-0.37 4.27-3.87 5.75-7.26 6.15-3.28 0.41-6.59 0.56-9.89 0.67-1.1 0.03-2.19 1.03-3.3-0.04-1.47 1.47-3.27 0.35-4.89 0.64-1.57 0.3-3.13-0.11-4.66-0.03-2.56 0.11-5.09 0-7.63-0.11-0.26 0-0.59 0.11-0.68-0.23-0.42-1.52-1.1-0.64-1.66-0.14-0.49 0.46-0.88 0.7-1.34 0-0.11-0.17-0.26-0.06-0.41-0.06-0.95 0-1.91 0.92-2.87 0-0.26-0.26-0.68-0.18-1.01-0.05-2.75 1.05-5.47 0.75-8.18-0.06-3.22-0.96-4.01-3.87-4.92-6.54-1.43-4.27-0.97-8.74-1.08-13.15-0.04-1.75-0.45-3.53-0.22-5.25 0.18-1.36-0.21-2.67 0.09-4.06 0.22-1.02-0.17-2.31-0.09-3.43 0.09-1.6 0.14-3.22 0.27-4.81 0.11-1.53 0.04-3.2-0.09-4.8-0.18-2.23-0.09-4.44 0.09-6.67 0.09-1.14 0-2.28-0.02-3.41-0.03-1.71 0-3.42 0.17-5.14 0.07-0.73-0.11-1.08-0.89-1.03-3.95 0.26-7.91-0.2-11.87 0.2-1.31 0.13-2.69-0.33-4.02-0.25-1.67 0.09-3.37 0.07-5.01 0.09-1.62 0-3.29-0.07-4.95-0.09-4.57-0.06-9.12-0.04-13.69-0.19-1.84-0.05-3.68 0.15-5.5 0-3.28-0.26-6.56 0.06-9.84-0.03-2.58-0.08-5.15 0.05-7.73-0.04-3.54-0.13-7.07 0.07-10.59-0.04-3.24-0.11-6.48-0.03-9.73-0.07-3.16-0.04-6.31-0.04-9.48-0.06-4.18-0.02-8.36-0.22-12.54-0.03-3.3 0.14-6.61 0.16-9.91 0.35-0.7 0.03-1.47 0.07-2.21-0.37-0.79-0.48-1.73 0.16-2.6-0.02-1.03-0.22-1.08-0.87-0.88-1.9 0.22-1.08-0.06-2.28-0.2-3.4-0.15-1.13-0.59-2.2-0.47-3.38 0.15-1.14 1.07-1.32 1.88-1.69 0.52-0.24 0.8 0 0.96 0.63l-0.02-0.04zm94.48-2.14c0.33-2.02 1.53-0.53 2.36-0.7 0.2-0.03 0.31 0.5 0.46 0.26 0.7-1.09 1.42-0.22 2.12-0.07 0.16 0.03 0.31 0.09 0.48 0.13 0-0.08 0-0.15-0.04-0.21-0.48-0.71 0.15-0.44 0.4-0.44 1.44-0.03 2.88 0.26 4.33-0.03 1.72-0.37 3.45-0.39 5.2-0.32 2.41 0.11 4.84 0.11 7.25 0.08 1.7-0.04 2.05-0.52 1.73-2.16-0.11-0.53-0.11-1.01 0-1.55 0.23-1.14 0.41-2.37 0.37-3.44-0.07-2.21 0.17-4.38 0.21-6.57 0.03-1.94 0.23-3.85 0.22-5.77 0-2.36-0.39-4.71-0.54-7.07-0.11-1.84-0.13-3.85 0.79-5.36 1.64-2.74 4.42-4.05 7.61-4.22 0.83-0.03 1.68-0.09 2.45-0.24 2.37-0.4 4.77-0.16 7.15-0.53 1.65-0.26 3.38-0.2 5.08-0.17 0.62 0 0.9-0.03 0.88-0.72-0.16-5.98 0.3-11.99-0.24-17.97-0.11-1.22-0.09-2.47 0.04-3.7 0.26-2.34 0.39-4.66 0.28-7.02-0.08-1.62-0.08-3.26-0.08-4.9 0-0.61 0.68-1.08 0.65-1.58-0.24-3.8-0.69-7.57-0.7-11.37 0-0.97-0.28-1.98-0.63-2.91-0.4-1.1-1.25-1.8-2.54-1.65-1.69 0.2-3.33-0.32-5.01-0.46-1.09-0.1-2.32 0.6-3.3-0.41-0.81 0.98-1.99 0.65-2.87 0.5-1.82-0.3-3.67-0.04-5.51-0.52-0.68-0.18-1.54-0.48-2.24-0.37-2.2 0.35-4.37 0.17-6.56 0.24-2.36 0.08-4.68 0.3-7.05 0-2.78-0.33-5.62-0.12-8.42-0.22-4.46-0.14-8.93-0.42-13.39 0.17-0.29 0.04-0.72 0.09-0.9-0.07-1.22-1.07-2.38-0.15-3.54 0.05-0.61 0.11-1.2 0.31-1.8 0.31-6.91 0-13.82 0-20.72-0.03-1.18 0-2.34-0.37-3.54-0.26-1.01 0.09-2.01-0.74-3.07 0-0.48 0.33-0.45-0.61-1.07-0.55-2.06 0.24-4.11-0.34-6.19-0.26-1.99 0.07-4-0.31-6 0-0.26 0.04-0.56 0.05-0.8 0-1.93-0.57-3.83-0.22-5.69 0.22-1.8 0.42-3.62 0.88-5.43 0.53-1.86-0.35-3.61-0.33-5.4 0.28-0.93 0.33-1.95 0.66-2.91 0.57-1.4-0.13-2.59 0.24-3.13 1.49-1.06 2.45-1.38 5.18-1.27 7.68 0.13 2.86-0.18 5.69 0.09 8.55 0.13 1.29-0.09 2.65-0.11 3.94-0.01 1.58 0.1 3.22 0.15 4.82 0.09 2.62 0.3 5.25 0.2 7.87-0.07 1.99 0.06 3.94 0.06 5.93 0 1.77 0.5 3.55 0 5.28-0.52 1.77-0.44 3.54-0.5 5.33-0.09 3.16 0.48 6.31 0.26 9.5 0 0.2 0.11 0.42 0.13 0.64 0.15 1.75 0.51 3.5 0.35 5.24-0.44 5-1.01 10.01-0.2 15.04 0.36 2.34 1.21 4.53 2.57 6.5 0.65 0.92 1.46 1.75 2.69 0.89 0.54-0.37 1.09-0.3 1.59-0.28 2.04 0.07 4.09 0.26 6.13 0.39 0.79 0.05 1.34 0.35 1.46 1.36 0-1.1 0.64-0.55 1.08-0.64 0.92-0.23 1.81-0.58 2.8-0.28 0.81 0.24 1.79-0.41 2.54 0.37 0.41-0.55 1-0.52 1.57-0.5 2.37 0.07 4.75 0.17 7.11 0.24 0.66 0.02 1.4 0.18 1.93 0.09 2.63-0.42 5.31-0.42 7.92-0.44 2.16-0.02 4.27-0.39 6.41-0.28 1.14 0.06 2.36 0.17 3.39 0.1 1.62-0.1 3.26-0.11 4.86 0 0.81 0.05 2.06 0.47 2.49 0.33 2.19-0.81 4.29 0 6.41 0 1.38 0 2.85-0.26 4.14 0.53 0.22 0.13 0.2-0.07 0.2-0.16 0.11-0.72 0.67-0.43 1.03-0.43 1.75 0.02 3.5 0.04 5.25 0.17 0.7 0.05 1.62-0.32 1.99 0.75 0.07 0.19 0.41 0.13 0.41 0 0-0.94 0.92-0.7 1.17-0.66 0.96 0.13 2.2-0.31 2.88 1.11l0.07 0.01zm24.7 9.23c0-1.95-0.44-3.83-0.3-5.73 0.06-0.88-0.25-1.25-1.21-1.18-1.6 0.13-3.21 0.58-4.81 0-0.22-0.07-0.51 0-0.77 0.08-1.92 0.57-3.89 0-5.8 0.31-0.79 0.13-1.57-0.09-2.34-0.04-2.36 0.15-4.7 0.13-7.04 0-0.92-0.05-1.93 0.41-2.72-0.09-0.87-0.57-1.49 0.13-2.21 0.11-0.89-0.02-1.79-0.44-2.67-0.4-2.91 0.13-5.79 0.51-8.75-0.09-1.38-0.28-3.06-0.1-4.53 0.05-1.86 0.18-3.7 0.06-5.55 0.15-0.97 0.05-2.13-0.67-2.68-0.48-1.5 0.53-2.86 0-4.26 0.05-1.44 0.08-2.85-0.24-4.33-0.05-1.27 0.16-2.48-0.41-3.9 0-1.29 0.37-2.84 0.39-4.27 0.37-1.48-0.02-2.97 0-4.44 0.09-1.31 0.09-2.53-0.44-3.93-0.28-0.84 0.1-2.02 0.19-2.96-0.11-1.36-0.44-2.91-0.31-4 0.04-1.76 0.55-3.46 0.4-5.17 0.5-2.34 0.11-4.68-1.07-7.02 0.03-0.07 0.04-0.18 0.04-0.26 0-1.4-0.75-2.83 0.28-4.29-0.07-0.92-0.22-2.01 0.28-2.93 0.18-0.86-0.09-1.54 0.28-2.33 0.3-0.59 0-1.18 0.29-1.75-0.06-0.61-0.36-1.24-0.24-1.9-0.22-1.18 0-2.25 0.24-3.37 0.59-1.16 0.37-2.41 0.42-3.57 0.9-0.69 0.3-1.5 0.56-2.03-0.36-0.15-0.26-0.61-0.37-0.59-0.15 0.06 0.99-0.77 0.68-1.22 0.92-0.29 0.17-0.55 0.22-0.33 0.66 0.57 1.22 0.65 2.54 0.76 3.85 0.05 0.7 0.55 0.92 0.92 0.81 0.77-0.2 1.51-0.05 2.26-0.11 3.01-0.2 5.99-0.35 8.99-0.5 0.94-0.05 1.86-0.03 2.8-0.03 2.62 0 5.21-0.04 7.83-0.04 2.19 0 4.42 0.2 6.59 0.04 3.11-0.24 6.21 0 9.3-0.17 2.05-0.11 4.07 0.33 6.17 0.22 3.19-0.18 6.41 0.13 9.63 0.17 0.85 0 1.62 0.29 2.56 0.2 2.6-0.28 5.22 0.2 7.85-0.11 0.7-0.09 1.62 0.42 2.14 0.28 1.93-0.56 3.81-0.1 5.69-0.04 2.04 0.06 4.09 0 6.13 0.18 1.29 0.11 2.76 0.11 4.12-0.07 0.37-0.05 0.65-0.28 0.59 0.39-0.03 0.35 0.23 0.07 0.41 0.03 1.91-0.4 3.85-0.88 5.78 0 0.44 0.21 1.31 0.26 1.33 0.06 0.11-1.51 1.27-0.66 1.69-0.63 0.68 0.06 1.61 0.26 2.1 0.13 2.14-0.57 4.24-0.13 6.34-0.13 2.41 0 4.84 0.17 7.24 0.37 0.69 0.06 1.52-0.77 2.13 0.26 0.11 0.18 0.17-0.02 0.19-0.13 0.2-0.74 0.88-0.42 1.3-0.52 2.42-0.49 4.87-0.36 7.32-0.47l0.07-0.06zm1.42 22.28c1.45 0.34 0.88 1.24 0.86 1.99-0.07 1.98-0.14 3.93-0.22 5.9-0.09 2.41-0.22 4.82 0.08 7.25 0.35 2.86 0.53 5.73 0.27 8.62-0.09 1.16-0.22 2.41 0.04 3.5 0.62 2.52 1.14 5.1 2.26 7.48 0.32 0.66 0.81 1.22 1.81 1.45 1.49 0.37 2.98 0.92 4.47 0.72 1.18-0.16 2.14 0.54 3.32 0.3 1.32-0.26 2.76-0.3 4.11-0.24 2.19 0.09 4.4 0.26 6.57 0.31 3.96 0.11 7.96 0.35 11.95-0.11 2.69-0.31 5.44-0.02 8.16-0.17 2.91-0.16 5.84-0.11 8.69-0.86 1.92-0.52 2.99-1.81 3.37-3.78 0.3-1.51 0-2.98 0.15-4.45 0.15-1.77 0.35-3.54 0.35-5.34 0-2.6-0.07-5.18-0.16-7.78-0.1-2.7-0.11-5.43-0.15-8.15-0.02-1.31-0.3-2.67-0.15-3.89 0.22-1.82 0.06-3.59 0.15-5.4 0.07-1.53 0.13-3.05-0.02-4.56-0.13-1.31 0-2.6-0.05-3.85-0.12-1.92 0.03-3.82-0.1-5.73-0.13-2.03 0.06-4.03-0.36-6.1-0.39-1.84-0.11-3.81-0.17-5.72-0.07-1.98-0.09-3.91 0.15-5.9 0.11-0.94 0.2-1.95 0.13-2.91-0.15-2.12-0.08-4.23 0-6.35 0.05-1.57 0.11-3.17 0-4.7-0.08-1.31-0.28-2.71-0.37-4.03-0.08-1.07-0.06-2.16-0.15-3.24-0.15-1.51-0.46-2.99-0.4-4.53 0.03-1.4-0.24-2.84-1.64-3.72-1.13-0.72-2.23-1.59-3.61-1.53-1.09 0.05-2.2 0.03-3.28 0.14-1.27 0.13-2.51 0-3.74-0.11-1.92-0.12-3.81 0.13-5.73-0.18-0.99-0.17-2.24-0.42-3.02-0.07-1.29 0.59-2.45 0.29-3.68 0.36-1.35 0.1-2.64-0.6-3.85-0.47-2.03 0.2-3.98 0.11-5.95-0.24-1.64-0.3-3.28 0.13-4.94 0.05-0.92-0.04-1.82-0.4-2.76-0.24-0.7 0.13-1.45 0.06-2.13 0.24-1.31 0.35-2.55-0.24-3.82-0.13-0.86 0.08-1.75 0.35-2.57 0.54-1.77 0.38-3.03 1.18-3.21 2.94-0.18 1.79-0.4 3.61-0.22 5.4 0.28 2.69 0.53 5.38 0.52 8.08 0 2.21 0.16 4.46 0.03 6.65-0.07 1.38-0.05 2.8 0.06 4.11 0.16 1.71-0.15 3.37-0.09 5.05 0.03 1.23 0.58 2.61 0.09 3.72-0.65 1.41-0.33 2.83-0.37 4.2-0.06 3.24 0.18 6.48 0.11 9.76-0.06 2-0.06 4.12 0.24 6.07 0.42 2.82-0.13 5.59 0.13 8.35 0.05 0.64 0.09 1.43-1.15 1.36l-0.01-0.06zm24.58-109.87c0.28 0.86-0.97 1.49-0.48 2.25 0.47 0.7 0.19 1.25-0.01 1.84-0.32 0.9-0.21 2.02 0.29 2.85 0.55-2.24 0.26-4.58 0.22-6.92l-0.02-0.02zM56.47 97.58c-0.02-0.64-0.72-0.66-0.97-1.08-0.21 0.2-0.67 0.09-0.61 0.55 0.07 0.64 0.48 0.9 1.07 0.96 0.29 0.02 0.53-0.04 0.51-0.41v-0.02zm93.45-83.11c0.61-1.84 0.48-2.95-0.28-3.63 0.1 1.1 0.17 2.21 0.28 3.63z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="16"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (9136 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M186.3 116.67v-0.98c0-1.54-0.07-3.09-0.15-4.64-0.03-0.94-0.09-1.87-0.11-2.83l-0.05-1c-0.06-1.05-0.1-2.04 0-2.96 0.49-5.56 0.68-11.29 0.57-16.98-0.06-2.3-0.1-4.61-0.11-6.87 0-2.16-0.1-4.33-0.19-6.43l-0.09-2.12c-0.05-1.25-0.37-2.41-0.66-3.55-0.22-0.85-0.43-1.66-0.52-2.45-0.33-3.15-1.97-5.36-4.75-6.37-0.09-0.1-0.18-0.19-0.33-0.3-1.9-1.4-4.02-2.17-6.15-2.21h-5.05c-3.3 0-6.61 0-9.91 0.06l-5.65 0.03c0.07-1.91 0-3.85-0.06-5.72-0.03-0.8-0.05-1.61-0.07-2.38 0-0.57-0.02-1.16-0.06-1.73 0-0.81-0.05-1.6-0.03-2.38 0.03-1.49 0.13-2.74 0.24-3.88 0.09-0.79 0.01-1.53-0.06-2.18-0.05-0.6-0.11-1.12-0.04-1.56 0.24-1.2 0.15-2.32 0.1-3.41-0.08-0.92-0.13-1.8 0.01-2.59 0.19-0.98 0.17-1.92 0.15-2.82-0.02-0.67-0.02-1.29 0.04-1.84 0.26-2.09 0.26-4.17 0.26-6.19 0-0.9 0-1.81 0.02-2.75 0-1.16 0.07-2.32 0.12-3.57 0.08-1.55-0.12-3.02-0.33-4.44-0.18-1.42-0.37-2.74-0.26-4.03 0.17-2.12-1.38-3.22-1.87-3.59-0.8-0.57-1.62-0.72-2.23-0.81-0.19-0.04-0.44-0.08-0.46-0.09-1.83-0.89-3.59-1.04-4.94-1.07-0.99-0.02-1.97-0.04-2.96-0.04-1.7 0-3.35 0.04-4.96 0.13-0.66 0.04-1.32 0.05-1.99 0.05-1.49 0-3.02-0.07-4.66-0.16-0.55 0-0.99 0.15-1.32 0.24-0.02 0.02-0.04 0.02-0.06 0.02-0.64-0.17-1.32-0.26-2.06-0.26s-1.42 0.07-2.06 0.16l-0.65 0.08c-0.73 0.07-1.51 0.11-2.32 0.11-0.44 0-0.9 0-1.34-0.04-1.73-0.07-3.46-0.11-5.2-0.13h-2.15c-1.45-0.02-2.91 0.08-4.33 0.17-1.4 0.09-2.72 0.18-4.07 0.18-0.51 0-1.03-0.02-1.56-0.05h-0.39c-0.64 0-1.25 0.09-1.79 0.16-0.4 0.08-0.81 0.15-1.25 0.15h-0.2c-0.89-0.09-1.79-0.09-2.71-0.09h-1.03c-0.85 0-1.84-0.02-2.78-0.11-1.95-0.22-3.85-0.24-5.45-0.24-0.68 0-3.17 0.02-3.17 0.02-1.46 0-2.91 0.07-4.37 0.13-1.47 0.07-2.94 0.12-4.43 0.12-0.92 0-1.85-0.01-2.77-0.09-0.7-0.05-1.41-0.07-2.13-0.07-1.22 0-2.45 0.07-3.67 0.24l-0.96 0.13c-1.25 0.18-2.45 0.35-3.73 0.35-0.93-0.02-1.85-0.11-2.77-0.19-1.08-0.11-2.21-0.2-3.35-0.2h-0.96c-0.33 0.02-0.66 0.04-0.97 0.04-0.96 0-1.92-0.08-2.86-0.15-1.05-0.07-2.08-0.17-3.13-0.17-0.24 0-0.48 0.02-0.72 0.02-0.62 0.02-1.25 0.04-1.87 0.04-0.7 0-1.4-0.02-2.1-0.02-0.72-0.02-1.44-0.02-2.16-0.02h-0.98c-1.03 0.02-2.04 0.08-3.05 0.13-1.13 0.06-2.25 0.13-3.35 0.13-0.41 0-0.81 0-1.2-0.04-0.46-0.01-0.9-0.03-1.35-0.03-2.74 0-5.39 0.46-7.97 0.9l-1.66 0.28-0.31 0.03c-0.81 0.11-1.92 0.26-2.87 1.02-1.04 0.77-1.42 1.8-1.72 2.54-0.07 0.24-0.14 0.46-0.27 0.66-1.07 1.8-1.14 3.55-1.22 5.12-0.02 0.33-0.04 0.68-0.07 1.03-0.08 1.07 0 2.06 0.09 3.04 0.09 1.14 0.18 2.23-0.04 3.19-0.24 1.12-0.09 2.15 0.02 3.03 0.15 0.96 0.2 1.57-0.02 2.05-0.53 1.07-0.49 2.12-0.44 2.95 0 0.29 0.04 0.6-0.02 0.97-0.03 0.33-0.13 1.25 0.52 1.97 0.15 0.17 0.35 0.3 0.57 0.41l-0.04 3.4c-0.02 1.9-0.03 3.8-0.03 5.7v2.56c0.01 2.06 0.03 4.19-0.08 6.26-0.04 0.61-0.07 1.19-0.11 1.8-0.09 1.24-0.18 2.53-0.16 3.85 0.03 1.47 0.11 2.95 0.16 4.42 0.09 2.06 0.19 4.18 0.2 6.26 0 0.48 0 0.98 0.04 1.46 0.06 1.69 0.11 3.28-0.37 4.8-0.42 1.44-0.31 2.9-0.22 4.19 0.04 0.51 0.08 1.03 0.08 1.52v1.4c0 1.83 0 3.63-0.04 5.46-0.08 3.46 0.02 6.66 0.27 9.81v0.2c0.06 0.37 0.11 0.91 0.3 1.48-0.15 0.03-0.28 0.07-0.39 0.07-0.13-0.02-0.26-0.02-0.38-0.02-1.02 0-1.86 0.37-2.55 0.67-0.36 0.16-0.71 0.31-1.01 0.36-0.5 0.11-0.99 0.24-1.49 0.37-0.98 0.26-1.92 0.5-2.82 0.5H5.78c-0.61 0-1.13 0.11-1.57 0.37H4.08c-0.37 0-0.75 0.09-1.09 0.24L2.7 97.19c-0.77 0.31-2.43 0.95-2.65 3.03-0.15 1.11 0.07 2.05 0.26 2.88 0.07 0.33 0.14 0.64 0.18 0.96l0.11 0.73c0.11 0.79 0.22 1.53 0.13 2.08-0.59 2.95 1.18 3.8 2.26 4.04 0.24 0.05 0.52 0.07 0.78 0.07 0.37 0 0.75-0.05 1.12-0.13 0.11 0 0.2-0.03 0.31-0.05 0.91 0.51 1.81 0.57 2.42 0.57 0.24 0 0.48-0.02 0.72-0.02 1.82-0.11 3.66-0.15 5.48-0.2 1.46-0.04 2.91-0.1 4.39-0.15 1.34-0.07 2.69-0.09 4.03-0.09 1.49 0 2.97 0.03 4.46 0.05 1.32 0.02 2.63 0.06 3.94 0.06h3.07c2.14 0.02 4.28 0.03 6.41 0.05 0.81 0 1.62 0.02 2.43 0.02h2.51c1.58-0.02 3.17 0 4.73 0.06 0.96 0.03 1.9 0.03 2.84 0.03s1.82 0 2.72-0.01c0.91 0 1.79-0.02 2.69-0.02 0.8 0 1.59 0.02 2.36 0.03 0.77 0.02 1.55 0.04 2.32 0.04h3.61c0.61-0.02 1.22-0.02 1.82 0 0.46 0.02 0.92 0.02 1.39 0.02 0.93 0 1.86-0.02 2.79-0.04 0.89-0.03 1.79-0.05 2.69-0.05 0.96 0 1.92 0.03 2.88 0.11 0.55 0.03 1.1 0.05 1.65 0.05 0.56 0 1.15 0 1.7-0.03 0.53-0.02 1.07-0.04 1.6-0.04 0.22 0 0.42 0.02 0.65 0.02 3.14 0.11 6.29 0.13 9.44 0.14 1.42 0 2.84 0 4.26 0.04 0.66 0 1.32 0.02 1.97 0.04 0.86 0.03 1.73 0.05 2.58 0.05h1.67c1.29-0.02 2.58-0.02 3.85-0.09h0.2c0.45 0 0.91 0.06 1.37 0.13 0.57 0.07 1.18 0.17 1.84 0.17 0.24 0 0.5-0.02 0.74-0.06 1.12-0.11 2.37-0.17 3.92-0.17 0.83 0 1.64 0.02 2.47 0.02 0.83 0.02 1.67 0.04 2.5 0.04 0.57 0 1.16 0 1.73-0.02-0.09 1.31-0.13 2.75-0.09 4.33l0.04 0.83c0.03 0.83 0.07 1.62 0 2.37-0.17 2.07-0.32 4.5-0.1 6.97 0.15 1.86 0.19 3.29 0.1 4.51-0.08 1.07-0.13 2.15-0.19 3.24l-0.09 1.6c-0.04 0.63 0.04 1.27 0.09 1.83 0.04 0.49 0.11 1.04 0.04 1.36-0.2 0.97-0.15 1.88-0.09 2.67 0.03 0.57 0.05 1.05 0 1.51-0.17 1.32-0.06 2.58 0.07 3.81 0.06 0.57 0.11 1.16 0.13 1.71 0.02 0.98 0.02 1.97 0 2.95 0 3.52-0.06 7.15 1.16 10.76l0.17 0.46c0.9 2.7 2.02 6.07 5.98 7.27 1.83 0.53 3.45 0.81 4.99 0.81 1.42 0 2.8-0.24 3.98-0.7 0.52 0.33 1.11 0.5 1.71 0.5 0.61 0 1.16-0.17 1.55-0.3 0 0 0.04 0 0.06-0.02 0.49 0.36 0.99 0.43 1.3 0.43 0.57 0 1.07-0.22 1.44-0.48 0.35 0.28 0.81 0.42 1.31 0.42 0.03 0 0.2-0.01 0.24-0.01 1.75 0.09 3.62 0.16 5.52 0.16 0.77 0 1.53 0 2.3-0.04h0.32c0.44 0 0.88 0.04 1.32 0.06 0.56 0.06 1.11 0.09 1.64 0.09 0.59 0 1.13-0.05 1.64-0.15 0.09-0.01 0.2-0.01 0.3-0.01 0.31 0 0.6 0.03 0.92 0.07 0.44 0.06 0.9 0.11 1.36 0.11 0.77 0 1.46-0.15 2.06-0.44 0.33 0.11 0.68 0.16 1.03 0.16 0.67 0 1.22-0.18 1.68-0.33 0.18-0.05 0.46-0.15 0.55-0.15 3.04-0.11 6.58-0.23 10.06-0.68 5.34-0.64 8.49-3.4 8.87-7.8 0.04-0.56 0.08-1.09 0.11-1.64 0.04-0.52 0.06-1.02 0.1-1.5 0.07-0.6 0.14-1.19 0.2-1.8 0.22-1.94 0.46-3.92 0.44-5.97-0.02-1.2-0.05-2.37-0.11-3.57-0.05-1.53-0.13-3.08-0.11-4.6 0-1 0.06-1.99 0.08-2.99 0.03-1.29 0.07-2.58 0.09-3.87v-3.44c-0.02-1.45-0.06-2.89 0-4.35 0.14-3.68 0.13-7.4 0.11-11.03h-0.02zm-2.1-8.38c0.07 2.47 0.24 4.96 0.26 7.42 0.02 3.98 0.05 7.96-0.11 11.92-0.09 2.63 0.05 5.23 0 7.85 0 2.28-0.13 4.56-0.17 6.83-0.02 2.74 0.19 5.49 0.22 8.23 0 2.54-0.37 5.05-0.62 7.57-0.1 1.05-0.13 2.1-0.23 3.15-0.36 4.29-3.88 5.75-7.25 6.15-3.3 0.41-6.59 0.55-9.89 0.66-1.11 0.04-2.21 1.05-3.3-0.02-1.47 1.48-3.28 0.34-4.9 0.65-1.56 0.29-3.13-0.11-4.66-0.04-2.56 0.11-5.1 0-7.64-0.13-0.26-0.02-0.59 0.11-0.68-0.22-0.43-1.53-1.11-0.64-1.64-0.15-0.52 0.47-0.9 0.71-1.34-0.01-0.12-0.17-0.26-0.06-0.43-0.06-0.94 0.02-1.89 0.92-2.87 0-0.26-0.26-0.68-0.2-1.01-0.07-2.73 1.05-5.45 0.75-8.16-0.06-3.24-0.97-4.04-3.88-4.94-6.55-1.44-4.28-0.98-8.73-1.07-13.15-0.05-1.75-0.44-3.54-0.22-5.25 0.19-1.36-0.2-2.67 0.08-4.07 0.22-1-0.17-2.31-0.1-3.43 0.1-1.6 0.15-3.22 0.28-4.8 0.11-1.55 0.04-3.21-0.09-4.81-0.21-2.23-0.09-4.46 0.09-6.67 0.09-1.14 0-2.26-0.04-3.41-0.03-1.71 0-3.42 0.19-5.13 0.07-0.74-0.11-1.09-0.9-1.04-3.95 0.24-7.91-0.22-11.87 0.21-1.32 0.14-2.68-0.33-4.03-0.26-1.66 0.09-3.35 0.07-5.01 0.09-1.62 0.02-3.29-0.07-4.95-0.09-4.55-0.06-9.12-0.04-13.67-0.18-1.84-0.06-3.68 0.14-5.5 0-3.28-0.26-6.56 0.05-9.84-0.04-2.58-0.07-5.16 0.05-7.73-0.04-3.54-0.11-7.08 0.09-10.61-0.03-3.24-0.12-6.49-0.04-9.73-0.08-3.15-0.04-6.31-0.04-9.48-0.05-4.18-0.02-8.36-0.22-12.54-0.02-3.3 0.15-6.6 0.16-9.89 0.35-0.7 0.03-1.49 0.07-2.21-0.37-0.8-0.5-1.73 0.17-2.62-0.04-1.01-0.22-1.07-0.85-0.86-1.88 0.2-1.08-0.08-2.28-0.22-3.4-0.15-1.13-0.59-2.19-0.45-3.37 0.13-1.16 1.05-1.35 1.86-1.7 0.52-0.24 0.8 0 0.98 0.63-0.02-1.05 0.66-1.13 1.29-1.09 1.75 0.07 3.33-0.55 4.99-0.9 1.18-0.24 2.21-1.11 3.37-1 0.99 0.1 1.75-0.47 2.63-0.51 1.11-0.06 0.67-0.81 0.39-1-0.83-0.59-0.83-1.45-0.9-2.22-0.28-3.21-0.35-6.41-0.28-9.62 0.06-2.3 0.04-4.58 0.04-6.89 0-1.73-0.41-3.57 0.07-5.17 0.7-2.3 0.43-4.55 0.41-6.82-0.02-3.57-0.28-7.14-0.37-10.71-0.04-1.85 0.18-3.67 0.27-5.51 0.17-2.97 0.06-5.95 0.06-8.91 0-3.14 0.06-6.27 0.07-9.42 0-0.58 0.46-1.52-0.88-1.28-0.29 0.05-0.22-0.45-0.2-0.63 0.13-1.09-0.24-2.25 0.26-3.24 0.88-1.83-0.24-3.67 0.16-5.51 0.48-2.14-0.18-4.33 0-6.48 0.15-1.79-0.02-3.59 1.03-5.36 0.5-0.83 0.59-1.97 1.51-2.67 0.7-0.55 1.62-0.59 2.36-0.7 3.5-0.57 6.98-1.33 10.59-1.12 2.58 0.12 5.16-0.19 7.73-0.23 2.4-0.03 4.77 0.1 7.17 0 2.58-0.09 5.12 0.43 7.72 0.26 2.28-0.13 4.62 0.33 6.92 0.37 1.68 0.02 3.32-0.28 4.97-0.5 1.79-0.24 3.63-0.29 5.42-0.14 3.9 0.29 7.81-0.15 11.71-0.17 2.82-0.02 5.64-0.09 8.42 0.2 2.21 0.24 4.4 0.02 6.57 0.21 1.29 0.09 2.43-0.37 3.67-0.3 3.52 0.22 7.03-0.37 10.55-0.31 2.27 0.03 4.51 0.03 6.78 0.14 1.27 0.08 2.63 0.06 3.96-0.09 1.4-0.14 2.81-0.44 4.25 0.04 0.54 0.18 1.12-0.3 1.77-0.26 2.23 0.13 4.48 0.24 6.68 0.11 2.58-0.15 5.16-0.16 7.76-0.09 1.42 0.04 2.82 0.22 4.18 0.88 0.7 0.32 1.67 0.21 2.41 0.74 0.67 0.48 1.2 1.03 1.12 1.95-0.23 2.88 0.74 5.66 0.59 8.53-0.05 1.22-0.11 2.43-0.12 3.65-0.08 2.91 0.09 5.83-0.26 8.73-0.19 1.51 0.11 3.09-0.17 4.53-0.38 2.04 0.26 4.05-0.11 6.02-0.24 1.33 0.22 2.58 0.07 3.87-0.14 1.32-0.22 2.69-0.25 4.03 0 1.38 0.07 2.78 0.09 4.18 0.05 2.76 0.24 5.54 0.11 8.29-0.07 1.45 0.61 1.64 1.68 1.64 6.92-0.04 13.84-0.15 20.77-0.08 1.8 0.04 3.55 0.72 5.07 1.85 0.2 0.16 0.38 0.4 0.6 0.47 2.38 0.8 3.5 2.58 3.76 4.92 0.22 2.01 1.07 3.92 1.16 5.9 0.11 2.81 0.28 5.63 0.28 8.45 0 2.28 0.05 4.6 0.11 6.9 0.11 5.6-0.08 11.2-0.57 16.78-0.12 1.38 0 2.8 0.07 4.2z" android:fillColor="#F9F9FB" android:fillAlpha="0.5"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="17"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (3220 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M92.25 41.49s-0.24 0-0.24 0.02c-0.4 2.01-1.99 1.95-3.52 2.08-0.71 0.06-1.49-0.18-1.25 1.36 0.28 1.86 0.3 3.83 0.24 5.75 0 0.48-0.26 0.92 0.77 0.75 2.4-0.38 2.44-0.25 2.12-2.68-0.07-0.59 0.08-1.09 0.22-1.64 0.08-0.3 0.24-0.43 0.41-0.32 1.34 0.81 2.67-0.33 4.05-0.03 1.25 0.27 2.08 0.92 1.97 2.19v0.13c-0.37 3-0.2 3.15 2.76 2.8 0.58-0.08 0.81-0.17 0.7-0.78-0.07-0.46-0.05-0.94-0.05-1.41-0.06-1.81 0.26-2.27 2.06-2.51 1.33-0.18 2.69-0.2 4.04-0.2 0.33 0 0.95 0 0.88 0.83-0.08 0.99 0.13 2 0.13 3.02 0 2.02-0.68 2.72-2.65 2.82-1.94 0.09-1.94 0.31-1.72 2.24 0.19 1.59 0.68 3.17 0.37 4.79-0.13 0.64 0.2 0.87 0.7 0.99 0.13 0.04 0.26 0 0.39 0 2.5 0.1 3.04 0.56 3.15 2.95 0.09 2.1 0.14 4.2-0.15 6.28-0.26 1.79-1.62 2.62-3.31 1.99-0.43-0.16-0.65 0.11-0.96 0.26-1.83 0.83-2.78 0.2-2.82-1.77-0.03-1.56-0.82-2.58-2.38-3.06-0.27-0.09-0.49-0.4-0.94-0.22-0.29 1.03 0.32 2.06 0.21 3.19-0.24 2.3-1.03 3.22-3.36 3.02-0.36-0.04-0.73-0.02-1.1-0.04-2.08-0.11-2.32-0.4-2.56-2.72-0.06-0.56-0.31-1.11-0.26-1.64 0.08-0.72-0.4-0.78-0.81-0.94-0.11-0.04-0.24-0.04-0.37-0.04-1.27 0-1.93 0.77-1.97 2.32-0.05 1.92-0.4 2.05-2.24 2.23-1.37 0.13-2.6-0.5-3.95-0.28-0.57 0.1-0.49-0.68-0.51-0.99-0.06-2.62-0.04-5.23 0-7.85 0.04-1.25 0.83-1.97 1.99-2 2.45-0.1 4.9-0.32 7.33-0.21 1.23 0.06 1.25-0.86 1.1-1.29-0.29-0.81-0.18-1.52-0.09-2.32 0.07-0.62-0.39-1.05-0.86-0.73-1.55 1.03-3.25 0.55-4.79 0.33-1.24-0.17-2.43 0.24-3.67-0.11-1.07-0.31-1.31-0.98-1.32-1.88 0-0.39 0.2-0.79 0.16-1.16-0.2-1.49-0.2-1.57-2.13-2.23-0.54-0.18-1-0.48-1.52-0.68l0.04 0.04c0-1.33 0.04-2.67 0-4-0.04-1.07 0.28-1.68 1.48-1.36 0.12 0.03 0.25 0.13 0.36 0.09 0.67-0.17 1.4-0.24 1.99-0.55 0.67-0.37 0.06-1.07 0.13-1.62 0.22-1.66 0.59-2.1 2.29-2.14 0.12 0 0.25-0.09 0.36-0.07 1.51 0.27 2.08-0.34 1.75-1.85-0.05-0.2-0.07-0.46 0-0.64 0.48-1.33-0.16-1.34-1.18-1.09-2.3 0.56-3.64-0.55-3.66-2.96 0-0.96 0-1.94 0.13-2.89 0.05-0.39 0.16-0.81 0.9-0.92 1.12-0.19 2.19-0.39 3.35-0.35 1.38 0.05 2.03 0.86 2.4 2.04 0.07 0.2 0.11 0.42 0.14 0.63 0.19 0.81 0.15 1.75 0.43 2.43 0.31 0.73 1.42-0.02 2.17 0.14 1.58 0.34 1.95 1.04 2.25 2.53 0.13 0.62-0.11 1.34 0.46 1.84v0.15l-0.04-0.06zm2.97 12.97c-0.08-0.11 0.35-0.91-0.5-1-0.65-0.07-1.38-0.13-1.97 0.09-1.22 0.46-0.11 1.75-0.74 2.51-0.15 0.16-0.07 0.51 0.17 0.72 0.24 0.18 0.42-0.17 0.59-0.08 0.49 0.28 1.05-0.36 1.49 0.04 0.99 0.92 0.9 0 0.96-0.57 0.05-0.46 0-0.92 0-1.73v0.02zM92.47 65.6c0.04 1.04 0.52 1.56 1.44 1.55 0.13 0 0.28-0.15 0.35-0.11 1.18 0.46 1.2-0.28 1.14-1.09-0.02-0.3-0.04-0.61-0.07-0.9-0.13-1.22-0.76-1.73-2.16-1.66-1.05 0.05-0.57 0.94-0.72 1.51-0.05 0.26-0.22 0.48 0 0.7h0.02zm-27.79 2.93c0-1.94-0.09-3.89 0.02-5.82 0.15-2.32 0.96-3.1 3.11-2.89 2.54 0.22 5.07 0.2 7.61 0.11 2.02-0.08 2.74 0.7 2.98 3.33 0.22 2.47 0.5 4.95 0.26 7.46-0.2 2.26-1.16 3.37-3.41 3.41-2.12 0.03-4.21-0.39-6.33-0.3-0.17 0-0.41 0-0.48-0.11-0.68-1.03-1.24-1.12-2.03 0-0.42 0.61-1.34 0.02-1.45-0.98-0.15-1.39-0.33-2.79-0.3-4.21h0.02zm2.06-2.97c-0.22 1.81 0.13 3.61 0.24 5.4 0.02 0.39-0.07 1.84 1.22 0.86 0.15-0.11 0.31 0.06 0.46 0.06 2.3 0.15 4.6 0.26 6.91 0.4 0.55 0.04 0.9-0.05 1.05-0.68 0.27-1.18 0.46-2.43 0.4-3.55-0.07-1.71-0.37-3.45-0.46-5.2-0.02-0.46-0.15-1.01-0.9-1.01-2.6 0-5.18 0.02-7.77-0.03-0.74 0-1.04-0.04-1.05 0.92 0 0.94-0.22 1.89-0.11 2.85l0.01-0.02z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="18"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2110 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M76.47 52.08c0.74 1.14 0.44 2.43 0.31 3.59-0.2 1.95-0.2 2.41-2.5 2.34-0.63 0-1.27 0.26-1.92 0.28-1.71 0.05-2.25-0.41-2.23-2.1 0-0.85-0.14-1.68-0.14-2.51 0-0.57-0.1-0.72-0.78-0.55-0.97 0.24-1.99 0.55-3.04 0.35-0.77-0.17-1.27-0.5-1.23-1.38 0.05-1.22-0.11-2.45 0.11-3.63 0.2-1.16 2.34-2.17 3.68-1.97 0.52 0.07 1 0.3 1.51 0.35 1.09 0.15 1.53 0.81 1.51 1.84 0 0.2-0.14 0.43-0.13 0.61 0.08 0.61-0.09 1.31 0.1 1.79 0.25 0.66 1.1 0.03 1.6 0.24 1.03 0.4 2.34-0.32 3.17 0.79l-0.04-0.04h0.02zm2.71-13.35c0.16 1.73-0.17 3.33-0.5 4.93-0.3 1.46-1.12 1.88-2.67 1.96-2.18 0.09-4.35 0.35-6.52 0.48-1.03 0.05-2.1 0.03-3.08-0.37-1.42-0.59-1.78-1.51-1.67-3.02 0.07-1.05-0.22-2.1-0.21-3.19 0.06-1.97 0.1-3.94 0.35-5.89 0.04-0.21 0.1-0.33-0.16-0.54-0.46-0.35-0.22-1.08 0.05-1.12 0.91-0.11 1.77-0.77 2.56-0.64 2.45 0.42 4.87 0.4 7.32 0.16 0.7-0.07 1.43-0.02 2.13 0.11 1.29 0.26 2.12 1.24 2.17 2.89 0.04 1.44 0.52 2.86 0.23 4.24zm-12.84-6.01s-0.07 0.21-0.07 0.32c-0.04 3-0.13 6-0.12 8.99 0 1.86 1.77 2.96 3.65 2.48 0.77-0.2 1.57-0.48 2.41-0.33 1.31 0.2 2.58 0.02 3.87-0.33 0.9-0.26 1.13-0.76 1.2-1.55 0.22-2.5 0.16-4.99-0.11-7.49-0.11-1.07-0.66-1.46-1.55-1.51-1.12-0.06-2.26-0.1-3.39 0-2 0.18-3.99 0.2-5.89-0.61v0.03zm25.91 8.77v-0.15c0.06-1.89 0.11-3.81 0.15-5.71 0.02-1.89 1.18-2.7 3-3.14 1.93-0.48 3.83-0.45 5.75-0.59 1.19-0.08 2.34 0.09 3.5 0.12 0.95 0.04 1.41 0.83 1.64 1.7 0.6 2.41 0.62 4.9 0.81 7.37 0.05 0.81 0.25 1.56-0.28 2.43-0.96 1.51-2.34 2.34-3.92 2.48-2.42 0.22-4.87 0.17-7.3 0.02-2.11-0.13-2.78-0.94-3.02-3.28-0.05-0.44-0.16-0.84-0.29-1.25h-0.04zM94.22 40c-0.18 1.18-0.15 2.36 0.3 3.48 0.13 0.29 0.07 0.57 0.68 0.64 1.42 0.17 2.87-0.18 4.18 0.17 1.38 0.37 2.58 0.15 3.85-0.09 1.12-0.2 1.95-1.38 2.04-2.53 0.19-2.17-0.31-4.29-0.37-6.44-0.01-0.92-0.53-1.7-1.62-1.6-1.29 0.09-2.56 0.14-3.83 0-1.49-0.17-2.93 0.48-4.34 0.38-0.85-0.03-0.89 0.24-0.89 0.74-0.03 1.75 0 3.5 0 5.25zM71.51 70.61c-1.65-0.04-2.37-0.65-2.59-2.21-0.13-0.96-0.3-1.92-0.44-2.87-0.19-1.17 0.42-2.01 1.62-2.2 1.38-0.22 2.78-0.13 4.12 0.22 1 0.26 1.18 1.31 1.22 2.03 0.03 1.09 0.38 2.14 0.16 3.24-0.18 1-0.53 1.64-1.71 1.59-0.79-0.04-1.58 0.12-2.38 0.2z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="19"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1892 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M58.39 43c-0.73-0.15-0.98-0.27-0.97-1.11 0.04-1.41 0-2.85 0-4.26 0.1-4.12-0.65-8.18-0.34-12.3 0.13-1.81 0.94-2.35 2.37-3.04 2.88-1.4 5.81-0.23 8.66-0.62 2.53-0.34 5.06 0.31 7.61 0.24 2.14-0.06 4.24-0.41 6.36-0.33 3.56 0.11 7.11-0.02 10.66-0.08 3.58-0.04 7.21 0.08 10.8-0.44 1.06-0.16 2.18-0.06 3.3 0.23 0.56 0.13 1.43 0.1 2.12-0.04 1.64-0.35 3.21 0.62 3.92 2.1 0.62 1.31 0.29 2.58 0.35 3.89 0.08 1.59 0.29 3.19 0.17 4.77-0.35 5.24 0.1 10.45 0.02 15.69-0.06 3.87 0.19 7.72 0.21 11.59 0 3.15-0.03 6.33 0.1 9.49 0.06 1.17 0.64 2.31-0.17 3.58-0.27 0.42 0.19 1.65 0.13 2.56-0.19 2.94-1.14 4.33-3.97 5.23-1.24 0.41-2.45 0.5-3.9 0.23-2.32-0.44-4.85 0.24-7.26 0.12-5.55-0.29-11.09 0.73-16.67 0.1-2.06-0.23-4.24 0.42-6.29 0.15-1.81-0.25-3.55 0.15-5.32 0.12-1.93-0.04-3.9 0.19-5.81 0.13-3.77-0.1-5.75-2.21-6.22-6.06-0.38-3.16-0.59-6.34-0.59-9.51 0-1.68-0.14-3.39 0.13-5.05 0.35-2.13-0.27-4.19-0.19-6.31 0.08-2.16 0.13-4.35-0.1-6.52-0.09-0.95 0-1.95-0.06-2.91-0.03-0.66 0.45-1.04 0.97-1.66L58.39 43zm1.14 23.87c-0.33 2.06 0.73 4.41 0.69 6.91-0.04 2.54 2.72 4.37 5.1 4.31 7.81-0.13 15.65-0.05 23.48-0.05 3.14 0 6.29-0.02 9.44 0 0.86 0 1.83-0.66 2.6 0.28 1.08-0.82 2.37-0.59 3.57-0.55 1.45 0.04 2.82-0.25 4.19-0.6 1.12-0.29 2.83-2.02 2.74-2.83-0.33-2.69 0.05-5.45-0.33-8.12-0.18-1.22 0.46-2.27 0.21-3.45-0.44-2.1-0.19-4.23-0.33-6.37-0.03-0.52 0.99-0.56 0.43-1.04-0.56-0.46-0.39-1-0.39-1.52 0.1-6.16-0.29-12.32 0-18.48 0.08-1.79-0.31-3.6 0.25-5.35 0.41-1.27-0.61-3.27-1.93-3.49-1.56-0.25-3.12-0.57-4.74-0.63-2.18-0.06-4.36 0.29-6.56 0.06-1.72-0.18-3.44-0.27-5.21-0.2-1.84 0.08-3.73-0.34-5.6-0.42-2.28-0.09-4.52 0.54-6.75 0.27-3.53-0.44-7.01-0.11-10.52 0.04-0.77 0.04-1.56-0.17-2.32-0.19-2.02-0.06-4.36-1.56-6 0.96-0.03 0.06-0.17 0.04-0.27 0.06-1.83 0.44-2.72 1.67-2.27 3.52 0.29 1.19 0.21 2.37 0.19 3.56-0.04 2.48-0.19 4.97-0.08 7.43 0.23 4.54 0.08 9.11 0.31 13.65 0.19 3.93 0.04 7.85 0.04 12.22l0.06 0.02z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="23"
column="33"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (5113 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M146.76 51.35c-0.09-3.04-0.66-5.99-0.25-8.99 0.64 3 0.2 6.02 0.25 8.99zm-61.27 53.19c-0.66 0.71-1.05-1.33-2.01-0.13-0.29 0.37-1.71 0.46-2.65 0.51-2.08 0.13-4.16-0.37-6.24 0-1.44 0.26-2.89 0.44-4.2-0.55-0.07-0.05-0.5 0.18-0.39-0.24 0.09-0.28 0.37-0.68 0.61-0.7 1.18-0.11 2.27-1.32 3.54-0.29 0.29-0.87 0.84-0.35 1.38-0.37 2.39-0.06 4.79-0.39 7.16-0.37 1.24 0 2.49 0 3.74 0.04 0.59 0.01 1.05 0.27 1.05 0.68 0 0.38 0 1.05-0.74 1.2-0.42 0.09-0.81 0.29-1.25 0.22zm91.48 56.42c-0.65-0.07-0.32 0.54-0.52 0.8-0.44 0.55-0.7 0.94-1.62 0.86-0.86-0.09-1.78 0.41-2.72 0.57-2.07 0.37-4.13 0.11-6.19 0.15-1.64 0.04-3.32 0.11-4.92 0.46-1.79 0.39-3.48-0.04-5.21-0.13-1.58-0.09-3.17-0.4-4.79-0.07-0.94 0.18-1.95 0.02-2.89 0-1.86-0.06-3.67 0.28-5.51 0.31-1.21 0.04-2.28-0.59-3.48-0.48-1.29 0.13-2.6 0.48-3.85 0.39-1.71-0.13-3.48-0.24-5.06-1.07-0.11-0.05-0.22-0.2-0.22-0.31-0.04-1.79-1.62-3.19-1.37-5.03 0.19-1.44-0.14-2.87 0.15-4.33 0.2-0.97-0.5-2.01-0.31-3.09 0.33-1.9 0.15-3.83-0.04-5.69-0.2-2.19 0.02-4.33 0.04-6.48 0-2.36-0.41-4.76-0.52-7.11-0.11-2.58-0.03-5.23 0.04-7.83 0.06-2.16 0.13-4.46-0.33-6.67-0.11-0.55 0-1.27 0.02-1.91 0.07-1.22 0.68-2.43 0.24-3.7-0.13-0.35-0.23-0.91 0.33-1.17 0.13-0.05 0.4-0.12 0.2-0.35-0.83-0.88-0.15-1.82-0.13-2.72 0-1.95 0.28-3.89 0.33-5.84 0.06-1.55-0.11-3.06-0.13-4.6 0-2.75-0.92-5.47-0.16-8.25 0.13-0.46-0.3-1.07 0.64-1.02-0.03-0.44-0.72-0.13-0.61-0.84 0.39-2.42 0.32-4.9 0.24-7.32-0.01-1.08-0.14-2.39-0.44-3.57-0.11-0.4-0.46-1.29 0.57-1.4-0.46-0.92 0.28-1.82 0.06-2.72-0.02-0.08-0.15-0.21-0.13-0.23 1.09-1.06 0.81-2.87 2.04-3.84 1.2-0.94 2.67-1.31 4.13-1.48 1.36-0.15 2.74-0.24 4.12-0.24 1.05 0 1.24 0.32 1.15 1.09-0.06 0.44 0 0.9-0.06 1.34-0.15 1.77 1.03 2.8 3.37 2.82 2.05 0 4.07-0.39 6.17-0.18 1.81 0.18 3.67-0.08 5.51-0.35 2.19-0.32 4.42-0.08 6.59 0.33 1.31 0.26 2.52-0.22 3.79-0.3 0.81-0.03 1.2-1.21 1.11-1.93-0.11-0.92 0.9-1.51 0.46-2.41 0-0.04 0.11-0.2 0.15-0.19 1.16 0.24 2.26-0.84 3.44-0.18 0.42 0.24 0.81 0 1.2-0.09 2.01-0.44 4.64 1.45 5.27 3.37 0.71 2.19 0.95 4.42 1.4 6.65 0.14 0.77 0.24 1.52 0.09 2.26-0.3 1.47 0.62 2.95 0 4.4-0.89 2.1 0.57 4.57-1.13 6.56-0.46 0.53 0 1.25 0.17 1.77 0.42 1.36 0 2.76 0.26 3.96 0.24 1.1 0.29 2.15 0.33 3.26 0.05 1.21 0.15 2.43 0.26 3.64 0.11 1.38 0.07 2.84 0.15 4.22 0.11 2.1 0.62 4.2 0.49 6.34 0 0.07 0.13 0.22 0.11 0.22-1.18 0.81-1.14 1.56 0.13 2.23-0.68 0.68 0.17 1.78-0.73 2.45-0.76 0.55 0.53 0.16 0.38 0.71-0.22 0.8 0.13 1.77-0.15 2.53-0.35 0.94 0.08 1.76 0.08 2.61v6.26c0 1.13-0.15 2.27 0 3.39 0.25 2.1-0.39 4.15-0.24 6.25 0.15 2.06 0.13 4.14 0 6.2-0.09 1.2 0.64 2.51-0.37 3.63-0.02 0.02 0.57 0.53 0.5 1.11-0.06 0.4 0.2 0.86-0.32 1.16-0.07 0.03-0.27 0-0.16 0.22 0.4 0.81 0.72 3.13 0.59 4.18-0.13 0.99 0.14 1.99-0.17 2.98-0.22 0.7-0.61 1.07-1.36 1-0.17 0.6 0.57 0.22 0.64 0.62-0.66 0.39-0.6 1.27-1.08 1.82 0.02-0.31-0.02-0.6-0.24-0.86-0.81-1.05-1.18-2.19-0.98-3.57 0.52-3.56 0.7-7.11 0.48-10.7-0.13-1.99-0.24-3.96-0.05-5.99 0.18-1.93-0.1-3.88 0.53-5.78-0.9-0.39 0.87-0.52 0.09-0.89 0.59-0.92-0.57-1.58-0.31-2.59 0.24-0.94 0.35-2.19 0.13-3.02-0.43-1.57 0.68-3.1-0.21-4.55 1.05-1.2 0.15-2.58 0.15-3.82 0-1.28 0.3-2.66-0.05-3.94-0.33-1.16 0.31-2.28 0.03-3.35-0.64-2.45 0.11-4.91-0.25-7.35-0.06-0.33 0.84-0.57 0.22-0.92-0.74-0.4-0.5-1.01-0.46-1.52 0.07-1.17 0.13-2.42-0.02-3.49-0.22-1.71-0.33-3.4-0.44-5.12-0.12-1.73-0.8-3.5 0.38-5.13 0.04-0.06-0.05-0.24-0.09-0.35-0.28-0.81-0.18-1.63-0.11-2.47 0.09-1.09 0.53-2.25 0.33-3.21-0.42-2.11 0.09-4.2-0.07-6.3-0.13-1.82-0.28-3.64-0.35-5.47-0.06-1.76-1.07-2.91-2.29-3.94-0.25-0.22-0.55-0.46-0.92-0.24-0.92 0.56-1.91 0.19-2.87 0.24-0.77 0.04-1.09 0.24-1.34 1.07-0.35 1.13-0.04 2.49-1.66 3.28-1.31 0.63-2.49 0.77-3.83 0.88-1.51 0.13-2.93-0.33-4.4-0.38-2.9-0.09-5.71 0.51-8.59 0.42-1.64-0.05-3.28-0.15-4.95 0.11-1.46 0.22-3.04-0.39-4.57-0.55-0.9-0.11-1.23-0.74-1.47-1.42-0.33-1.01-0.46-2.08-0.43-3.17 0-0.37-0.11-1.1-0.71-0.6-0.46 0.38-0.79 0.4-1.35 0.47-0.77 0.11-1.71 0.32-2.36 0.78-2.06 1.45-2.87 3.68-2.94 6.08-0.06 1.52 0.55 3.05 0.2 4.65-0.07 0.34-0.39 0.52-0.33 0.89 0.31 2.01 0.68 4.01-0.61 5.86-0.13 0.18-0.13 0.42 0 0.62 0.19 0.33 0.57 1.82 0.55 2.06-0.09 0.81-0.27 1.62-0.25 2.44 0 0.53 0.35 1.03 0.37 1.6 0.03 1.91 0 3.83 0.25 5.72 0.35 2.6 0.41 2.84-0.81 5.05-0.04 0.06-0.04 0.17 0 0.2 0.9 0.91 0.15 1.88 0.19 2.82 0.13 2.99-0.06 5.91-0.3 8.86-0.04 0.53-0.53 1.14-0.24 1.49 0.79 0.98-0.61 2.36 0.65 3.19 0.02 0-0.04 0.16-0.06 0.24-0.46 1.14-0.29 2.3-0.16 3.46 0.07 0.75-0.45 1.53-0.26 2.12 0.61 1.97 0.14 3.99 0.51 5.97 0.28 1.49 0.19 3.03 0.48 4.56 0.15 0.68 0.81 2.42-0.96 2.84-0.29 0.07-0.11 0.2-0.05 0.37 0.09 0.26 0.22 0.33 0.44 0.14 0.33-0.27 0.63-0.27 0.54 0.23-0.41 2.35 0.07 4.73 0 7.1-0.04 1 0.14 1.83-1.11 2.43 0.66-0.07 0.74 0.26 1.05 1.02 0.79 1.84-0.51 3.68 0.11 5.56 0.2 0.63 0.06 1.51 0 2.26-0.05 1.02 0.35 2.01 0.06 3.06-0.13 0.44 0.07 1.25 0.57 1.36 0.79 0.19 1.66 0.15 2.47 0.02 0.84-0.13 1.45-0.16 1.21 1.16 0.46-0.62 0.68-1.47 1.36-1.27 2.03 0.63 4.02-0.05 6.03 0.04 3.37 0.15 6.74-0.17 10.11 0 1.75 0.09 3.48-0.04 5.21 0 1.45 0 2.93 0.37 4.33 0.05 1.65-0.36 3.46-0.47 4.99-0.31 2.24 0.24 4.27-0.95 6.44-0.46 0.11 0.02 0.3-0.16 0.43-0.29 0.97-1.05 1.78-0.98 2.56 0.25h-0.02z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="25"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1952 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" <path android:pathData="M155.51 67.04c-2.56-0.04-4.82 0.42-7.13 0.07-0.47-0.07-1.06 0.35-1.58-0.18-0.26-0.26-0.53-0.43-0.33-0.87 0.17-0.35 0.18-0.77 0.76-0.72 1.6 0.11 3.18-0.16 4.78-0.09 1.09 0.06 2.18-0.26 3.32-0.24 0.9 0 1.4 0.48 1.36 1.14-0.04 0.65-0.77 0.85-1.16 0.89h-0.02zm5.09-2.45c1.06-0.17 1.49 0.75 1.49 1.38 0 1.16-1.44 0.99-2.08 1.64-0.08 0.07-0.96-0.79-0.87-1.16 0.2-0.74 0.15-1.9 1.44-1.86h0.02zm-21.99 30.48c0 1.99-0.02 3.96 0 5.95 0 0.48-0.19 0.7-0.59 0.66-0.37-0.02-0.76 0.06-1.03-0.48-0.36-0.68-0.32-1.36-0.37-2.04-0.17-1.86-0.22-3.74 0.13-5.56 0.51-2.64 1.49-3.41 4.42-3.54 2.5-0.11 5.02-0.2 7.53-0.13 0.68 0 1.31 0.2 1.99-0.11 0.59-0.26 0.31 0.46 0.53 0.63 0.52 0.35 0.15 0.6-0.09 0.79-1.11 0.86-2.5 1.27-3.79 1.1-2.34-0.29-4.57-0.11-6.82 0.45-0.98 0.23-1.69 1.21-1.93 2.28h0.02zm28.95 23.9c-0.04-2.26-0.24-4.1 0.07-5.89 0.08-0.39 0.06-1.2 0.87-1.38 1.08-0.24 1.41 0.81 1.56 1.25 0.78 2.12 0.48 4.22 0 6.45-0.4 1.89-1.67 2.78-2.89 3.64-0.7 0.52-2.08 0.15-3.13 0.06-1-0.09-1.95-0.39-2.98-0.22-0.87 0.15-1.53-0.98-1.2-1.81 0.07-0.16 0.15-0.44 0.27-0.36 1.07 0.6 2.05-0.39 2.93-0.21 1.04 0.22 1.97 0 2.95 0.04 1.57 0.04 1.33-1.09 1.53-1.55l0.02-0.02zm-30.32-1.62c-0.18-0.68 0.43-1.51 0.19-1.88-0.43-0.64-0.32-1.19-0.28-1.78 0.04-0.98 0.79-1.27 1.59-1.33 0.35-0.02 1.1-0.03 0.73 0.87-0.4 1.03 0.19 2.12-0.11 3.24-0.22 0.86-0.13 1.86 0.07 2.82 0.24 1.05 1.04 2.08 2.05 1.93 1.03-0.15 2.01 0.11 3.02 0 0.83-0.07 1.58-0.09 2.23-0.68 0.46-0.4 0.96-0.29 1.29 0.18 0.29 0.41 0.33 0.81 0.05 1.33-0.68 1.27-1.62 1.49-3 1.29-0.83-0.11-1.82-0.06-2.69 0.18-2.3 0.61-5.23-1.45-5.1-4.27 0.04-0.63-0.33-1.23-0.05-1.88l0.01-0.02zm24.88-27.68c1.35-0.24 2.78-0.26 4.22-0.24 1.01 0 2.71 1.11 2.86 2.18 0.12 1.01 0.6 1.95 0.59 2.96-0.04 1.66 0.29 3.33-0.13 4.99-0.11 0.46 0.13 1.14-0.87 1.11-0.92-0.04-0.81-0.45-0.86-1.13-0.11-1.49-0.13-2.98-0.17-4.49-0.05-2.06-2.19-3.68-4.25-3.15-1.31 0.33-2.33-0.13-3.41-0.59-0.81-0.35-0.67-0.72-0.04-1.12 0.61-0.41 1.25-0.68 2.08-0.52h-0.02z" android:fillColor="#000000"/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/ic_scan.xml"
line="26"
column="29"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (2534 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M29.01,94.78C27.83,93.06 29.31,87.17 29.4,86.72C29.43,86.41 30.76,79.47 30.83,79.11C30.89,78.92 34.6,71.13 37.02,67.92C39.53,64.6 43.16,61.26 46.71,59.19C53.48,55.22 60.85,52.75 68.97,52.89C70.48,52.92 74.9,53.81 75.26,52.89C75.35,52.68 73.95,49.51 73.95,49.51C73.37,47.95 72.37,46.37 72.89,44.68C73.49,42.75 75.8,40.63 77.07,39.08C79.88,35.66 79.11,33.47 79.04,29.35C78.97,25.11 80.12,20.34 80.92,16.17C81.77,11.78 86.13,-5.44 92.2,3.05C94.42,6.15 96,10.53 97.4,14.07C98.11,15.86 99.13,18.72 99.94,20.47C101.07,22.91 103.7,20.78 106.24,20.95C109.91,21.2 111.91,21.75 115.49,22.61C116.56,22.87 119.37,23.79 120.27,23.37C121.4,22.84 122.79,19.73 123.57,18.67C125.69,15.77 128.32,13.09 130.87,10.56C132.45,9 137.29,4.86 139.76,5.96C142.26,7.08 142.98,14.87 143.41,17.18C144.31,21.95 143.23,33.53 142.53,38.37C141.86,43 140.92,41.29 143.02,45.63C144.02,47.72 146.37,49.94 146.85,52.15C147.34,54.4 145.88,55.45 144.46,57.24C144.32,57.41 144.17,57.59 144.03,57.77C141.75,60.79 139.73,63.12 136.72,65.47C136.46,65.69 130.74,69.63 130.4,70.27C130.4,70.27 129.78,70.84 129.83,71.02C130.05,71.86 131.55,91.47 131.38,91.81C131.12,92.36 130.89,92.92 131.6,93.33C131.71,93.47 131.82,93.61 131.93,93.75L132.59,94.53C133.02,94.99 133.45,95.45 133.88,95.91L134.34,96.41L134.35,96.41C134.73,96.83 135.11,97.25 135.49,97.68C135.57,97.76 135.65,97.84 135.73,97.93C136.13,98.57 136.54,99.21 136.95,99.85C137.13,100.08 137.31,100.3 137.48,100.53C138.02,101.44 138.55,102.35 139.09,103.26L139.27,103.63C139.78,104.55 140.29,105.48 140.8,106.4C140.85,106.52 140.91,106.65 140.96,106.77C141.54,108.1 142.08,109.44 142.73,110.73C143.23,111.74 145.32,117.03 145.43,117.25C146.78,121.04 147.43,126.63 147.37,126.93C147.13,127.32 145.86,127.31 145.74,127.31C145.45,127.16 145.16,127.02 144.86,126.88C143.95,126.53 143.03,126.18 142.12,125.83C141.9,125.77 141.69,125.71 141.48,125.65C141.03,125.52 140.57,125.39 140.11,125.27C139.68,125.14 139.26,125.02 138.82,124.89L137.74,124.68C137.56,124.61 137.39,124.54 137.21,124.48C136.99,124.46 136.76,124.43 136.54,124.41C136.18,124.31 135.81,124.22 135.46,124.11C135.16,124.09 134.85,124.07 134.55,124.04C133.96,123.93 133.37,123.81 132.78,123.69C131.77,123.75 130.77,123.8 129.76,123.86C129.34,123.92 128.92,123.98 128.5,124.04C123.67,125.09 119.04,126.99 114.47,128.86C112.21,129.79 109.86,130.68 107.5,131.2C104.89,131.78 102.27,132.29 99.61,132.64C89.02,134.04 78.94,133.53 68.35,132.16C63.43,131.52 59.03,129.96 54.38,128.32C49.97,126.78 45.09,125.18 41.77,121.7C34.5,114.09 29.77,106.12 29.01,94.76L29.01,94.78Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="7"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (913 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M85.42,133.72C80.63,132.59 75.65,132.78 70.78,132.01C65.74,131.21 61.2,130.46 56.38,128.74C52.09,127.22 47.43,125.97 43.66,123.32C40.64,121.2 36.93,116.88 35.61,113.45C38.29,113.94 40.36,115.4 43.18,115.7C45.73,115.97 47.88,115.94 50.36,115.21C55.69,113.65 59.66,110.51 64.23,107.46C73.96,100.94 84.22,96.12 95.98,94.9C98.9,94.59 100.45,94.43 103.02,95.77C105.76,97.2 108.07,97.55 111.13,97.34C117.22,96.92 123.35,96.77 129.43,96.24C132.84,95.95 134.08,95.73 136.01,98.74C137.59,101.2 139.05,103.72 140.42,106.29C141.71,108.7 142.98,111.13 144.14,113.6C145.24,115.94 145.82,119.65 147.37,121.62V122.58C146.25,124.12 147.11,126.43 145.09,126.81C143.17,127.18 139.39,124.8 137.42,124.36C131.57,123.03 126.87,123.54 121.22,125.41C118.6,126.27 115.99,127.24 113.42,128.25C111.04,129.19 108.91,130.53 106.4,131.09C100.75,132.37 94.93,132.43 89.29,133.71H89.05C88.08,133.19 87.11,133.25 86.15,133.71H85.42L85.42,133.72Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="16"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1176 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M146.4,127.91C142.78,127.43 129.88,124.14 129.5,123.85C128.79,123.3 129.16,123.12 129.03,122.24C128.65,119.76 129,117.89 127.36,115.69C124.59,111.98 119.25,110.18 114.88,109.35C111.75,108.76 112.29,108.53 110.22,106.25C108.69,104.56 106.69,103.35 104.65,102.36C102.25,101.2 99.66,99.91 97.16,99.03C94.38,98.05 91.75,98.9 89,98.49C91.25,95.39 96.22,93.28 99.66,91.79C103.16,90.26 106.37,89.3 110.52,88.41C110.85,88.33 111,87.95 110.8,87.67C109.01,85.25 104.64,80.8 97.52,79.03C97.52,79.03 87.84,77.58 69.45,86.77C70.11,84.31 76.81,77.54 78.99,75.47C85.91,68.86 87.84,68.38 86.87,66.93C86.71,66.77 77.36,55.96 77.19,55.8L73.31,45.89L73.32,44.67C73.65,44.5 77.46,44.79 79.02,45.17C79.49,45.29 86.99,49.06 89.29,50.96C90.3,51.79 94.76,54.96 95.59,56.28C98,49.51 105.64,49.73 108.06,50.08C110.17,50.39 115.87,51.8 118.06,58.27C118.2,58.7 118.69,58.9 119.09,58.68C123.53,56.16 138.08,53.54 139.15,53.38C139.39,53.38 146.69,53.43 146.78,54.34C146.9,55.5 143.02,59.17 142.33,59.92C139.33,63.18 131.08,70.08 130.92,70.08C129.82,70.27 129.56,71.15 129.47,71.77C129.47,71.77 132.85,85.32 130.92,93.06C130.92,93.06 135.12,97.26 135.27,97.42C135.27,97.42 147.63,110.98 146.41,127.91H146.4Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="25"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1001 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M146.89,127.91C145.1,128.01 140.2,125.58 138.32,125.12C135.71,124.47 133.12,123.75 130.42,123.98C130.42,123.98 124.94,124.93 122.33,125.6C119.34,126.36 109.42,131.25 107.21,131.79C102.2,132.99 97.53,133.72 92.21,133.6C92.17,133.49 100.41,128.52 104.31,125.62C106.18,124.23 108,122.71 109.54,120.95C111.31,118.93 111.08,119.69 107.24,118.58C102.3,117.23 97.29,116.1 92.36,114.74C89.26,113.88 89.79,113.88 92.51,111.42C94.09,109.98 96.57,108.07 97.66,106.68C96.14,105.88 88.09,103.68 85.18,102.92C84.86,102.84 84.75,102.44 84.97,102.2C86.03,101.07 88.47,98.48 89.23,97.83C90.1,97.08 91.33,95.86 92.21,95.48C93.66,94.99 95.53,95.08 96.57,94.99C101.5,94.6 104.61,95.2 109.52,95.81C116.63,97.26 118.49,97.4 121.82,98.53C122.17,98.64 122.46,98.25 122.25,97.95C121.22,96.53 120.1,95.15 119.1,93.72C118.83,93.33 119.21,92.82 119.66,92.96C122.66,93.88 125.61,94.84 128.51,96.08C131.57,97.39 135.58,98.91 137.82,101.46C140.04,104.01 141.3,108 142.79,111.02C144.51,114.52 148.71,127.8 146.89,127.9L146.89,127.91Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="31"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (4908 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M144.95,112.95C142.22,105.54 138.07,99 132.12,93.52C132.98,86 131.4,78.57 130.27,71.13C130.78,70.79 131.36,70.45 131.87,70.03C133.4,68.73 134.85,67.32 136.45,66.1C140.29,63.17 143.41,59.54 146.41,55.82C147.4,54.6 148.05,53.13 146.94,51.32C145.36,48.77 144.1,46.01 142.74,43.33C142.53,42.92 142.26,42.34 142.4,42C143.38,39.59 143.65,37.04 144.03,34.51C144.63,30.39 145.01,26.26 144.65,22.13C144.16,16.61 143.58,11.09 141.6,5.83C141.11,4.53 140.34,3.82 139.02,4.1C138.02,4.31 136.93,4.62 136.12,5.21C132.85,7.59 129.95,10.39 127.36,13.48C124.89,16.42 122.5,19.42 119.92,22.59C113.98,21.09 107.9,19.47 101.57,20.81C99.17,14.27 96.27,8.07 92.45,2.33C91.87,1.46 90.81,0.76 89.81,0.33C88.15,-0.38 87.11,0.06 86.11,1.53C84.17,4.37 82.59,7.38 81.55,10.67C80.21,14.89 79.18,19.19 78.68,23.6C78.24,27.49 78.16,31.59 78.38,35.35C78.26,35.51 78.11,35.7 77.97,35.89C76.26,38.21 74.53,40.51 72.86,42.86C72,44.07 71.79,45.41 72.35,46.85C72.87,48.16 73.31,49.5 73.8,50.83C73.95,51.26 74.14,51.67 74.41,52.29C73.82,52.25 73.48,52.21 73.13,52.2C71.03,52.13 68.93,52.01 66.83,52.04C65.54,52.05 64.25,52.16 62.98,52.35C60.51,52.71 58.01,53.01 55.63,53.68C49.9,55.3 45.05,58.56 40.74,62.57C37.03,66.02 34.04,70.04 32.21,74.84C31.51,76.68 30.52,78.4 29.75,80.21C28.56,82.98 28.44,85.99 27.92,88.91C27.16,93.24 27.71,97.51 28.8,101.67C29.95,106.11 32,110.21 34.43,114.1C36.81,117.89 39.72,121.17 43.33,123.83C46.27,126.01 49.43,127.81 52.89,129.03C55.44,129.92 58.01,130.81 60.61,131.54C64.06,132.51 67.51,133.7 71.04,134.13C76.3,134.76 81.63,134.99 86.93,135.05C90.82,135.09 94.72,134.68 98.59,134.26C101.29,133.97 103.99,133.45 106.63,132.81C109.24,132.18 111.83,131.39 114.34,130.44C116.96,129.45 119.43,128.1 122.04,127.07C123.93,126.33 125.9,125.5 127.89,125.34C132.67,124.96 137.28,126.2 141.84,127.53C143.11,127.9 144.33,128.31 145.62,128.58C147.02,128.87 148.3,127.69 148.15,126.27C147.66,121.8 146.47,117.04 144.96,112.95H144.95ZM144.43,126.32C141.01,125.16 137.51,124.35 133.98,123.61C130.72,122.93 125.59,122.58 115.46,127.74C112.12,129.44 108.48,130.35 104.86,131.23C102.91,131.71 100.9,131.92 98.94,132.32C94.77,133.16 90.54,133.26 86.33,133.17C81.83,133.07 77.33,132.75 72.86,132.33C70.11,132.07 67.35,131.62 64.67,130.94C61.69,130.18 58.77,129.13 55.86,128.1C52.11,126.78 48.48,125.2 45.24,122.83C40.86,119.62 37.41,115.68 34.81,110.89C33.05,107.63 31.49,104.3 30.51,100.74C29.41,96.71 29.49,92.59 29.82,88.43C30.22,83.48 32.24,79.13 34.28,74.75C35.51,72.09 36.71,69.36 38.82,67.28C41.37,64.79 43.98,62.31 46.81,60.16C50.91,57.05 55.63,55.19 60.76,54.56C63.38,54.23 69.46,53.38 74.96,54.21C75.2,54.24 75.45,54.31 75.59,54.52C76.97,56.53 78.3,58.53 79.71,60.47C80.57,61.64 83.98,64.51 84.95,64.51C85.46,64.51 85.27,63.86 84.93,63.47C83.97,62.4 83.13,61.47 82.29,60.52C78.99,56.81 76.61,52.54 74.67,48.02C74.34,47.25 73.99,46.47 73.8,45.65C73.71,45.29 73.89,44.78 74.11,44.45C75.64,42.23 77.23,40.06 78.76,37.85C79.08,37.38 80.16,36.16 80.11,35.95C79.14,32.4 80.86,21.05 81.45,18.57C82.25,15.26 83.22,11.98 84.3,8.75C85.01,6.61 86.24,3.87 87.99,1.94C88.2,1.71 88.54,1.65 88.81,1.78C91.38,2.92 92.63,5.86 93.8,8.24C95.7,12.09 97.4,16.04 99.18,19.94C99.5,20.63 99.82,21.32 100.14,21.97C100.26,22.23 100.51,22.39 100.79,22.39C103.95,22.37 107.08,22.16 110.17,22.45C113.22,22.74 116.23,23.54 119.46,24.18C119.75,24.24 120.02,24.41 120.19,24.66L120.25,24.73C120.36,24.89 120.59,24.9 120.72,24.75C124.28,20.43 127.61,16.27 131.1,12.24C132.56,10.54 134.36,9.15 136.01,7.62C136.12,7.53 136.79,6.82 137.71,6.42C138.84,5.93 140.16,6.55 140.49,7.74C143.5,18.33 143.91,29.45 140.98,40.28C140.89,40.62 140.65,40.91 140.32,41.03C140.31,41.03 140.31,41.03 140.3,41.04C139.88,41.19 139.68,41.66 139.89,42.05C141.84,45.79 143.73,49.43 145.66,53.15C145.79,53.4 145.76,53.69 145.6,53.92C140.83,60.29 134.77,65.2 128.59,70.45C128.39,70.61 128.3,70.86 128.34,71.12C129.39,77.31 130.82,83.69 130.48,90.42C130.45,90.98 129.83,91.3 129.37,90.99C129.1,90.81 128.84,90.64 128.59,90.47C126.95,89.39 125.3,88.33 123.69,87.22C122.21,86.2 120.74,85.14 119.31,84.04C116.33,81.73 112.84,80.6 109.29,79.53C104.95,78.23 100.5,78.03 96.03,78.01C90.59,77.98 85.2,79 80.15,81.04C76.81,82.39 73.43,83.69 70.16,85.22C66.25,87.05 62.77,89.57 59.49,92.4C55.83,95.58 51.88,98.41 47.01,99.37C44.88,99.79 42.64,99.79 40.46,99.72C39.52,99.69 38.95,99.68 38.55,99.9C38.04,100.17 38.1,100.93 38.63,101.17C39.92,101.76 41.35,101.74 42.73,101.75C49.19,101.85 54.55,99.06 59.35,95.06C62.87,92.11 66.4,89.18 70.57,87.21C74.24,85.47 77.97,83.87 81.76,82.44C85.16,81.15 88.71,80.12 92.37,79.97C95.61,79.84 98.88,80.11 102.13,80.26C107.19,80.49 112.13,81.69 116.31,84.44C121.38,87.78 126.78,90.68 131.11,95.15C134.41,98.56 137.34,102.14 139.7,106.24C142.62,111.3 144.55,116.71 145.72,122.41C145.91,123.32 146.15,124.21 146.32,125.12C146.37,125.38 146.4,125.64 146.43,125.92C146.48,126.45 145.96,126.85 145.47,126.67C145.11,126.54 144.77,126.42 144.44,126.31L144.43,126.32Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="43"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1183 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M131.96,29.15C132.08,29.04 132.27,29.01 132.4,29.1C132.72,29.34 132.94,29.9 133.05,30.49C133.19,31.27 133.44,32.05 133.71,32.8C133.85,33.16 134.3,34.02 134.79,34.02C134.97,33.92 134.79,33.54 134.79,33.54C134.24,31.98 133.86,30.34 133.29,28.79C133.02,28.05 132.46,27.99 131.82,28.33C131.62,28.44 131.09,28.85 130.74,29.06C130.63,29.13 130.48,29.03 130.52,28.89C131.01,26.76 131.93,23.63 132.85,21.44C133.34,21.93 134.14,23.33 134.3,23.86C134.75,25.28 134.76,25.22 135.91,24.31C136.61,23.74 137.36,23.23 138.21,22.63C138.33,22.55 138.51,22.57 138.58,22.7C138.86,23.15 139.55,24.46 139.63,24.83C139.92,26.12 141.08,30.64 138.58,36.27C138.4,36.69 138.18,37.9 138.45,37.7C138.57,37.72 139.53,36.16 139.63,35.96C140.6,34.02 141.55,29.11 140.51,24.85C140.27,23.91 139.88,22.91 139.27,22.18C138.56,21.34 138.48,21.42 137.21,22.41C136.76,22.76 135.76,23.38 135.27,23.86C134.64,22.69 133.85,21.36 133.26,20.28C134.23,17.75 135.28,15.06 136.3,12.36C136.49,11.84 136.56,11.27 136.69,10.73C136.73,9.83 135.71,11.36 135.53,11.78C133.07,17.56 130.97,23.45 129.58,29.59C129.53,29.83 129.49,30.17 129.57,30.5C129.64,30.84 130.04,30.94 130.28,30.72C130.89,30.15 131.39,29.69 131.96,29.16L131.96,29.15Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/microsurvey_success.xml"
line="49"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1344 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M52.58,271.72C47.67,271.72 44.41,268.07 44.41,263.53C44.41,258.87 47.89,255.33 52.58,255.33C55.67,255.33 58.27,256.9 59.69,259.26L56.34,261.38C55.62,259.96 54.36,259.07 52.61,259.07C50.07,259.07 48.3,261.06 48.3,263.53C48.3,265.95 50.03,267.94 52.56,267.94C54.46,267.94 55.78,266.85 56.43,265.34L59.95,267.22C58.6,269.86 55.99,271.72 52.58,271.72ZM70.19,271.5V265.36H64.97V271.5H61.14V255.55H64.97V261.6H70.19V255.55H74.01V271.5H70.19ZM74.94,271.5L80.84,255.55H84.51L90.41,271.5H86.54L85.71,269.12H79.61L78.78,271.5H74.94ZM82.67,260.44L80.79,265.8H84.55L82.67,260.44ZM91.32,271.5V255.55H95.14V267.85H102.1V271.5H91.32ZM103.67,271.5V255.55H107.49V267.85H114.44V271.5H103.67ZM116.01,271.5V255.55H127.03V259.09H119.82V261.71H127.03V265.25H119.82V267.96H127.03V271.5H116.01ZM128.9,271.5V255.55H132.87L138.88,265.12V255.55H142.51V271.5H138.82L132.54,261.47V271.5H128.9ZM152.46,271.72C147.26,271.72 144.09,267.94 144.09,263.53C144.09,258.89 147.5,255.33 152.31,255.33C155.37,255.33 157.62,256.6 159.13,258.54L155.94,260.79C155.17,259.61 153.95,258.94 152.33,258.94C149.86,258.94 147.9,260.9 147.9,263.53C147.9,266.24 149.75,268.09 152.4,268.09C154.23,268.09 155.52,267.17 156.07,265.6H151.63V262.06H160.2V263.88C160.2,268.09 157.07,271.72 152.46,271.72ZM161.83,271.5V255.55H172.84V259.09H165.63V261.71H172.84V265.25H165.63V267.96H172.84V271.5H161.83Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/onboarding_ctd_default_browser.xml"
line="103"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1344 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M52.58,271.72C47.67,271.72 44.41,268.07 44.41,263.53C44.41,258.87 47.89,255.33 52.58,255.33C55.67,255.33 58.27,256.9 59.69,259.26L56.34,261.38C55.62,259.96 54.36,259.07 52.61,259.07C50.07,259.07 48.3,261.06 48.3,263.53C48.3,265.95 50.03,267.94 52.56,267.94C54.46,267.94 55.78,266.85 56.43,265.34L59.95,267.22C58.6,269.86 55.99,271.72 52.58,271.72ZM70.19,271.5V265.36H64.97V271.5H61.14V255.55H64.97V261.6H70.19V255.55H74.01V271.5H70.19ZM74.94,271.5L80.84,255.55H84.51L90.41,271.5H86.54L85.71,269.12H79.61L78.78,271.5H74.94ZM82.67,260.44L80.79,265.8H84.55L82.67,260.44ZM91.32,271.5V255.55H95.14V267.85H102.1V271.5H91.32ZM103.67,271.5V255.55H107.49V267.85H114.44V271.5H103.67ZM116.01,271.5V255.55H127.03V259.09H119.82V261.71H127.03V265.25H119.82V267.96H127.03V271.5H116.01ZM128.9,271.5V255.55H132.87L138.88,265.12V255.55H142.51V271.5H138.82L132.54,261.47V271.5H128.9ZM152.46,271.72C147.26,271.72 144.09,267.94 144.09,263.53C144.09,258.89 147.5,255.33 152.31,255.33C155.37,255.33 157.62,256.6 159.13,258.54L155.94,260.79C155.17,259.61 153.95,258.94 152.33,258.94C149.86,258.94 147.9,260.9 147.9,263.53C147.9,266.24 149.75,268.09 152.4,268.09C154.23,268.09 155.52,267.17 156.07,265.6H151.63V262.06H160.2V263.88C160.2,268.09 157.07,271.72 152.46,271.72ZM161.83,271.5V255.55H172.84V259.09H165.63V261.71H172.84V265.25H165.63V267.96H172.84V271.5H161.83Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_default_browser.xml"
line="103"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (915 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M97.56,291.61V275.65H103.22C108.18,275.65 111.52,279.11 111.52,283.63C111.52,288.18 108.03,291.61 103.29,291.61H97.56ZM103.04,279.19H101.36V288.04H103.11C105.91,288.04 107.68,286.1 107.68,283.63C107.68,281.12 106.04,279.19 103.04,279.19ZM113.11,291.61V275.65H124.12V279.19H116.91V281.82H124.12V285.36H116.91V288.07H124.12V291.61H113.11ZM125.99,291.61V275.65H136.96V279.24H129.79V282.08H136.96V285.6H129.79V291.61H125.99ZM136.37,291.61L142.27,275.65H145.94L151.84,291.61H147.97L147.14,289.23H141.05L140.21,291.61H136.37ZM144.1,280.55L142.23,285.9H145.99L144.1,280.55ZM158.17,291.83C154.24,291.83 151.73,289.46 151.73,285.33V275.65H155.6V285.33C155.6,287.11 156.6,288.11 158.15,288.11C159.68,288.11 160.75,287.11 160.75,285.33V275.65H164.62V285.33C164.62,289.46 162.11,291.83 158.17,291.83ZM166.53,291.61V275.65H170.35V287.96H177.3V291.61H166.53ZM179.33,291.61V279.17H175.01V275.65H187.33V279.17H183.05V291.61H179.33Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable-night/onboarding_ctd_default_browser.xml"
line="106"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (915 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M97.56,291.61V275.65H103.22C108.18,275.65 111.52,279.11 111.52,283.63C111.52,288.18 108.03,291.61 103.29,291.61H97.56ZM103.04,279.19H101.36V288.04H103.11C105.91,288.04 107.68,286.1 107.68,283.63C107.68,281.12 106.04,279.19 103.04,279.19ZM113.11,291.61V275.65H124.12V279.19H116.91V281.82H124.12V285.36H116.91V288.07H124.12V291.61H113.11ZM125.99,291.61V275.65H136.96V279.24H129.79V282.08H136.96V285.6H129.79V291.61H125.99ZM136.37,291.61L142.27,275.65H145.94L151.84,291.61H147.97L147.14,289.23H141.05L140.21,291.61H136.37ZM144.1,280.55L142.23,285.9H145.99L144.1,280.55ZM158.17,291.83C154.24,291.83 151.73,289.46 151.73,285.33V275.65H155.6V285.33C155.6,287.11 156.6,288.11 158.15,288.11C159.68,288.11 160.75,287.11 160.75,285.33V275.65H164.62V285.33C164.62,289.46 162.11,291.83 158.17,291.83ZM166.53,291.61V275.65H170.35V287.96H177.3V291.61H166.53ZM179.33,291.61V279.17H175.01V275.65H187.33V279.17H183.05V291.61H179.33Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_default_browser.xml"
line="106"
column="25"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1214 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData="M239.59,136.79L238.83,137.59L239.59,136.79C238.96,136.2 238.08,135.99 237.26,136.23L223.1,140.38C223.05,140.39 223.01,140.39 222.98,140.38C222.95,140.37 222.91,140.35 222.88,140.31C222.85,140.28 222.84,140.24 222.83,140.2C222.83,140.18 222.83,140.14 222.85,140.08L229.16,126.75C229.53,125.98 229.46,125.07 228.98,124.37L220.66,112.19C220.63,112.14 220.62,112.1 220.62,112.07C220.62,112.04 220.63,112 220.65,111.96C220.68,111.92 220.71,111.89 220.74,111.88C220.76,111.86 220.8,111.85 220.86,111.86L235.49,113.74C236.34,113.85 237.18,113.5 237.7,112.82L246.71,101.15C246.75,101.1 246.78,101.09 246.81,101.08C246.84,101.07 246.88,101.06 246.93,101.07C246.98,101.08 247.01,101.11 247.04,101.13C247.06,101.15 247.08,101.18 247.09,101.24L249.82,115.73C249.98,116.57 250.57,117.27 251.37,117.55L265.26,122.52C265.32,122.54 265.34,122.57 265.36,122.59C265.38,122.61 265.4,122.65 265.4,122.7C265.4,122.75 265.39,122.79 265.38,122.82C265.37,122.85 265.34,122.88 265.29,122.9L252.35,129.98C251.6,130.39 251.13,131.17 251.1,132.02L250.67,146.76C250.67,146.82 250.65,146.86 250.64,146.88C250.62,146.91 250.58,146.93 250.54,146.95C250.5,146.97 250.46,146.97 250.42,146.97C250.39,146.96 250.36,146.95 250.31,146.91L239.59,136.79Z""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/onboarding_ctd_sync.xml"
line="34"
column="25"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableFloatStateOf` instead of `mutableStateOf`"
errorLine1=" var debugDrawerFabOffsetX by remember { mutableStateOf(INITIAL_FAB_OFFSET_X) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/debugsettings/ui/DebugOverlay.kt"
line="86"
column="45"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableFloatStateOf` instead of `mutableStateOf`"
errorLine1=" var debugDrawerFabOffsetY by remember { mutableStateOf(INITIAL_FAB_OFFSET_Y) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/debugsettings/ui/DebugOverlay.kt"
line="87"
column="45"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableLongStateOf` instead of `mutableStateOf`"
errorLine1=" var lastClickTime: Long by remember { mutableStateOf(0) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/compose/ext/Modifier.kt"
line="82"
column="43"/>
</issue>
<issue
id="AutoboxingStateCreation"
message="Prefer `mutableIntStateOf` instead of `mutableStateOf`"
errorLine1=" var offsetY by remember { mutableStateOf(INITIAL_OFFSET) }"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/experiments/view/ResearchSurfaceSurvey.kt"
line="66"
column="31"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/sync_error_background_color` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="@color/sync_error_background_color""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/account_auth_error_preference.xml"
line="13"
column="9"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/checkbox_left_preference.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/checkbox_left_preference_etp.xml"
line="12"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/checkbox_left_sub_preference.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_cookie_banner_details_panel.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_tracking_protection_panel.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/connection_details_website_info.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/material_scrim_color` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="@color/material_scrim_color""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/dialog_scrim.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/download_dialog_layout.xml"
line="10"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?scrim` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?scrim""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_create_collection.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?scrim` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?scrim""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_create_shortcut.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?scrim` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?scrim""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_create_xiaomi_shortcut.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?homeBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?homeBackground">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_home.xml"
line="16"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?scrim` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?scrim""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_pwa_onboarding.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/scrimBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/scrimBackground">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_search_dialog.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_sign_out.xml"
line="10"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/info_banner.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/layout_add_credit_card.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/layout_add_login.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer1` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/navigation_toolbar.xml"
line="14"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/preference_search_add_engine.xml"
line="10"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:selectableItemBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/search_engine_radio_button.xml"
line="11"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?android:windowBackground` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?android:windowBackground""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/start_download_dialog_layout.xml"
line="13"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `#FF0250BB` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="#FF0250BB">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/tracking_protection_learn_more_preference.xml"
line="10"
column="5"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `?attr/layer2` with a theme that also paints a background (inferred theme is `@style/NormalTheme`)"
errorLine1=" android:background="?attr/layer2">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/view_crash_reporter.xml"
line="11"
column="5"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.resource_scheme` appears to be unused"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/arrays.xml"
line="44"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.chrome_scheme` appears to be unused"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/arrays.xml"
line="45"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.string.about_scheme` appears to be unused"
errorLine1=" <string name="about_scheme">"about:"</string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/arrays.xml"
line="46"
column="13"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.array.mozac_url_schemes_blocklist` appears to be unused"
errorLine1=" <string-array name="mozac_url_schemes_blocklist" >"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/arrays.xml"
line="47"
column="19"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.mozac_browser_menu_corner_radius` appears to be unused"
errorLine1=" <dimen name="mozac_browser_menu_corner_radius">8dp</dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="12"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.dimen.mozac_browser_menu2_corner_radius` appears to be unused"
errorLine1=" <dimen name="mozac_browser_menu2_corner_radius">8dp</dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values/dimens.xml"
line="13"
column="12"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.mipmap.ic_launcher_private` appears to be unused">
<location
file="src/main/res/mipmap-hdpi/ic_launcher_private.webp"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_onboarding_key_features` appears to be unused"
errorLine1="<vector xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android" android:height="320dp" android:viewportHeight="193.94" android:viewportWidth="200" android:width="329.99896dp">"
errorLine2="^">
<location
file="src/main/res/drawable/ic_onboarding_key_features.xml"
line="1"
column="1"/>
</issue>
<issue
id="UnusedResources"
message="The resource `R.drawable.ic_onboarding_key_features_icons_only` appears to be unused"
errorLine1="<vector xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android" android:height="320dp" android:viewportHeight="193.94" android:viewportWidth="200" android:width="329.99896dp">"
errorLine2="^">
<location
file="src/main/res/drawable/ic_onboarding_key_features_icons_only.xml"
line="1"
column="1"/>
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_onboarding_customize_toolbar appears to be unused">
<location file="src/main/res/drawable/ic_onboarding_customize_toolbar.xml" />
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_onboarding_bottom_toolbar appears to be unused">
<location file="src/main/res/drawable/ic_onboarding_bottom_toolbar.xml" />
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_onboarding_top_toolbar appears to be unused">
<location file="src/main/res/drawable/ic_onboarding_top_toolbar.xml" />
</issue>
<issue
id="UseOfNonLambdaOffsetOverload"
message="State backed values should use the lambda overload of Modifier.offset"
errorLine1=" .offset(y = offsetState),"
errorLine2=" ~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/experiments/view/ResearchSurfaceSurvey.kt"
line="75"
column="14"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/drawable/animated_splash_screen.xml"
line="7"
column="17"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/animated_splash_screen.xml"
line="7"
column="17"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/debug/res/drawable/animated_splash_screen.xml"
line="8"
column="13"/>
</issue>
<issue
id="RedundantNamespace"
message="This namespace declaration is redundant"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/drawable/animated_splash_screen.xml"
line="8"
column="13"/>
</issue>
<issue
id="IconXmlAndPng"
message="The following images appear both as density independent `.xml` files and as bitmap files: src/main/res/drawable-hdpi/ic_logo_wordmark_normal.webp, src/main/res/drawable-night/ic_logo_wordmark_normal.xml">
<location
file="src/main/res/drawable-xxxhdpi/ic_logo_wordmark_normal.webp"/>
<location
file="src/main/res/drawable-xxhdpi/ic_logo_wordmark_normal.webp"/>
<location
file="src/main/res/drawable-xhdpi/ic_logo_wordmark_normal.webp"/>
<location
file="src/main/res/drawable-night/ic_logo_wordmark_normal.xml"/>
<location
file="src/main/res/drawable-mdpi/ic_logo_wordmark_normal.webp"/>
<location
file="src/main/res/drawable-hdpi/ic_logo_wordmark_normal.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_baidu.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_baidu.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_jd.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_jd.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_meituan.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_meituan.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_pdd.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_pdd.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_tc.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_tc.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_wordmark_logo.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_wordmark_logo.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_wordmark_text_normal.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_wordmark_text_normal.webp"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/ic_wordmark_text_private.webp` in densityless folder">
<location
file="src/main/res/drawable/ic_wordmark_text_private.webp"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-mdpi`: fenix_search_widget.webp (found in drawable-hdpi)">
<location
file="src/main/res/drawable-mdpi"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-xhdpi`: fenix_search_widget.webp (found in drawable-hdpi)">
<location
file="src/main/res/drawable-xhdpi"/>
</issue>
<issue
id="IconDensities"
message="Missing the following drawables in `drawable-xxhdpi`: fenix_search_widget.webp (found in drawable-hdpi)">
<location
file="src/main/res/drawable-xxhdpi"/>
</issue>
<issue
id="SmallSp"
message="Avoid using sizes smaller than `11sp`: `10sp`"
errorLine1=" android:textSize="10sp""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/account_share_list_item.xml"
line="39"
column="9"/>
</issue>
<issue
id="SmallSp"
message="Avoid using sizes smaller than `11sp`: `10sp`"
errorLine1=" android:textSize="10sp""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/app_share_list_item.xml"
line="37"
column="9"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``SearchDialogFragmentConstraintLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="367"
column="17"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="367"
column="58"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``SearchDialogFragmentConstraintLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="377"
column="17"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="377"
column="58"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view ``SearchDialogFragmentConstraintLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="383"
column="17"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="`onTouch` lambda should call `View#performClick` when a click is detected"
errorLine1=" binding.searchWrapper.setOnTouchListener { _, _ ->"
errorLine2=" ^">
<location
file="src/main/java/org/mozilla/fenix/search/SearchDialogFragment.kt"
line="383"
column="58"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `SwipeGestureLayout` overrides `onTouchEvent` but not `performClick`"
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/browser/SwipeGestureLayout.kt"
line="128"
column="18"/>
</issue>
<issue
id="AccessibilityFocus"
message="Do not force accessibility focus, as this interferes with screen readers and gives an inconsistent user experience, especially across apps"
errorLine1=" performAccessibilityAction(AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS, null)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/org/mozilla/fenix/downloads/dialog/StartDownloadDialog.kt"
line="195"
column="29"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/library_site_item.xml"
line="30"
column="10"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" <ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/res/layout/sign_in_preference.xml"
line="17"
column="6"/>
</issue>
<issue
id="RtlSymmetry"
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
errorLine1=" android:paddingStart="@dimen/custom_checkbox_alignment_margin">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/checkbox_left_sub_preference.xml"
line="15"
column="5"/>
</issue>
<issue
id="RtlHardcoded"
message="Consider replacing `android:layout_marginLeft` with `android:layout_marginStart="10dp"` to better support right-to-left layouts"
errorLine1=" android:layout_marginLeft="10dp""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/activity_privacy_content_display.xml"
line="25"
column="21"/>
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_pick_a_theme appears to be unused">
<location file="src/main/res/drawable/ic_pick_a_theme.xml" />
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_pick_a_theme_dark appears to be unused">
<location file="src/main/res/drawable/ic_pick_a_theme_dark.xml" />
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_pick_a_theme_light appears to be unused">
<location file="src/main/res/drawable/ic_pick_a_theme_light.xml" />
</issue>
<issue id="UnusedResources"
message="The resource R.drawable.ic_pick_a_theme_system_auto appears to be unused">
<location file="src/main/res/drawable/ic_pick_a_theme_system_auto.xml" />
</issue>
</issues>