Skip to content

Commit

Permalink
Merge pull request #548 from brave/icon-updates
Browse files Browse the repository at this point in the history
Icon Updates
  • Loading branch information
petemill committed Oct 5, 2018
1 parent 061c72e commit 5cb7a90
Show file tree
Hide file tree
Showing 28 changed files with 1,219 additions and 564 deletions.
3 changes: 2 additions & 1 deletion app/vector_icons/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ aggregate_vector_icons("brave_vector_icons") {
icon_directory = "."

icons = [
"tor_profile.icon"
"autoplay_status.icon",
"tor_profile.icon",
]
}

Expand Down
26 changes: 26 additions & 0 deletions app/vector_icons/autoplay_status.icon
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

MOVE_TO, 42, 24,
CUBIC_TO, 42, 14.08f, 33.92f, 6, 24, 6,
CUBIC_TO, 14.08f, 6, 6, 14.08f, 6, 24,
CUBIC_TO, 6, 33.92f, 14.08f, 42, 24, 42,
CUBIC_TO, 33.92f, 42, 42, 33.92f, 42, 24,
MOVE_TO, 45, 24,
CUBIC_TO, 45, 35.58f, 35.58f, 45, 24, 45,
CUBIC_TO, 12.42f, 45, 3, 35.58f, 3, 24,
CUBIC_TO, 3, 12.42f, 12.42f, 3, 24, 3,
CUBIC_TO, 35.58f, 3, 45, 12.42f, 45, 24,
MOVE_TO, 35.48f, 23.75f,
CUBIC_TO, 35.48f, 24.67f, 34.94f, 25.51f, 34.01f, 26.04f,
LINE_TO, 19.98f, 34.08f,
CUBIC_TO, 19.48f, 34.37f, 18.96f, 34.51f, 18.47f, 34.51f,
CUBIC_TO, 18.04f, 34.51f, 17.63f, 34.4f, 17.26f, 34.19f,
CUBIC_TO, 16.46f, 33.73f, 16, 32.85f, 16, 31.77f,
LINE_TO, 16, 15.73f,
CUBIC_TO, 16, 14.65f, 16.46f, 13.77f, 17.26f, 13.31f,
CUBIC_TO, 18.06f, 12.84f, 19.05f, 12.89f, 19.98f, 13.42f,
LINE_TO, 34.01f, 21.45f,
CUBIC_TO, 34.94f, 21.99f, 35.48f, 22.82f, 35.48f, 23.75f,
CLOSE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "brave/browser/ui/content_settings/brave_autoplay_content_setting_bubble_model.h"
#include "brave/grit/brave_generated_resources.h"
#include "brave/app/vector_icons/vector_icons.h"
#include "chrome/app/vector_icons/vector_icons.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/l10n/l10n_util.h"
Expand All @@ -32,7 +33,7 @@ void BraveAutoplayBlockedImageModel::UpdateFromWebContents(

set_visible(true);
const gfx::VectorIcon* badge_id = &kBlockedBadgeIcon;
const gfx::VectorIcon* icon = &kExtensionIcon;
const gfx::VectorIcon* icon = &kAutoplayStatusIcon;
set_icon(*icon, *badge_id);
set_explanatory_string_id(IDS_BLOCKED_AUTOPLAY_TITLE);
set_tooltip(l10n_util::GetStringUTF16(IDS_BLOCKED_AUTOPLAY_TITLE));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PermissionRequest::IconId PermissionRequestImpl::GetIconId() const {
switch (content_settings_type_) {
case CONTENT_SETTINGS_TYPE_AUTOPLAY:
return kExtensionIcon;
return kPlayArrowIcon;
default:
break;
}
Expand Down
14 changes: 11 additions & 3 deletions patches/chrome-browser-ui-page_info-page_info_ui.cc.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
diff --git a/chrome/browser/ui/page_info/page_info_ui.cc b/chrome/browser/ui/page_info/page_info_ui.cc
index 16c119ddfdddbc5dd84ea251e4fbb27771537963..6b8858742fb0ba832a365e9411e47e1625bb1164 100644
index 16c119ddfdddbc5dd84ea251e4fbb27771537963..f6f53ae0bfab2d4f0b671ac505c624457f8224c7 100644
--- a/chrome/browser/ui/page_info/page_info_ui.cc
+++ b/chrome/browser/ui/page_info/page_info_ui.cc
@@ -550,6 +550,9 @@ const gfx::ImageSkia PageInfoUI::GetPermissionIcon(const PermissionInfo& info,
@@ -28,6 +28,7 @@
#if defined(OS_ANDROID)
#include "chrome/browser/android/android_theme_resources.h"
#else
+#include "brave/app/vector_icons/vector_icons.h"
#include "chrome/app/vector_icons/vector_icons.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/pref_names.h"
@@ -550,6 +551,9 @@ const gfx::ImageSkia PageInfoUI::GetPermissionIcon(const PermissionInfo& info,
case CONTENT_SETTINGS_TYPE_USB_GUARD:
icon = &vector_icons::kUsbIcon;
break;
+ case CONTENT_SETTINGS_TYPE_AUTOPLAY:
+ icon = &kExtensionIcon;
+ icon = &kAutoplayStatusIcon;
+ break;
default:
// All other |ContentSettingsType|s do not have icons on desktop or are
Expand Down
290 changes: 146 additions & 144 deletions vector_icons/chrome/app/vector_icons/brave/product.icon
Original file line number Diff line number Diff line change
Expand Up @@ -4,149 +4,151 @@


CANVAS_DIMENSIONS, 24,
MOVE_TO, 21.72f, 5.77f,
R_LINE_TO, 0.74f, 2.01f,
R_LINE_TO, -0.48f, 1.81f,
R_LINE_TO, -2.17f, 8.26f,
R_ARC_TO, 4.21f, 4.21f, 0, 0, 1, -1.63f, 2.36f,
R_CUBIC_TO, 0, 0, -2.63f, 1.86f, -5.24f, 3.55f,
R_CUBIC_TO, -0.23f, 0.15f, -0.46f, 0.25f, -0.71f, 0.25f,
R_CUBIC_TO, -0.25f, 0, -0.49f, -0.11f, -0.71f, -0.25f,
ARC_TO, 189.48f, 189.48f, 0, 0, 1, 6.28f, 20.2f,
R_ARC_TO, 4.2f, 4.2f, 0, 0, 1, -1.63f, -2.36f,
LINE_TO, 2.48f, 9.59f,
LINE_TO, 2, 7.78f,
R_LINE_TO, 0.74f, -2.01f,
LINE_TO, 2.2f, 4.57f,
R_ARC_TO, 0.31f, 0.31f, 0, 0, 1, 0.06f, -0.35f,
R_LINE_TO, 1.42f, -1.44f,
R_ARC_TO, 2.27f, 2.27f, 0, 0, 1, 2.37f, -0.55f,
R_LINE_TO, 0.38f, 0.13f,
LINE_TO, 8.57f, 0.03f,
LINE_TO, 12.22f, 0,
H_LINE_TO, 12.23f,
R_LINE_TO, 3.65f, 0.03f,
R_LINE_TO, 2.13f, 2.33f,
R_LINE_TO, 0.38f, -0.13f,
R_ARC_TO, 2.27f, 2.27f, 0, 0, 1, 2.37f, 0.55f,
R_LINE_TO, 1.42f, 1.44f,
R_ARC_TO, 0.31f, 0.31f, 0, 0, 1, 0.06f, 0.35f,
R_LINE_TO, -0.54f, 1.2f,
MOVE_TO, 19.59f, 8.54f,
CUBIC_TO, 19.54f, 8.71f, 19.53f, 8.72f, 19.53f, 8.72f,
CUBIC_TO, 19.4f, 8.88f, 19.18f, 9.13f, 19.04f, 9.28f,
LINE_TO, 16.88f, 11.58f,
CUBIC_TO, 16.74f, 11.73f, 16.69f, 12, 16.77f, 12.19f,
LINE_TO, 17.13f, 13.02f,
CUBIC_TO, 17.21f, 13.21f, 17.21f, 13.52f, 17.14f, 13.71f,
LINE_TO, 17.07f, 13.91f,
CUBIC_TO, 16.96f, 14.22f, 16.76f, 14.5f, 16.5f, 14.72f,
LINE_TO, 16.16f, 14.99f,
CUBIC_TO, 16, 15.12f, 15.72f, 15.15f, 15.53f, 15.07f,
LINE_TO, 14.33f, 14.49f,
CUBIC_TO, 14.15f, 14.4f, 13.87f, 14.22f, 13.72f, 14.08f,
LINE_TO, 12.75f, 13.21f,
CUBIC_TO, 12.59f, 13.07f, 12.58f, 12.81f, 12.73f, 12.66f,
LINE_TO, 14.91f, 11.19f,
CUBIC_TO, 15.08f, 11.08f, 15.14f, 10.84f, 15.05f, 10.65f,
LINE_TO, 14.2f, 9.07f,
CUBIC_TO, 14.11f, 8.89f, 14.09f, 8.6f, 14.16f, 8.43f,
CUBIC_TO, 14.23f, 8.27f, 14.45f, 8.07f, 14.64f, 8,
LINE_TO, 17.29f, 7,
CUBIC_TO, 17.48f, 6.93f, 17.47f, 6.85f, 17.27f, 6.83f,
LINE_TO, 15.71f, 6.69f,
CUBIC_TO, 15.51f, 6.67f, 15.18f, 6.7f, 14.98f, 6.75f,
LINE_TO, 13.63f, 7.13f,
CUBIC_TO, 13.43f, 7.18f, 13.3f, 7.39f, 13.34f, 7.59f,
LINE_TO, 13.87f, 10.5f,
CUBIC_TO, 13.91f, 10.7f, 13.92f, 10.92f, 13.9f, 10.99f,
CUBIC_TO, 13.88f, 11.06f, 13.69f, 11.15f, 13.49f, 11.19f,
LINE_TO, 12.67f, 11.37f,
CUBIC_TO, 12.59f, 11.38f, 12.49f, 11.39f, 12.39f, 11.4f,
CUBIC_TO, 12.28f, 11.39f, 12.18f, 11.38f, 12.1f, 11.37f,
LINE_TO, 11.28f, 11.19f,
CUBIC_TO, 11.08f, 11.15f, 10.9f, 11.06f, 10.88f, 10.99f,
CUBIC_TO, 10.85f, 10.92f, 10.87f, 10.7f, 10.9f, 10.5f,
LINE_TO, 11.43f, 7.59f,
CUBIC_TO, 11.47f, 7.39f, 11.34f, 7.18f, 11.14f, 7.13f,
LINE_TO, 9.79f, 6.75f,
CUBIC_TO, 9.59f, 6.7f, 9.27f, 6.67f, 9.06f, 6.69f,
LINE_TO, 7.51f, 6.83f,
CUBIC_TO, 7.3f, 6.85f, 7.29f, 6.93f, 7.48f, 7,
LINE_TO, 10.13f, 8,
CUBIC_TO, 10.32f, 8.07f, 10.54f, 8.27f, 10.61f, 8.43f,
CUBIC_TO, 10.69f, 8.6f, 10.67f, 8.89f, 10.57f, 9.07f,
LINE_TO, 9.73f, 10.65f,
CUBIC_TO, 9.63f, 10.84f, 9.69f, 11.08f, 9.86f, 11.19f,
LINE_TO, 12.04f, 12.66f,
CUBIC_TO, 12.19f, 12.81f, 12.18f, 13.07f, 12.02f, 13.21f,
LINE_TO, 11.05f, 14.08f,
CUBIC_TO, 10.9f, 14.22f, 10.63f, 14.4f, 10.44f, 14.49f,
LINE_TO, 9.24f, 15.07f,
CUBIC_TO, 9.05f, 15.15f, 8.77f, 15.12f, 8.62f, 14.99f,
LINE_TO, 8.28f, 14.72f,
CUBIC_TO, 8.02f, 14.5f, 7.82f, 14.22f, 7.7f, 13.91f,
LINE_TO, 7.63f, 13.71f,
CUBIC_TO, 7.56f, 13.52f, 7.57f, 13.21f, 7.65f, 13.02f,
LINE_TO, 8, 12.19f,
CUBIC_TO, 8.08f, 12, 8.03f, 11.73f, 7.89f, 11.58f,
LINE_TO, 5.73f, 9.28f,
CUBIC_TO, 5.59f, 9.13f, 5.37f, 8.88f, 5.24f, 8.72f,
CUBIC_TO, 5.24f, 8.72f, 5.24f, 8.71f, 5.19f, 8.54f,
LINE_TO, 5.16f, 8.44f,
CUBIC_TO, 5.15f, 8.33f, 5.19f, 7.96f, 5.24f, 7.87f,
CUBIC_TO, 5.29f, 7.77f, 5.42f, 7.55f, 5.53f, 7.38f,
LINE_TO, 6.14f, 6.47f,
CUBIC_TO, 6.26f, 6.31f, 6.45f, 6.04f, 6.58f, 5.88f,
LINE_TO, 7.41f, 4.84f,
CUBIC_TO, 7.53f, 4.68f, 7.64f, 4.55f, 7.65f, 4.56f,
CUBIC_TO, 7.66f, 4.56f, 7.67f, 4.56f, 7.67f, 4.56f,
CUBIC_TO, 7.67f, 4.55f, 7.83f, 4.58f, 8.03f, 4.62f,
LINE_TO, 9.3f, 4.87f,
CUBIC_TO, 9.5f, 4.9f, 9.75f, 4.95f, 9.85f, 4.97f,
CUBIC_TO, 9.95f, 4.99f, 10.2f, 4.96f, 10.39f, 4.89f,
LINE_TO, 11.39f, 4.57f,
CUBIC_TO, 11.58f, 4.51f, 11.9f, 4.42f, 12.1f, 4.37f,
CUBIC_TO, 12.1f, 4.37f, 12.18f, 4.35f, 12.39f, 4.35f,
CUBIC_TO, 12.59f, 4.35f, 12.67f, 4.37f, 12.67f, 4.37f,
CUBIC_TO, 12.87f, 4.42f, 13.19f, 4.51f, 13.38f, 4.57f,
LINE_TO, 14.38f, 4.89f,
CUBIC_TO, 14.57f, 4.96f, 14.82f, 4.99f, 14.92f, 4.97f,
CUBIC_TO, 15.03f, 4.95f, 15.27f, 4.9f, 15.48f, 4.87f,
LINE_TO, 16.74f, 4.62f,
CUBIC_TO, 16.94f, 4.58f, 17.1f, 4.55f, 17.11f, 4.56f,
CUBIC_TO, 17.11f, 4.56f, 17.11f, 4.56f, 17.12f, 4.56f,
CUBIC_TO, 17.13f, 4.55f, 17.24f, 4.68f, 17.37f, 4.84f,
LINE_TO, 18.19f, 5.88f,
CUBIC_TO, 18.32f, 6.04f, 18.52f, 6.31f, 18.63f, 6.47f,
LINE_TO, 19.24f, 7.38f,
CUBIC_TO, 19.36f, 7.55f, 19.49f, 7.77f, 19.53f, 7.87f,
CUBIC_TO, 19.58f, 7.96f, 19.62f, 8.33f, 19.62f, 8.44f,
LINE_TO, 19.59f, 8.54f,
CLOSE,
R_MOVE_TO, -1.43f, 2.35f,
R_CUBIC_TO, 0, -0.12f, -0.04f, -0.52f, -0.09f, -0.63f,
R_ARC_TO, 5.29f, 5.29f, 0, 0, 0, -0.32f, -0.53f,
R_LINE_TO, -0.67f, -0.99f,
R_CUBIC_TO, -0.12f, -0.18f, -0.34f, -0.48f, -0.48f, -0.65f,
R_LINE_TO, -0.9f, -1.13f,
R_ARC_TO, 3.13f, 3.13f, 0, 0, 0, -0.27f, -0.31f,
R_H_LINE_TO, -0.02f,
R_CUBIC_TO, 0, 0, -0.18f, 0.03f, -0.4f, 0.07f,
R_LINE_TO, -1.38f, 0.26f,
R_LINE_TO, -0.6f, 0.12f,
R_CUBIC_TO, -0.11f, 0.02f, -0.38f, -0.02f, -0.59f, -0.08f,
R_LINE_TO, -1.09f, -0.35f,
R_ARC_TO, 11.5f, 11.5f, 0, 0, 0, -0.78f, -0.22f,
R_CUBIC_TO, 0, 0, -0.09f, -0.02f, -0.31f, -0.02f,
R_CUBIC_TO, -0.22f, 0, -0.31f, 0.02f, -0.31f, 0.02f,
R_CUBIC_TO, -0.22f, 0.05f, -0.57f, 0.15f, -0.78f, 0.22f,
R_LINE_TO, -1.09f, 0.35f,
R_CUBIC_TO, -0.21f, 0.07f, -0.48f, 0.11f, -0.59f, 0.09f,
R_CUBIC_TO, -0.11f, -0.02f, -0.38f, -0.07f, -0.6f, -0.11f,
R_LINE_TO, -1.38f, -0.26f,
R_ARC_TO, 12.22f, 12.22f, 0, 0, 0, -0.4f, -0.07f,
R_H_LINE_TO, -0.02f,
R_CUBIC_TO, -0.01f, 0, -0.13f, 0.14f, -0.27f, 0.31f,
R_LINE_TO, -0.9f, 1.13f,
R_CUBIC_TO, -0.14f, 0.17f, -0.35f, 0.47f, -0.48f, 0.65f,
R_LINE_TO, -0.67f, 0.99f,
R_ARC_TO, 5.28f, 5.28f, 0, 0, 0, -0.32f, 0.53f,
R_CUBIC_TO, -0.05f, 0.11f, -0.09f, 0.5f, -0.09f, 0.63f,
R_LINE_TO, 0.03f, 0.11f,
R_CUBIC_TO, 0.05f, 0.19f, 0.06f, 0.2f, 0.06f, 0.2f,
R_CUBIC_TO, 0.14f, 0.17f, 0.38f, 0.45f, 0.53f, 0.61f,
R_LINE_TO, 2.36f, 2.5f,
R_ARC_TO, 0.68f, 0.68f, 0, 0, 1, 0.12f, 0.67f,
R_LINE_TO, -0.39f, 0.91f,
R_ARC_TO, 1.19f, 1.19f, 0, 0, 0, -0.02f, 0.75f,
R_LINE_TO, 0.08f, 0.21f,
R_CUBIC_TO, 0.13f, 0.35f, 0.34f, 0.65f, 0.63f, 0.88f,
R_LINE_TO, 0.37f, 0.3f,
R_ARC_TO, 0.7f, 0.7f, 0, 0, 0, 0.68f, 0.08f,
R_LINE_TO, 1.32f, -0.63f,
R_CUBIC_TO, 0.2f, -0.09f, 0.5f, -0.3f, 0.67f, -0.44f,
R_LINE_TO, 1.05f, -0.95f,
R_ARC_TO, 0.42f, 0.42f, 0, 0, 0, 0.02f, -0.61f,
R_LINE_TO, -2.38f, -1.6f,
R_ARC_TO, 0.46f, 0.46f, 0, 0, 1, -0.14f, -0.58f,
R_LINE_TO, 0.92f, -1.73f,
R_CUBIC_TO, 0.1f, -0.2f, 0.12f, -0.51f, 0.04f, -0.69f,
R_CUBIC_TO, -0.08f, -0.18f, -0.31f, -0.4f, -0.52f, -0.47f,
R_LINE_TO, -2.89f, -1.09f,
R_CUBIC_TO, -0.21f, -0.08f, -0.2f, -0.16f, 0.03f, -0.18f,
R_LINE_TO, 1.7f, -0.16f,
R_CUBIC_TO, 0.22f, -0.02f, 0.58f, 0.01f, 0.79f, 0.07f,
R_LINE_TO, 1.48f, 0.41f,
R_CUBIC_TO, 0.21f, 0.06f, 0.36f, 0.29f, 0.32f, 0.51f,
R_LINE_TO, -0.58f, 3.17f,
R_CUBIC_TO, -0.04f, 0.22f, -0.05f, 0.46f, -0.03f, 0.53f,
R_CUBIC_TO, 0.03f, 0.08f, 0.22f, 0.18f, 0.44f, 0.22f,
R_LINE_TO, 0.9f, 0.19f,
R_CUBIC_TO, 0.09f, 0.02f, 0.2f, 0.03f, 0.31f, 0.03f,
R_CUBIC_TO, 0.11f, 0, 0.22f, -0.01f, 0.31f, -0.03f,
R_LINE_TO, 0.9f, -0.19f,
R_CUBIC_TO, 0.22f, -0.05f, 0.42f, -0.15f, 0.44f, -0.22f,
R_CUBIC_TO, 0.02f, -0.07f, 0.01f, -0.32f, -0.03f, -0.53f,
R_LINE_TO, -0.58f, -3.17f,
R_ARC_TO, 0.45f, 0.45f, 0, 0, 1, 0.32f, -0.51f,
R_LINE_TO, 1.48f, -0.41f,
R_CUBIC_TO, 0.21f, -0.06f, 0.57f, -0.09f, 0.79f, -0.07f,
R_LINE_TO, 1.7f, 0.16f,
R_CUBIC_TO, 0.22f, 0.02f, 0.23f, 0.1f, 0.02f, 0.18f,
R_LINE_TO, -2.89f, 1.09f,
R_CUBIC_TO, -0.21f, 0.08f, -0.44f, 0.29f, -0.52f, 0.48f,
R_CUBIC_TO, -0.08f, 0.18f, -0.06f, 0.49f, 0.05f, 0.69f,
R_LINE_TO, 0.92f, 1.73f,
R_ARC_TO, 0.46f, 0.46f, 0, 0, 1, -0.15f, 0.58f,
R_LINE_TO, -2.38f, 1.6f,
R_ARC_TO, 0.42f, 0.42f, 0, 0, 0, 0.02f, 0.61f,
R_LINE_TO, 1.06f, 0.95f,
R_CUBIC_TO, 0.17f, 0.15f, 0.46f, 0.35f, 0.67f, 0.45f,
R_LINE_TO, 1.32f, 0.63f,
R_ARC_TO, 0.7f, 0.7f, 0, 0, 0, 0.68f, -0.08f,
R_LINE_TO, 0.37f, -0.3f,
R_CUBIC_TO, 0.28f, -0.23f, 0.5f, -0.53f, 0.63f, -0.88f,
R_LINE_TO, 0.08f, -0.21f,
R_ARC_TO, 1.19f, 1.19f, 0, 0, 0, -0.02f, -0.75f,
R_LINE_TO, -0.39f, -0.91f,
R_ARC_TO, 0.68f, 0.68f, 0, 0, 1, 0.12f, -0.67f,
R_LINE_TO, 2.36f, -2.5f,
R_CUBIC_TO, 0.15f, -0.16f, 0.39f, -0.44f, 0.53f, -0.61f,
R_CUBIC_TO, 0, 0, 0.01f, -0.01f, 0.06f, -0.2f,
R_LINE_TO, 0.03f, -0.11f,
MOVE_TO, 15.23f, 16.35f,
LINE_TO, 14.28f, 17.02f,
CUBIC_TO, 14.11f, 17.14f, 13.85f, 17.34f, 13.7f, 17.48f,
LINE_TO, 13.43f, 17.7f,
CUBIC_TO, 13.28f, 17.84f, 13.02f, 18.06f, 12.87f, 18.19f,
LINE_TO, 12.62f, 18.42f,
CUBIC_TO, 12.55f, 18.48f, 12.46f, 18.51f, 12.37f, 18.52f,
CUBIC_TO, 12.28f, 18.51f, 12.2f, 18.48f, 12.13f, 18.42f,
LINE_TO, 11.88f, 18.19f,
CUBIC_TO, 11.72f, 18.06f, 11.47f, 17.84f, 11.32f, 17.7f,
LINE_TO, 11.05f, 17.48f,
CUBIC_TO, 10.9f, 17.34f, 10.63f, 17.14f, 10.47f, 17.02f,
LINE_TO, 9.52f, 16.35f,
CUBIC_TO, 9.35f, 16.23f, 9.36f, 16.06f, 9.55f, 15.96f,
LINE_TO, 10.64f, 15.39f,
CUBIC_TO, 10.82f, 15.3f, 11.12f, 15.16f, 11.31f, 15.08f,
LINE_TO, 11.9f, 14.83f,
CUBIC_TO, 12.09f, 14.76f, 12.27f, 14.69f, 12.29f, 14.69f,
LINE_TO, 12.37f, 14.69f,
LINE_TO, 12.45f, 14.69f,
CUBIC_TO, 12.48f, 14.69f, 12.66f, 14.76f, 12.84f, 14.83f,
LINE_TO, 13.44f, 15.08f,
CUBIC_TO, 13.63f, 15.16f, 13.93f, 15.3f, 14.11f, 15.39f,
LINE_TO, 15.2f, 15.96f,
CUBIC_TO, 15.38f, 16.06f, 15.39f, 16.23f, 15.23f, 16.35f,
CLOSE,
R_MOVE_TO, -4.78f, 8.42f,
R_CUBIC_TO, 0.18f, -0.13f, 0.17f, -0.32f, -0.03f, -0.42f,
R_LINE_TO, -1.19f, -0.62f,
R_ARC_TO, 11.36f, 11.36f, 0, 0, 0, -0.73f, -0.34f,
R_LINE_TO, -0.65f, -0.27f,
R_ARC_TO, 3.09f, 3.09f, 0, 0, 0, -0.43f, -0.15f,
R_H_LINE_TO, -0.17f,
R_CUBIC_TO, -0.03f, 0, -0.22f, 0.07f, -0.43f, 0.16f,
R_LINE_TO, -0.65f, 0.27f,
R_CUBIC_TO, -0.2f, 0.09f, -0.53f, 0.24f, -0.73f, 0.34f,
R_LINE_TO, -1.19f, 0.62f,
R_CUBIC_TO, -0.2f, 0.1f, -0.21f, 0.29f, -0.03f, 0.42f,
R_LINE_TO, 1.03f, 0.73f,
R_CUBIC_TO, 0.18f, 0.13f, 0.47f, 0.35f, 0.64f, 0.5f,
R_LINE_TO, 0.29f, 0.25f,
R_LINE_TO, 0.61f, 0.53f,
R_LINE_TO, 0.28f, 0.24f,
R_CUBIC_TO, 0.07f, 0.07f, 0.17f, 0.1f, 0.27f, 0.11f,
R_ARC_TO, 0.45f, 0.45f, 0, 0, 0, 0.27f, -0.11f,
R_LINE_TO, 0.28f, -0.24f,
R_CUBIC_TO, 0.17f, -0.15f, 0.44f, -0.39f, 0.61f, -0.53f,
R_LINE_TO, 0.29f, -0.25f,
R_CUBIC_TO, 0.17f, -0.15f, 0.46f, -0.37f, 0.64f, -0.5f,
R_LINE_TO, 1.03f, -0.73f,
CLOSE
MOVE_TO, 21.07f, 6.29f,
LINE_TO, 21.56f, 5.19f,
CUBIC_TO, 21.61f, 5.08f, 21.59f, 4.96f, 21.51f, 4.87f,
LINE_TO, 20.2f, 3.55f,
CUBIC_TO, 19.64f, 2.97f, 18.79f, 2.78f, 18.03f, 3.04f,
LINE_TO, 17.68f, 3.17f,
LINE_TO, 15.72f, 1.03f,
LINE_TO, 12.38f, 1,
LINE_TO, 12.37f, 1,
LINE_TO, 12.37f, 1,
LINE_TO, 9.02f, 1.03f,
LINE_TO, 7.07f, 3.17f,
LINE_TO, 6.72f, 3.04f,
CUBIC_TO, 5.96f, 2.78f, 5.11f, 2.97f, 4.55f, 3.55f,
LINE_TO, 3.24f, 4.87f,
CUBIC_TO, 3.16f, 4.96f, 3.13f, 5.08f, 3.18f, 5.19f,
LINE_TO, 3.68f, 6.29f,
LINE_TO, 3, 8.13f,
LINE_TO, 3.44f, 9.79f,
LINE_TO, 5.43f, 17.36f,
CUBIC_TO, 5.66f, 18.23f, 6.18f, 18.99f, 6.92f, 19.52f,
CUBIC_TO, 6.92f, 19.52f, 9.33f, 21.22f, 11.72f, 22.77f,
CUBIC_TO, 11.93f, 22.9f, 12.14f, 23, 12.37f, 23,
CUBIC_TO, 12.61f, 23, 12.82f, 22.9f, 13.03f, 22.77f,
CUBIC_TO, 15.41f, 21.22f, 17.83f, 19.52f, 17.83f, 19.52f,
CUBIC_TO, 18.56f, 18.99f, 19.09f, 18.23f, 19.32f, 17.36f,
LINE_TO, 21.31f, 9.79f,
LINE_TO, 21.75f, 8.13f,
LINE_TO, 21.07f, 6.29f,
CLOSE
Loading

0 comments on commit 5cb7a90

Please sign in to comment.