Compare commits

..

No commits in common. "main" and "v1.3.1" have entirely different histories.
main ... v1.3.1

14 changed files with 76 additions and 388 deletions

View file

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/icon.svg" alt="Pulse Icon" width="64" height="64"> <img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/icon.svg" alt="Logo" width="64" height="64">
</p> </p>
<p align="center" style="font-size: 32px;"> <p align="center" style="font-size: 32px;">
@ -12,60 +12,23 @@ Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp.
--- ---
<p align="center">
<a href="https://apt.izzysoft.de/fdroid/index/apk/partisan.weforge.xyz.pulse">
<img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/IzzyOnDroidButton.svg" alt="Download on IzzyOnDroid" width="256" height="64">
</a>
<a href="https://weforge.xyz/partisan/Pulse/src/branch/main/README.md#using-obtainium">
<img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/OptainiumButton.png" alt="Download using Optainium" width="256" height="64">
</a>
</p>
---
<p align="center"> <p align="center">
<strong>Screenshots</strong> <strong>Screenshots</strong>
</p> </p>
<p align="center"> <p align="center">
<span> <span>
<img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/screenshot.png" alt="Main screen" height="500" style="border-radius: 8px;"> <img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/screenshot.png" alt="Main screen" height="500">
</span> </span>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<span> <span>
<img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/screenshot-redirecting.png" alt="Redirecting popup" height="500" style="border-radius: 8px;"> <img src="https://weforge.xyz/partisan/Pulse/raw/branch/main/data/screenshot-redirecting.png" alt="Redirecting popup" height="500">
</span> </span>
</p> </p>
# How to Install You can cancel redirection by clicking on `Redirecting to..` popup.
## Using Droid-ify (or other F-Droid client) ## Permissions
[Install Droid-ify from their page](https://droidify.eu.org/)
In the app, search for "Pulse" and install it.
*Pulse uses the IzzyOnDroid repo. Some F-Droid clients, such as F-Droid itself, do not include it by default. Please add the IzzyOnDroid repo: https://apt.izzysoft.de/fdroid/repo*
## Using Obtainium
[Install Obtainium](https://github.com/ImranR98/Obtainium/blob/main/README.md)
In the “Add App” screen:
1. Add the following URL: https://weforge.xyz/partisan/Pulse
2. In **Override Source**, select **Forgejo (Codeberg)**
3. Tap the “Add” button at the very top, and youre done!
## Install directly
Go to the [Releases page](https://weforge.xyz/partisan/Pulse/releases) and download the latest file with the following format: `app-release.apk`.
Install it, and youre done!
*Please note that when installing directly, the app will not receive automatic updates.*
# Permissions
* ACCESS_NETWORK_STATE - check internet is available * ACCESS_NETWORK_STATE - check internet is available
* CALL_PHONE - make a call via messenger * CALL_PHONE - make a call via messenger
@ -75,8 +38,7 @@ Install it, and youre done!
All permissions are mandatory. All permissions are mandatory.
# License ## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)
This application is Free Software: You can use, study share and improve it at your will. This application is Free Software: You can use, study share and improve it at your will.
@ -84,11 +46,11 @@ Specifically you can redistribute and/or modify it under the terms of the
[GNU General Public License v3](https://www.gnu.org/licenses/gpl.html) as published by the Free [GNU General Public License v3](https://www.gnu.org/licenses/gpl.html) as published by the Free
Software Foundation. Software Foundation.
## Icon Credit ### Icon Credit
Icon based on "Pulse 53" from the [Flare Dashed Icons](https://www.svgrepo.com/svg/450484/pulse) collection by [Taras Shypka](https://www.svgrepo.com/author/Taras%20Shypka/). Icon based on "Pulse 53" from the [Flare Dashed Icons](https://www.svgrepo.com/svg/450484/pulse) collection by [Taras Shypka](https://www.svgrepo.com/author/Taras%20Shypka/).
Licensed under the [Public Domain](https://www.svgrepo.com/page/licensing/#PD). Licensed under the [Public Domain](https://www.svgrepo.com/page/licensing/#PD).
## Original Author ### Original Author
[This software](https://github.com/x13a/Red) was originally developed by [x13a](https://github.com/x13a), but it has been archived by the owner on Jun 22, 2022. [This software](https://github.com/x13a/Red) was originally developed by [x13a](https://github.com/x13a), but it has been archived by the owner on Jun 22, 2022.

View file

@ -11,8 +11,8 @@ android {
applicationId = "partisan.weforge.xyz.pulse" applicationId = "partisan.weforge.xyz.pulse"
minSdk = 29 minSdk = 29
targetSdk = 34 targetSdk = 34
versionCode = 12 versionCode = 10
versionName = "1.4.0" versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View file

@ -9,24 +9,21 @@ import android.net.Uri
import android.view.Gravity import android.view.Gravity
import android.view.LayoutInflater import android.view.LayoutInflater
import android.view.WindowManager import android.view.WindowManager
import android.view.ContextThemeWrapper
import android.widget.TextView import android.widget.TextView
import android.animation.ObjectAnimator
import android.widget.ProgressBar
import androidx.annotation.RequiresPermission import androidx.annotation.RequiresPermission
import java.lang.ref.WeakReference import java.lang.ref.WeakReference
import java.util.* import java.util.*
import kotlin.concurrent.timerTask import kotlin.concurrent.timerTask
class PopupWindow( class PopupWindow(
ctx: Context, private val ctx: Context,
private val service: WeakReference<CallRedirectionService>?, private val service: WeakReference<CallRedirectionService>?,
) { ) {
private val themedCtx = ContextThemeWrapper(ctx, R.style.Theme_Pulse) private val prefs = Preferences(ctx)
private val prefs = Preferences(themedCtx) private val windowManager = ctx.getSystemService(WindowManager::class.java)
private val windowManager = themedCtx.getSystemService(WindowManager::class.java) private val audioManager = ctx.getSystemService(AudioManager::class.java)
private val audioManager = themedCtx.getSystemService(AudioManager::class.java) @Suppress("InflateParams")
private val view = LayoutInflater.from(themedCtx).inflate(R.layout.popup, null) private val view = LayoutInflater.from(ctx).inflate(R.layout.popup, null)
private val layoutParams = WindowManager.LayoutParams().apply { private val layoutParams = WindowManager.LayoutParams().apply {
format = PixelFormat.TRANSLUCENT format = PixelFormat.TRANSLUCENT
flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
@ -48,7 +45,7 @@ class PopupWindow(
fun preview() { fun preview() {
remove() remove()
layoutParams.y = prefs.popupPosition layoutParams.y = prefs.popupPosition
val destinations = listOf( val destinations = mutableListOf(
R.string.destination_signal, R.string.destination_signal,
R.string.destination_telegram, R.string.destination_telegram,
R.string.destination_threema, R.string.destination_threema,
@ -83,7 +80,6 @@ class PopupWindow(
service.cancelCall() service.cancelCall()
}, prefs.redirectionDelay) }, prefs.redirectionDelay)
setDescription(destinationId) setDescription(destinationId)
startProgressAnimation(prefs.redirectionDelay)
if (!add()) { if (!add()) {
timer?.cancel() timer?.cancel()
service.placeCallUnmodified() service.placeCallUnmodified()
@ -91,46 +87,33 @@ class PopupWindow(
} }
private fun setDescription(id: Int) { private fun setDescription(id: Int) {
view.findViewById<TextView>(R.id.description).text = themedCtx.getString( view.findViewById<TextView>(R.id.description).text = ctx.getString(
R.string.popup, R.string.popup,
themedCtx.getString(id), ctx.getString(id),
) )
} }
private fun startProgressAnimation(duration: Long) {
val bar = view.findViewById<ProgressBar>(R.id.progress)
bar.max = 100
bar.progress = 0
val animator = ObjectAnimator.ofInt(bar, "progress", 100)
animator.duration = duration
animator.start()
}
@RequiresPermission(Manifest.permission.CALL_PHONE) @RequiresPermission(Manifest.permission.CALL_PHONE)
private fun call(data: Uri) { private fun call(data: Uri) {
Intent(Intent.ACTION_VIEW).apply { Intent(Intent.ACTION_VIEW).let {
this.data = data it.data = data
flags = Intent.FLAG_ACTIVITY_NEW_TASK it.flags = Intent.FLAG_ACTIVITY_NEW_TASK
themedCtx.startActivity(this) ctx.startActivity(it)
} }
} }
private fun add(): Boolean { private fun add(): Boolean {
try { try {
windowManager?.addView(view, layoutParams) windowManager?.addView(view, layoutParams)
} catch (exc: WindowManager.BadTokenException) { } catch (exc: WindowManager.BadTokenException) { return false }
return false
}
return true return true
} }
private fun remove(): Boolean { private fun remove(): Boolean {
try { try {
windowManager?.removeView(view) windowManager?.removeView(view)
} catch (_: IllegalArgumentException) { } catch (exc: IllegalArgumentException) {
} catch (_: WindowManager.BadTokenException) { } catch (exc: WindowManager.BadTokenException) { return false }
return false
}
return true return true
} }

View file

@ -1,17 +0,0 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<solid android:color="#22000000" />
<corners android:radius="999dp" />
</shape>
</item>
<item android:id="@android:id/progress">
<clip>
<shape android:shape="rectangle">
<solid android:color="?attr/colorPrimary" />
<corners android:radius="999dp" />
</shape>
</clip>
</item>
</layer-list>

View file

@ -1,19 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:cardCornerRadius="24dp" app:cardCornerRadius="24dp"
app:cardElevation="4dp" app:cardElevation="4dp"
app:cardBackgroundColor="?attr/colorSurface" app:cardBackgroundColor="?attr/colorSurface">
android:background="@android:color/white">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView <TextView
android:id="@+id/description" android:id="@+id/description"
@ -23,19 +15,5 @@
android:textColor="?attr/colorOnSurface" android:textColor="?attr/colorOnSurface"
android:textSize="16sp" android:textSize="16sp"
android:textAppearance="?attr/textAppearanceBodyMedium" android:textAppearance="?attr/textAppearanceBodyMedium"
android:textAlignment="center" android:textAlignment="center" />
tools:text="Popup text" />
<ProgressBar
android:id="@+id/progress"
android:layout_width="match_parent"
android:layout_height="3dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="12dp"
android:layout_marginBottom="8dp"
android:indeterminate="false"
android:max="100"
style="@android:style/Widget.ProgressBar.Horizontal"
android:progressDrawable="@drawable/progress_drawable"/>
</LinearLayout>
</com.google.android.material.card.MaterialCardView> </com.google.android.material.card.MaterialCardView>

View file

@ -7,9 +7,6 @@
<!-- Secondary brand color. --> <!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item> <item name="colorSecondary">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item> <item name="colorOnSecondary">@color/black</item>
<!-- Customize your theme here. -->
<item name="colorSurface">@color/white</item>
<item name="colorOnSurface">@color/black</item>
<item name="textAppearanceBodyMedium">@style/TextAppearance.Material3.BodyMedium</item>
</style> </style>
</resources> </resources>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -1,197 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="utf-8"?>
<svg <svg fill="#000000" version="1.1" id="Layer_1" width="845.71301" height="842.34912" viewBox="0 0 76.114171 75.811421" enable-background="new 0 0 72 72" xmlns="http://www.w3.org/2000/svg" xmlns:bx="https://boxy-svg.com">
fill="#000000" <defs id="defs5">
version="1.1" <radialGradient gradientUnits="userSpaceOnUse" cx="254.89999" cy="255.633" r="238.439" id="gradient-1" gradientTransform="matrix(0.229176, 0, 0, 0.229176, -20.258176, -20.511814)">
id="Layer_1" <stop offset="0" style="stop-color: rgb(1, 5, 11);" id="stop2"/>
width="845.71301" <stop offset="1" style="stop-color: rgb(11, 22, 36);" id="stop4"/>
height="842.34912"
viewBox="0 0 76.114171 75.811421"
enable-background="new 0 0 72 72"
sodipodi:docname="icon_appstore.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
inkscape:export-filename="icon_appstore.png"
inkscape:export-xdpi="58.351101"
inkscape:export-ydpi="58.351101"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:bx="https://boxy-svg.com">
<sodipodi:namedview
id="namedview44"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.49741846"
inkscape:cx="-82.42557"
inkscape:cy="414.13823"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />
<defs
id="defs5">
<radialGradient
gradientUnits="userSpaceOnUse"
cx="254.89999"
cy="255.633"
r="238.439"
id="gradient-1"
gradientTransform="matrix(0.25708576,0,0,0.25708576,-27.372645,-27.645846)">
<stop
offset="0"
style="stop-color: rgb(1, 5, 11);"
id="stop2" />
<stop
offset="1"
style="stop-color: rgb(11, 22, 36);"
id="stop4" />
</radialGradient> </radialGradient>
<bx:export> <bx:export>
<bx:file <bx:file format="png"/>
format="png" />
</bx:export> </bx:export>
</defs> </defs>
<ellipse <ellipse style="fill: url(&quot;#gradient-1&quot;); fill-rule: nonzero; stroke: rgb(0, 0, 0); stroke-width: 2.05476; paint-order: fill;" cx="38.161" cy="38.068" rx="54.643" ry="55.459" id="ellipse9"/>
style="fill:url(#gradient-1);fill-rule:nonzero;stroke:#000000;stroke-width:2.305;paint-order:fill" <path d="M 65.078 28.536 C 65.061 28.577 64.972 28.97 64.878 29.426 C 64.779 29.871 64.694 30.245 64.685 30.254 C 64.67 30.266 64.287 30.353 63.827 30.452 C 63.367 30.541 62.969 30.64 62.95 30.659 C 62.931 30.681 63.311 30.789 63.803 30.888 L 64.694 31.074 L 64.769 31.401 C 64.808 31.589 64.89 31.963 64.947 32.249 C 65.008 32.536 65.073 32.794 65.092 32.813 C 65.111 32.833 65.21 32.447 65.316 31.972 C 65.42 31.481 65.502 31.086 65.509 31.086 C 65.514 31.074 65.909 30.997 66.386 30.888 C 66.863 30.789 67.265 30.7 67.275 30.691 C 67.304 30.659 67.195 30.63 66.34 30.452 C 65.894 30.344 65.523 30.266 65.514 30.254 C 65.502 30.245 65.41 29.84 65.299 29.346 C 65.196 28.864 65.097 28.498 65.078 28.536 L 65.078 28.536 Z" style="fill:#ffffff;fill-opacity:0.79;stroke-width:2.98704" id="path47">
cx="38.160999" <title id="title45">Star</title>
cy="38.068001"
rx="61.297596"
ry="62.212971"
id="ellipse9" />
<path
d="m 70.268677,25.717168 c -0.01907,0.04599 -0.118909,0.486854 -0.224357,0.998387 -0.111056,0.499193 -0.206408,0.91874 -0.216504,0.928836 -0.01683,0.01346 -0.44647,0.111057 -0.96249,0.222113 -0.51602,0.09984 -0.96249,0.210895 -0.983804,0.232209 -0.02131,0.02468 0.404964,0.145832 0.956881,0.256889 l 0.999509,0.208651 0.08413,0.366823 c 0.04375,0.210896 0.135735,0.630442 0.199677,0.951272 0.06843,0.321952 0.141345,0.611372 0.162659,0.632686 0.02131,0.02244 0.13237,-0.410573 0.251279,-0.943419 0.116666,-0.550796 0.208652,-0.9939 0.216504,-0.9939 0.0056,-0.01346 0.448713,-0.09984 0.983804,-0.222113 0.535091,-0.111057 0.986047,-0.210896 0.997265,-0.220992 0.03253,-0.0359 -0.08974,-0.06843 -1.048867,-0.268106 -0.500315,-0.121152 -0.916497,-0.208652 -0.926593,-0.222113 -0.01346,-0.0101 -0.116665,-0.464418 -0.241183,-1.018579 -0.115544,-0.540699 -0.2266,-0.951272 -0.247914,-0.908644 z"
style="fill:#ffffff;fill-opacity:0.79;stroke-width:3.35081"
id="path47">
<title
id="title45">Star</title>
</path> </path>
<path <path d="m 10.244399,33.84917 c -0.0096,0.03856 -0.09878,0.452979 -0.197576,0.896322 -0.098784,0.455391 -0.1879397,0.840906 -0.1975767,0.850543 -0.011984,0.0096 -0.4047912,0.09878 -0.8698191,0.197576 -0.4626183,0.09878 -0.8698191,0.197578 -0.8890948,0.207215 -0.019271,0.01927 0.3662398,0.127706 0.8698191,0.236128 l 0.8987318,0.187939 0.079512,0.337326 c 0.038558,0.175892 0.1180707,0.561406 0.1783027,0.848133 0.05783,0.296365 0.127706,0.544541 0.146976,0.573455 0.01927,0.01927 0.118071,-0.36624 0.216852,-0.860182 0.108419,-0.481894 0.197578,-0.898732 0.197578,-0.898732 0.0096,0 0.414428,-0.08673 0.889095,-0.187939 0.484302,-0.09878 0.889093,-0.195167 0.898732,-0.207213 0.02891,-0.02892 -0.07951,-0.05783 -0.939693,-0.23613 -0.452981,-0.108418 -0.828858,-0.187937 -0.838497,-0.197576 -0.0096,-0.0096 -0.108418,-0.424067 -0.216852,-0.918007 -0.108434,-0.493943 -0.207215,-0.869819 -0.22649,-0.828858 z" style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.06584" id="path59">
d="m 6.8446282,33.335388 c -0.010769,0.04326 -0.1108098,0.508144 -0.2216375,1.005478 -0.1108142,0.51085 -0.2108276,0.943315 -0.2216382,0.954125 -0.013443,0.01077 -0.4540879,0.11081 -0.9757484,0.221638 -0.5189574,0.110809 -0.9757484,0.221639 -0.9973715,0.23245 -0.021618,0.02162 0.4108416,0.143258 0.9757484,0.264884 l 1.0081821,0.210827 0.089195,0.378407 c 0.043254,0.197312 0.1324497,0.629776 0.2000169,0.951421 0.064873,0.332457 0.1432585,0.610857 0.1648752,0.643292 0.021617,0.02162 0.1324501,-0.410842 0.2432609,-0.964937 0.1216226,-0.540581 0.2216397,-1.008183 0.2216397,-1.008183 0.010769,0 0.4648983,-0.09729 0.9973718,-0.210827 C 8.8718044,35.903154 9.3258921,35.795028 9.336705,35.781515 9.369136,35.749075 9.247512,35.716645 8.2825732,35.516629 7.7744271,35.395007 7.3527746,35.305804 7.3419617,35.294991 7.3311926,35.284222 7.2203402,34.81928 7.0987008,34.265187 6.9770614,33.71109 6.8662505,33.289438 6.8446282,33.335388 Z" <title id="title57">Star</title>
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path59">
<title
id="title57">Star</title>
</path> </path>
<path <path d="M 44.625 9.659 C 44.596 9.726 44.446 10.417 44.28 11.179 C 44.111 11.948 43.972 12.591 43.955 12.61 C 43.923 12.629 43.273 12.779 42.483 12.957 C 41.692 13.114 41.01 13.282 40.972 13.311 C 40.941 13.34 41.594 13.518 42.432 13.697 L 43.972 14.022 L 44.102 14.586 C 44.162 14.892 44.299 15.542 44.408 16.036 C 44.507 16.53 44.615 16.966 44.654 17.005 C 44.685 17.034 44.851 16.383 45.029 15.552 C 45.208 14.723 45.357 14.032 45.364 14.032 C 45.376 14.022 46.056 13.885 46.868 13.697 C 47.687 13.528 48.379 13.371 48.398 13.35 C 48.446 13.302 48.261 13.253 46.798 12.945 C 46.027 12.779 45.396 12.629 45.376 12.61 C 45.357 12.591 45.198 11.899 45.01 11.051 C 44.832 10.22 44.654 9.589 44.625 9.659 Z" style="fill:#ffffff;stroke-width:2.97167" id="path103">
d="m 46.305146,4.9237957 c -0.03253,0.075159 -0.2008,0.8503116 -0.387016,1.7051103 -0.189581,0.8626512 -0.345509,1.5839578 -0.364579,1.6052717 -0.0359,0.021314 -0.765056,0.1895813 -1.651265,0.3892587 -0.88733,0.17612 -1.652386,0.3645795 -1.695014,0.3971112 -0.03478,0.032532 0.697749,0.2322092 1.637803,0.4330083 l 1.727546,0.3645795 0.145832,0.6326856 c 0.06731,0.343266 0.220991,1.072425 0.343266,1.626586 0.111056,0.554161 0.232209,1.043258 0.275958,1.087008 0.03478,0.03253 0.220992,-0.69775 0.420669,-1.629951 0.200799,-0.929959 0.367945,-1.7051107 0.375797,-1.7051107 0.01346,-0.011218 0.776274,-0.1649021 1.687162,-0.3757974 C 49.740046,9.2639746 50.516319,9.0878546 50.537633,9.0642972 50.591479,9.0104516 50.383949,8.9554842 48.74278,8.609975 47.877886,8.423759 47.17004,8.2554916 47.147605,8.2341777 47.126291,8.2128638 46.947927,7.4365899 46.737032,6.4853178 46.537355,5.553116 46.337677,4.8452709 46.305146,4.9237957 Z" <title id="title101">Star</title>
style="fill:#ffffff;stroke-width:3.33357"
id="path103">
<title
id="title101">Star</title>
</path> </path>
<path <path d="M 27.098 54.888 C 27.079 54.953 26.944 55.553 26.797 56.227 C 26.652 56.902 26.524 57.475 26.505 57.485 C 26.488 57.502 25.903 57.639 25.211 57.786 C 24.52 57.931 23.917 58.075 23.888 58.104 C 23.852 58.131 24.435 58.287 25.175 58.442 L 26.524 58.733 L 26.633 59.225 C 26.698 59.49 26.816 60.073 26.907 60.502 C 26.997 60.938 27.091 61.311 27.124 61.347 C 27.153 61.376 27.298 60.803 27.454 60.073 C 27.618 59.343 27.746 58.733 27.756 58.733 C 27.756 58.733 28.356 58.605 29.076 58.442 C 29.796 58.297 30.396 58.15 30.416 58.14 C 30.461 58.095 30.298 58.049 29.011 57.777 C 28.339 57.63 27.772 57.502 27.756 57.485 C 27.746 57.475 27.599 56.856 27.435 56.119 C 27.281 55.379 27.124 54.832 27.098 54.888 L 27.098 54.888 Z" style="fill:#ffffff;stroke-width:3.43501" id="path103-3">
d="m 27.927379,55.523595 c -0.02131,0.07292 -0.172754,0.745986 -0.337656,1.502068 -0.162659,0.757203 -0.306247,1.399985 -0.327561,1.411203 -0.01907,0.01907 -0.675313,0.172754 -1.451587,0.337657 -0.775153,0.162658 -1.451588,0.324195 -1.484119,0.356727 -0.04039,0.03029 0.613615,0.205286 1.443734,0.379162 l 1.513286,0.326439 0.122274,0.551917 c 0.07292,0.297273 0.205287,0.951273 0.307369,1.432518 0.10096,0.489097 0.206408,0.907522 0.243427,0.947906 0.03253,0.03253 0.19519,-0.61025 0.370188,-1.429151 0.183973,-0.818902 0.327561,-1.50319 0.338779,-1.50319 0,0 0.67307,-0.143588 1.480753,-0.326439 0.807684,-0.162658 1.480754,-0.32756 1.50319,-0.338778 0.05048,-0.05048 -0.132371,-0.102082 -1.576106,-0.407207 -0.753838,-0.164903 -1.389889,-0.308491 -1.407837,-0.327561 -0.01122,-0.01122 -0.17612,-0.705602 -0.360093,-1.532356 -0.172754,-0.830119 -0.348874,-1.443735 -0.378041,-1.380915 z" <title id="title101-5">Star</title>
style="fill:#ffffff;stroke-width:3.85334"
id="path103-3">
<title
id="title101-5">Star</title>
</path> </path>
<path <path d="M 34.627 47.061 C 34.618 47.092 34.557 47.379 34.487 47.694 C 34.42 48.01 34.36 48.278 34.35 48.285 C 34.34 48.297 34.063 48.355 33.738 48.425 C 33.413 48.494 33.136 48.562 33.116 48.574 C 33.107 48.581 33.372 48.661 33.728 48.731 L 34.36 48.87 L 34.41 49.097 C 34.439 49.224 34.499 49.502 34.538 49.699 C 34.577 49.906 34.627 50.085 34.637 50.094 C 34.656 50.114 34.726 49.836 34.796 49.502 C 34.873 49.155 34.933 48.87 34.933 48.87 C 34.943 48.87 35.22 48.81 35.555 48.731 C 35.89 48.661 36.176 48.593 36.186 48.593 C 36.208 48.574 36.128 48.552 35.526 48.425 C 35.21 48.345 34.943 48.297 34.943 48.285 C 34.933 48.278 34.863 47.991 34.784 47.644 C 34.716 47.299 34.637 47.032 34.627 47.061 L 34.627 47.061 Z" style="fill:#ffffff;fill-opacity:0.6;stroke-width:3.27941" id="path115">
d="m 29.870808,39.99153 c -0.0101,0.03477 -0.07852,0.356727 -0.15705,0.710088 -0.07516,0.354484 -0.142467,0.655122 -0.153684,0.662974 -0.01122,0.01346 -0.321952,0.07852 -0.686532,0.15705 -0.364579,0.0774 -0.675313,0.153684 -0.697749,0.167145 -0.0101,0.0079 0.287177,0.0976 0.686531,0.17612 l 0.708967,0.155928 0.05609,0.254645 c 0.03253,0.142466 0.09984,0.454322 0.143588,0.675313 0.04375,0.23221 0.09984,0.433009 0.111056,0.443105 0.02131,0.02244 0.09984,-0.28942 0.178364,-0.664096 0.08638,-0.389259 0.153684,-0.708967 0.153684,-0.708967 0.01122,0 0.321952,-0.06731 0.697749,-0.155928 0.375798,-0.07852 0.696628,-0.154806 0.707845,-0.154806 0.02468,-0.02131 -0.06506,-0.04599 -0.740376,-0.188459 -0.354484,-0.08974 -0.654,-0.143589 -0.654,-0.15705 -0.01122,-0.0079 -0.08974,-0.329804 -0.178364,-0.719063 -0.07628,-0.387015 -0.164902,-0.686531 -0.176119,-0.653999 z" <title id="title113">Star</title>
style="fill:#ffffff;fill-opacity:0.6;stroke-width:3.67879"
id="path115">
<title
id="title113">Star</title>
</path> </path>
<path <path d="M 54.953 53.341 C 54.934 53.408 54.784 54.071 54.628 54.81 C 54.459 55.553 54.322 56.184 54.303 56.193 C 54.281 56.215 53.65 56.362 52.879 56.521 C 52.117 56.678 51.457 56.846 51.428 56.875 C 51.389 56.904 52.03 57.073 52.84 57.251 L 54.322 57.557 L 54.449 58.099 C 54.51 58.396 54.647 59.039 54.736 59.514 C 54.835 59.986 54.943 60.4 54.982 60.441 C 55.013 60.47 55.177 59.839 55.351 59.039 C 55.522 58.239 55.661 57.567 55.671 57.567 C 55.678 57.557 56.336 57.417 57.126 57.251 C 57.917 57.083 58.582 56.926 58.599 56.914 C 58.647 56.866 58.466 56.817 57.052 56.521 C 56.312 56.352 55.695 56.215 55.678 56.193 C 55.661 56.184 55.505 55.504 55.324 54.692 C 55.153 53.883 54.982 53.28 54.953 53.341 L 54.953 53.341 Z" style="fill:#ffffff;fill-opacity:0.85;stroke-width:6.82757" id="path135">
d="m 55.038991,53.910536 c -0.02131,0.07516 -0.189582,0.818902 -0.36458,1.647899 -0.189581,0.833485 -0.343265,1.54133 -0.364579,1.551426 -0.02468,0.02468 -0.732525,0.189582 -1.59742,0.367945 -0.854798,0.17612 -1.595175,0.36458 -1.627707,0.397111 -0.04375,0.03253 0.675314,0.222113 1.583958,0.421791 l 1.662483,0.343266 0.142466,0.608006 c 0.06843,0.33317 0.222113,1.054476 0.321952,1.587323 0.111056,0.529482 0.232209,0.9939 0.275958,1.039893 0.03478,0.03253 0.218748,-0.675313 0.413938,-1.57274 0.191825,-0.897426 0.347753,-1.651265 0.358971,-1.651265 0.0079,-0.01122 0.745986,-0.168267 1.632194,-0.354483 0.887331,-0.18846 1.633317,-0.36458 1.652387,-0.378041 0.05385,-0.05385 -0.149197,-0.108813 -1.735399,-0.440861 -0.830119,-0.189581 -1.522259,-0.343265 -1.54133,-0.367945 -0.01907,-0.0101 -0.194068,-0.772908 -0.397111,-1.683796 -0.191825,-0.907523 -0.38365,-1.583958 -0.416181,-1.515529 z" <title id="title133">Star</title>
style="fill:#ffffff;fill-opacity:0.85;stroke-width:7.65905"
id="path135">
<title
id="title133">Star</title>
</path> </path>
<path <path d="M 26.728 8.816 C 26.699 8.908 26.494 9.826 26.28 10.845 C 26.046 11.867 25.858 12.737 25.829 12.756 C 25.803 12.782 24.921 12.98 23.863 13.214 C 22.808 13.428 21.897 13.655 21.851 13.693 C 21.805 13.739 22.685 13.973 23.808 14.216 L 25.858 14.645 L 26.027 15.397 C 26.121 15.809 26.297 16.678 26.439 17.341 C 26.569 17.999 26.718 18.57 26.766 18.625 C 26.812 18.671 27.039 17.792 27.282 16.686 C 27.516 15.573 27.711 14.657 27.721 14.657 C 27.73 14.645 28.639 14.45 29.732 14.216 C 30.819 13.982 31.744 13.768 31.764 13.749 C 31.841 13.674 31.588 13.606 29.631 13.204 C 28.61 12.97 27.759 12.782 27.73 12.756 C 27.711 12.737 27.497 11.802 27.244 10.676 C 27.01 9.563 26.776 8.722 26.728 8.816 Z" style="fill:#ffffff;stroke-width:4.39702" id="path143">
d="m 24.092191,5.6795911 c -0.03253,0.1032041 -0.262497,1.133001 -0.502559,2.276098 -0.262497,1.1464623 -0.473392,2.1224139 -0.505924,2.1437279 -0.02917,0.02917 -1.018579,0.251279 -2.205426,0.513777 -1.183481,0.240061 -2.205425,0.494706 -2.257027,0.537334 -0.0516,0.0516 0.935567,0.314099 2.195329,0.586692 l 2.299656,0.481245 0.189581,0.843581 c 0.105448,0.462175 0.302881,1.437004 0.462175,2.180746 0.145831,0.738134 0.312977,1.378672 0.366823,1.44037 0.0516,0.0516 0.306246,-0.934445 0.57884,-2.175137 0.262497,-1.248545 0.481245,-2.276098 0.492463,-2.276098 0.0101,-0.01346 1.029796,-0.23221 2.255905,-0.494707 1.219379,-0.262497 2.257028,-0.502559 2.279464,-0.523873 0.08638,-0.08413 -0.197434,-0.160415 -2.392764,-0.611371 -1.14534,-0.262498 -2.099978,-0.473393 -2.132509,-0.502559 -0.02131,-0.02131 -0.261376,-1.0701815 -0.545187,-2.3333093 -0.262497,-1.2485446 -0.524995,-2.1919642 -0.57884,-2.0865166 z" <title id="title141">Star</title>
style="fill:#ffffff;stroke-width:4.9325"
id="path143">
<title
id="title141">Star</title>
</path> </path>
<path <path d="M 60.382 36.087 C 60.356 36.157 60.194 36.887 60.021 37.697 C 59.842 38.507 59.688 39.188 59.671 39.208 C 59.645 39.227 58.953 39.386 58.115 39.564 C 57.279 39.743 56.558 39.918 56.522 39.95 C 56.486 39.979 57.18 40.167 58.069 40.352 L 59.688 40.699 L 59.825 41.292 C 59.895 41.617 60.04 42.309 60.148 42.834 C 60.257 43.354 60.372 43.8 60.409 43.851 C 60.445 43.889 60.625 43.188 60.813 42.318 C 61.004 41.441 61.155 40.709 61.165 40.709 C 61.172 40.699 61.893 40.543 62.758 40.352 C 63.62 40.176 64.35 40.008 64.367 39.988 C 64.423 39.938 64.223 39.88 62.676 39.552 C 61.866 39.376 61.192 39.227 61.172 39.208 C 61.155 39.188 60.984 38.449 60.787 37.56 C 60.596 36.68 60.418 36.008 60.382 36.087 L 60.382 36.087 Z" style="fill:#ffffff;fill-opacity:0.85;stroke-width:3.37663" id="path163">
d="m 62.536413,34.870169 c -0.02917,0.07852 -0.210896,0.897426 -0.404964,1.806071 -0.200799,0.908644 -0.373554,1.672578 -0.392624,1.695014 -0.02917,0.02131 -0.805441,0.199678 -1.745495,0.399355 -0.937811,0.200799 -1.746616,0.397111 -1.787,0.433008 -0.04039,0.03253 0.738133,0.243427 1.735398,0.450957 l 1.816167,0.389259 0.153684,0.665217 c 0.07852,0.36458 0.241184,1.140854 0.362336,1.72979 0.122275,0.583327 0.25128,1.083642 0.292786,1.140853 0.04038,0.04263 0.242305,-0.743742 0.4532,-1.719693 0.214261,-0.983804 0.38365,-1.804949 0.394868,-1.804949 0.0079,-0.01122 0.816658,-0.186216 1.787,-0.400477 0.966977,-0.197434 1.785879,-0.385893 1.804949,-0.408329 0.06282,-0.05609 -0.161537,-0.121153 -1.896935,-0.489097 -0.908644,-0.197434 -1.664726,-0.36458 -1.687162,-0.385894 -0.01907,-0.02244 -0.210895,-0.851433 -0.431886,-1.848698 -0.214261,-0.98717 -0.413938,-1.741008 -0.454322,-1.652387 z" <title id="title161">Star</title>
style="fill:#ffffff;fill-opacity:0.85;stroke-width:3.78785"
id="path163">
<title
id="title161">Star</title>
</path> </path>
<path <path d="M 18.185 28.173 C 18.175 28.211 18.086 28.626 17.987 29.071 C 17.888 29.524 17.799 29.91 17.79 29.92 C 17.78 29.929 17.394 30.018 16.922 30.117 C 16.457 30.216 16.052 30.315 16.033 30.324 C 16.021 30.344 16.407 30.454 16.9 30.563 L 17.799 30.751 L 17.879 31.076 C 17.917 31.262 17.997 31.647 18.057 31.934 C 18.115 32.23 18.185 32.478 18.204 32.507 C 18.226 32.527 18.324 32.143 18.433 31.647 C 18.532 31.165 18.621 30.758 18.628 30.758 C 18.628 30.751 19.035 30.662 19.508 30.563 C 19.992 30.462 20.397 30.365 20.406 30.356 C 20.435 30.324 20.327 30.295 19.469 30.117 C 19.014 30.009 18.64 29.929 18.628 29.92 C 18.618 29.91 18.52 29.495 18.411 29.002 C 18.312 28.508 18.214 28.134 18.185 28.173 Z" style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.06584" id="path-1">
d="m 14.351587,22.573585 c -0.01122,0.04263 -0.111056,0.508168 -0.222113,1.007361 -0.111056,0.508168 -0.210895,0.941176 -0.220991,0.952394 -0.01122,0.0101 -0.444226,0.109935 -0.973708,0.220991 -0.521629,0.111057 -0.975951,0.222113 -0.997265,0.232209 -0.01346,0.02244 0.419547,0.145832 0.972586,0.268106 l 1.008483,0.210896 0.08974,0.364579 c 0.04263,0.208652 0.132371,0.640538 0.199678,0.96249 0.06506,0.332048 0.143588,0.61025 0.164902,0.642782 0.02468,0.02244 0.134614,-0.408329 0.256888,-0.964734 0.111057,-0.540699 0.210896,-0.997265 0.218748,-0.997265 0,-0.0079 0.456566,-0.107691 0.987169,-0.218748 0.542943,-0.1133 0.997265,-0.222113 1.007361,-0.232209 0.03253,-0.0359 -0.08862,-0.06843 -1.05111,-0.268106 -0.510412,-0.121152 -0.929959,-0.210895 -0.94342,-0.220991 -0.01122,-0.01122 -0.121153,-0.476758 -0.243427,-1.029797 -0.111056,-0.554161 -0.220991,-0.973708 -0.253523,-0.929958 z" <title id="bx-title-1">Star</title>
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-1">
<title
id="bx-title-1">Star</title>
</path> </path>
<path <path d="m 42.063863,25.177485 c -0.0096,0.02892 -0.06988,0.315642 -0.137341,0.631282 -0.06988,0.31564 -0.127706,0.583092 -0.139754,0.583092 -0.0096,0.0096 -0.274679,0.07951 -0.612004,0.146976 -0.325279,0.06988 -0.602369,0.139754 -0.621645,0.14939 -0.0096,0.0096 0.255405,0.08915 0.612006,0.159025 l 0.633691,0.137341 0.04819,0.22649 c 0.02891,0.127706 0.08915,0.395153 0.127705,0.602368 0.04095,0.207213 0.08915,0.375876 0.09878,0.395152 0.02168,0.01927 0.08915,-0.257813 0.159025,-0.59273 0.07951,-0.344553 0.137341,-0.63128 0.137341,-0.63128 0.0096,0 0.286727,-0.06024 0.621643,-0.137341 0.337327,-0.06988 0.624053,-0.139754 0.633691,-0.14939 0.01927,-0.01927 -0.06024,-0.03856 -0.662604,-0.168663 -0.315642,-0.06746 -0.583092,-0.127706 -0.583092,-0.137342 -0.0096,0 -0.0771,-0.286727 -0.156612,-0.640918 -0.06988,-0.346964 -0.149389,-0.602368 -0.159025,-0.573455 z" style="fill:#ffffff;fill-opacity:0.6;stroke-width:3.27941" id="path-2">
d="m 42.539166,23.607638 c -0.01077,0.03244 -0.07839,0.354082 -0.154067,0.708161 -0.07839,0.35408 -0.143258,0.654103 -0.156774,0.654103 -0.01077,0.01077 -0.30813,0.08919 -0.686535,0.164875 -0.364893,0.07839 -0.675728,0.156774 -0.697351,0.167583 -0.01077,0.01077 0.286509,0.100007 0.686538,0.178392 l 0.710864,0.154067 0.05406,0.254072 c 0.03243,0.143259 0.100007,0.443276 0.143258,0.675727 0.04594,0.232448 0.100007,0.421651 0.110809,0.443274 0.02432,0.02162 0.100007,-0.28921 0.178392,-0.664914 0.08919,-0.386514 0.154067,-0.708159 0.154067,-0.708159 0.01077,0 0.321645,-0.06758 0.697348,-0.154067 0.378408,-0.07839 0.700053,-0.156774 0.710864,-0.167583 0.02162,-0.02162 -0.06758,-0.04326 -0.743298,-0.189204 -0.354082,-0.07567 -0.654102,-0.143258 -0.654102,-0.154068 -0.01077,0 -0.08649,-0.321645 -0.175685,-0.718971 C 42.639162,23.861708 42.54997,23.5752 42.53916,23.607634 Z" <title id="bx-title-2">Star</title>
style="fill:#ffffff;fill-opacity:0.6;stroke-width:3.67879"
id="path-2">
<title
id="bx-title-2">Star</title>
</path> </path>
<g <g transform="matrix(0.64127569,0,0,0.64127569,14.479115,12.458945)" id="g32">
transform="matrix(0.71937225,0,0,0.71937225,11.595061,9.3401941)" <path d="m 60.999,9.506 c -5.233,0 -9.493,4.26 -9.493,9.495 0,3.646 2.07,6.815 5.095,8.404 l -4.95,14.254 C 51.114,41.564 50.564,41.506 50,41.506 c -1.456,0 -2.831,0.34 -4.065,0.928 L 34.689,30.814 c 0.515,-1.168 0.806,-2.457 0.806,-3.813 0,-5.235 -4.259,-9.495 -9.495,-9.495 -5.234,0 -9.493,4.26 -9.493,9.495 0,2.931 1.337,5.555 3.431,7.298 L 15.172,44.485 C 13.911,43.865 12.498,43.506 11,43.506 c -5.234,0 -9.493,4.26 -9.493,9.495 0,5.233 4.259,9.493 9.493,9.493 5.236,0 9.495,-4.26 9.495,-9.493 0,-2.253 -0.792,-4.321 -2.107,-5.951 L 23.49,36.146 c 0.801,0.221 1.641,0.348 2.511,0.348 2.416,0 4.616,-0.914 6.293,-2.404 l 10.452,10.801 c -1.394,1.653 -2.238,3.784 -2.238,6.11 0,5.233 4.26,9.493 9.493,9.493 5.235,0 9.495,-4.26 9.495,-9.493 0,-3.248 -1.641,-6.117 -4.136,-7.83 l 5.108,-14.704 c 0.177,0.01 0.353,0.027 0.532,0.027 5.235,0 9.495,-4.259 9.495,-9.493 -0.001,-5.235 -4.261,-9.495 -9.496,-9.495 z m -50,48.988 c -3.029,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 15,-26 c -3.029,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z m 24,24 c -3.028,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 11,-32 c -3.028,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z" style="fill:#979797" id="path30"/>
id="g32">
<path
d="m 60.999,9.506 c -5.233,0 -9.493,4.26 -9.493,9.495 0,3.646 2.07,6.815 5.095,8.404 l -4.95,14.254 C 51.114,41.564 50.564,41.506 50,41.506 c -1.456,0 -2.831,0.34 -4.065,0.928 L 34.689,30.814 c 0.515,-1.168 0.806,-2.457 0.806,-3.813 0,-5.235 -4.259,-9.495 -9.495,-9.495 -5.234,0 -9.493,4.26 -9.493,9.495 0,2.931 1.337,5.555 3.431,7.298 L 15.172,44.485 C 13.911,43.865 12.498,43.506 11,43.506 c -5.234,0 -9.493,4.26 -9.493,9.495 0,5.233 4.259,9.493 9.493,9.493 5.236,0 9.495,-4.26 9.495,-9.493 0,-2.253 -0.792,-4.321 -2.107,-5.951 L 23.49,36.146 c 0.801,0.221 1.641,0.348 2.511,0.348 2.416,0 4.616,-0.914 6.293,-2.404 l 10.452,10.801 c -1.394,1.653 -2.238,3.784 -2.238,6.11 0,5.233 4.26,9.493 9.493,9.493 5.235,0 9.495,-4.26 9.495,-9.493 0,-3.248 -1.641,-6.117 -4.136,-7.83 l 5.108,-14.704 c 0.177,0.01 0.353,0.027 0.532,0.027 5.235,0 9.495,-4.259 9.495,-9.493 -0.001,-5.235 -4.261,-9.495 -9.496,-9.495 z m -50,48.988 c -3.029,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 15,-26 c -3.029,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z m 24,24 c -3.028,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 11,-32 c -3.028,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z"
style="fill:#979797"
id="path30" />
</g> </g>
<g <g transform="matrix(0.64127569,0,0,0.64127569,13.741615,11.277414)" id="g36">
transform="matrix(0.71937225,0,0,0.71937225,10.767746,8.0147726)" <path d="m 60.999,9.506 c -5.233,0 -9.493,4.26 -9.493,9.495 0,3.646 2.07,6.815 5.095,8.404 l -4.95,14.254 C 51.114,41.564 50.564,41.506 50,41.506 c -1.456,0 -2.831,0.34 -4.065,0.928 L 34.689,30.814 c 0.515,-1.168 0.806,-2.457 0.806,-3.813 0,-5.235 -4.259,-9.495 -9.495,-9.495 -5.234,0 -9.493,4.26 -9.493,9.495 0,2.931 1.337,5.555 3.431,7.298 L 15.172,44.485 C 13.911,43.865 12.498,43.506 11,43.506 c -5.234,0 -9.493,4.26 -9.493,9.495 0,5.233 4.259,9.493 9.493,9.493 5.236,0 9.495,-4.26 9.495,-9.493 0,-2.253 -0.792,-4.321 -2.107,-5.951 L 23.49,36.146 c 0.801,0.221 1.641,0.348 2.511,0.348 2.416,0 4.616,-0.914 6.293,-2.404 l 10.452,10.801 c -1.394,1.653 -2.238,3.784 -2.238,6.11 0,5.233 4.26,9.493 9.493,9.493 5.235,0 9.495,-4.26 9.495,-9.493 0,-3.248 -1.641,-6.117 -4.136,-7.83 l 5.108,-14.704 c 0.177,0.01 0.353,0.027 0.532,0.027 5.235,0 9.495,-4.259 9.495,-9.493 -0.001,-5.235 -4.261,-9.495 -9.496,-9.495 z m -50,48.988 c -3.029,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 15,-26 c -3.029,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z m 24,24 c -3.028,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 11,-32 c -3.028,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z" style="fill:#ffffff" id="path34"/>
id="g36">
<path
d="m 60.999,9.506 c -5.233,0 -9.493,4.26 -9.493,9.495 0,3.646 2.07,6.815 5.095,8.404 l -4.95,14.254 C 51.114,41.564 50.564,41.506 50,41.506 c -1.456,0 -2.831,0.34 -4.065,0.928 L 34.689,30.814 c 0.515,-1.168 0.806,-2.457 0.806,-3.813 0,-5.235 -4.259,-9.495 -9.495,-9.495 -5.234,0 -9.493,4.26 -9.493,9.495 0,2.931 1.337,5.555 3.431,7.298 L 15.172,44.485 C 13.911,43.865 12.498,43.506 11,43.506 c -5.234,0 -9.493,4.26 -9.493,9.495 0,5.233 4.259,9.493 9.493,9.493 5.236,0 9.495,-4.26 9.495,-9.493 0,-2.253 -0.792,-4.321 -2.107,-5.951 L 23.49,36.146 c 0.801,0.221 1.641,0.348 2.511,0.348 2.416,0 4.616,-0.914 6.293,-2.404 l 10.452,10.801 c -1.394,1.653 -2.238,3.784 -2.238,6.11 0,5.233 4.26,9.493 9.493,9.493 5.235,0 9.495,-4.26 9.495,-9.493 0,-3.248 -1.641,-6.117 -4.136,-7.83 l 5.108,-14.704 c 0.177,0.01 0.353,0.027 0.532,0.027 5.235,0 9.495,-4.259 9.495,-9.493 -0.001,-5.235 -4.261,-9.495 -9.496,-9.495 z m -50,48.988 c -3.029,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 15,-26 c -3.029,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.464,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z m 24,24 c -3.028,0 -5.493,-2.465 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.028 -2.465,5.493 -5.495,5.493 z m 11,-32 c -3.028,0 -5.493,-2.464 -5.493,-5.493 0,-3.03 2.465,-5.495 5.493,-5.495 3.03,0 5.495,2.465 5.495,5.495 0,3.029 -2.465,5.493 -5.495,5.493 z"
style="fill:#ffffff"
id="path34" />
</g> </g>
<path <path d="M 15.187 18.329 C 15.177 18.367 15.088 18.782 14.989 19.227 C 14.89 19.68 14.801 20.066 14.792 20.076 C 14.782 20.085 14.396 20.174 13.924 20.273 C 13.459 20.372 13.054 20.471 13.035 20.48 C 13.023 20.5 13.409 20.61 13.902 20.719 L 14.801 20.907 L 14.881 21.232 C 14.919 21.418 14.999 21.803 15.059 22.09 C 15.117 22.386 15.187 22.634 15.206 22.663 C 15.228 22.683 15.326 22.299 15.435 21.803 C 15.534 21.321 15.623 20.914 15.63 20.914 C 15.63 20.907 16.037 20.818 16.51 20.719 C 16.994 20.618 17.399 20.521 17.408 20.512 C 17.437 20.48 17.329 20.451 16.471 20.273 C 16.016 20.165 15.642 20.085 15.63 20.076 C 15.62 20.066 15.522 19.651 15.413 19.158 C 15.314 18.664 15.216 18.29 15.187 18.329 Z" style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.06584" id="path-3">
d="m 8.756373,13.330864 c -0.01122,0.04263 -0.111056,0.508168 -0.222113,1.007361 -0.111056,0.508168 -0.210895,0.941176 -0.220991,0.952394 -0.01122,0.0101 -0.444226,0.109935 -0.973708,0.220991 -0.5216288,0.111057 -0.9759509,0.222113 -0.9972648,0.232209 -0.013461,0.02244 0.4195469,0.145832 0.9725858,0.268106 l 1.008483,0.210896 0.08974,0.364579 c 0.04263,0.208652 0.13237,0.640538 0.199677,0.96249 0.06506,0.332048 0.143588,0.61025 0.164902,0.642782 0.02468,0.02244 0.134614,-0.408329 0.256889,-0.964734 0.111056,-0.540699 0.210895,-0.997265 0.218747,-0.997265 0,-0.0079 0.456566,-0.107691 0.98717,-0.218748 0.542943,-0.1133 0.997265,-0.222113 1.007361,-0.232209 0.03253,-0.0359 -0.08862,-0.06843 -1.051111,-0.268106 C 9.686329,15.390458 9.266782,15.300715 9.25332,15.290619 9.2421,15.279399 9.132168,14.813861 9.009893,14.260822 8.898837,13.706661 8.788902,13.287114 8.75637,13.330864 Z" <title id="bx:title-1">Star</title>
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-3">
<title
id="bx:title-1">Star</title>
</path> </path>
<path <path d="M 8.77 53.715 C 8.761 53.748 8.684 54.109 8.598 54.496 C 8.511 54.89 8.434 55.226 8.426 55.235 C 8.418 55.242 8.082 55.32 7.671 55.406 C 7.267 55.492 6.915 55.578 6.898 55.586 C 6.888 55.603 7.224 55.699 7.652 55.794 L 8.434 55.957 L 8.504 56.24 C 8.537 56.402 8.606 56.736 8.658 56.986 C 8.709 57.243 8.77 57.459 8.786 57.484 C 8.805 57.502 8.891 57.168 8.985 56.736 C 9.071 56.317 9.149 55.963 9.155 55.963 C 9.155 55.957 9.509 55.88 9.92 55.794 C 10.341 55.706 10.693 55.622 10.701 55.614 C 10.726 55.586 10.632 55.561 9.886 55.406 C 9.491 55.312 9.165 55.242 9.155 55.235 C 9.146 55.226 9.061 54.865 8.966 54.436 C 8.88 54.007 8.795 53.682 8.77 53.715 Z" style="fill: rgb(255, 255, 255); fill-opacity: 0.76; stroke-width: 6.06584;" id="path-4">
d="m 5.7189969,55.62054 c -0.010096,0.03702 -0.096473,0.441983 -0.1929467,0.876113 -0.097595,0.441983 -0.1839724,0.818902 -0.1929467,0.828998 -0.00897,0.0079 -0.3858934,0.09535 -0.8469462,0.191825 -0.4532004,0.09647 -0.8480681,0.192946 -0.8671384,0.201921 -0.011218,0.01907 0.3657013,0.126761 0.8458245,0.233331 l 0.8772344,0.18285 0.078525,0.317465 c 0.037019,0.181729 0.1144219,0.556404 0.1727546,0.83685 0.057211,0.288298 0.1256397,0.530603 0.1435883,0.558648 0.021314,0.02019 0.1177872,-0.354483 0.2232348,-0.839094 0.096473,-0.470027 0.1839724,-0.867138 0.1907031,-0.867138 0,-0.0067 0.3971113,-0.09311 0.8581641,-0.189581 0.4722707,-0.09872 0.8671384,-0.192947 0.8761127,-0.201921 0.028044,-0.03141 -0.077403,-0.05945 -0.9142535,-0.233331 C 6.5278026,57.412028 6.1621013,57.333503 6.1508834,57.325651 6.1407874,57.315555 6.0454358,56.910591 5.9388664,56.429346 5.8423931,55.948101 5.7470415,55.583522 5.7189969,55.62054 Z" <title id="bx:title-2">Star</title>
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-4">
<title
id="bx:title-2">Star</title>
</path> </path>
<path <path d="M 66 14.042 C 65.993 14.067 65.933 14.347 65.867 14.647 C 65.799 14.952 65.74 15.213 65.733 15.22 C 65.727 15.225 65.467 15.286 65.148 15.352 C 64.835 15.419 64.562 15.486 64.549 15.492 C 64.541 15.505 64.802 15.579 65.133 15.653 L 65.74 15.779 L 65.794 15.999 C 65.819 16.124 65.873 16.383 65.913 16.577 C 65.953 16.776 66 16.944 66.012 16.963 C 66.027 16.977 66.094 16.718 66.167 16.383 C 66.233 16.058 66.294 15.784 66.298 15.784 C 66.298 15.779 66.573 15.72 66.891 15.653 C 67.218 15.585 67.49 15.52 67.497 15.514 C 67.516 15.492 67.443 15.472 66.865 15.352 C 66.559 15.279 66.306 15.225 66.298 15.22 C 66.291 15.213 66.226 14.933 66.152 14.601 C 66.085 14.268 66.019 14.016 66 14.042 Z" style="fill: rgb(255, 255, 255); fill-opacity: 0.76; stroke-width: 6.06584;" id="path-5">
d="m 69.390321,11.116039 c -0.0079,0.02804 -0.07516,0.342143 -0.149198,0.678678 -0.07628,0.342144 -0.142466,0.63493 -0.150319,0.642782 -0.0067,0.0056 -0.298394,0.07404 -0.656243,0.148075 -0.351118,0.07516 -0.657365,0.150319 -0.671948,0.15705 -0.009,0.01458 0.283811,0.0976 0.655122,0.180607 l 0.680922,0.141345 0.06058,0.246792 c 0.02805,0.140223 0.08862,0.430765 0.133492,0.648391 0.04487,0.223235 0.0976,0.411694 0.111057,0.433008 0.01683,0.01571 0.09199,-0.274837 0.173876,-0.650634 0.07404,-0.36458 0.142467,-0.671948 0.146954,-0.671948 0,-0.0056 0.30849,-0.07179 0.665217,-0.146954 0.366823,-0.07628 0.671948,-0.149197 0.679801,-0.155928 0.02131,-0.02468 -0.06058,-0.04711 -0.708967,-0.181729 -0.343266,-0.08189 -0.627077,-0.142466 -0.636051,-0.148075 -0.0079,-0.0079 -0.08077,-0.321952 -0.16378,-0.694384 -0.07516,-0.373553 -0.149198,-0.656243 -0.170511,-0.627076 z" <title id="bx:title-3">Star</title>
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-5">
<title
id="bx:title-3">Star</title>
</path>
<path
d="m 68.04615,54.60911 c -0.01122,0.04263 -0.111057,0.508168 -0.222113,1.007361 -0.111057,0.508168 -0.210895,0.941176 -0.220992,0.952394 -0.01122,0.0101 -0.444226,0.109935 -0.973707,0.220992 -0.521629,0.111056 -0.975952,0.222113 -0.997265,0.232209 -0.01346,0.02244 0.419546,0.145831 0.972586,0.268106 l 1.008483,0.210895 0.08974,0.36458 c 0.04263,0.208651 0.132371,0.640538 0.199678,0.962489 0.06506,0.332048 0.143588,0.610251 0.164902,0.642782 0.02468,0.02244 0.134614,-0.408329 0.256888,-0.964733 0.111057,-0.5407 0.210895,-0.997265 0.218748,-0.997265 0,-0.0079 0.456565,-0.107692 0.987169,-0.218748 0.542943,-0.1133 0.997265,-0.222113 1.007361,-0.232209 0.03253,-0.0359 -0.08862,-0.06843 -1.051111,-0.268106 -0.510411,-0.121153 -0.929958,-0.210896 -0.943419,-0.220992 -0.01122,-0.01122 -0.121153,-0.476758 -0.243427,-1.029797 -0.111057,-0.554161 -0.220991,-0.973707 -0.253523,-0.929958 z"
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-6">
<title
id="bx:title-4">Star</title>
</path>
<path
d="m 41.510644,63.994652 c -0.0101,0.04263 -0.109934,0.508167 -0.220991,1.005117 -0.111056,0.511533 -0.210895,0.94342 -0.222113,0.954638 -0.01346,0.0101 -0.4532,0.111056 -0.975951,0.220991 -0.518264,0.111056 -0.97483,0.222113 -0.997265,0.233331 -0.02131,0.02131 0.411694,0.142466 0.975951,0.264741 l 1.008483,0.210895 0.08862,0.378041 c 0.04375,0.197434 0.133492,0.62932 0.200799,0.951272 0.06506,0.332048 0.142466,0.611372 0.164902,0.642782 0.02131,0.02244 0.132371,-0.410573 0.243427,-0.964734 0.121153,-0.540699 0.220991,-1.007361 0.220991,-1.007361 0.01122,0 0.46554,-0.09759 0.997266,-0.210895 0.544064,-0.111057 0.997265,-0.21987 1.008483,-0.233331 0.03253,-0.03141 -0.08974,-0.06394 -1.054477,-0.264741 -0.508167,-0.121153 -0.929958,-0.210895 -0.940054,-0.220991 -0.01122,-0.01122 -0.122274,-0.475636 -0.243427,-1.029797 -0.121152,-0.554161 -0.232209,-0.975952 -0.254644,-0.929958 z"
style="fill:#ffffff;fill-opacity:0.76;stroke-width:6.80456"
id="path-7">
<title
id="bx:title-5">Star</title>
</path>
<path
d="m 15.624023,64.277622 c -0.0101,0.03253 -0.07852,0.354483 -0.153684,0.707845 -0.07852,0.354484 -0.143589,0.655121 -0.15705,0.655121 -0.0101,0.0101 -0.307369,0.08862 -0.686531,0.164903 -0.36458,0.0774 -0.675314,0.155927 -0.696628,0.167145 -0.01122,0.01122 0.286055,0.09984 0.686532,0.178364 l 0.710088,0.153684 0.05497,0.254645 c 0.03141,0.143588 0.09984,0.443104 0.142466,0.675313 0.04599,0.232209 0.09984,0.421791 0.111057,0.443105 0.02468,0.02244 0.09984,-0.288299 0.178363,-0.664096 0.08974,-0.387015 0.153685,-0.708967 0.153685,-0.708967 0.01122,0 0.321951,-0.06731 0.697749,-0.153684 0.378041,-0.07852 0.699992,-0.15705 0.71121,-0.167146 0.02131,-0.02244 -0.06843,-0.04375 -0.743742,-0.189581 -0.354484,-0.07628 -0.654,-0.143589 -0.654,-0.153685 -0.01122,0 -0.08638,-0.321951 -0.17612,-0.719063 -0.07852,-0.389258 -0.167145,-0.676435 -0.178363,-0.643903 z"
style="fill:#ffffff;fill-opacity:0.6;stroke-width:3.67879"
id="path-8">
<title
id="bx:title-6">Star</title>
</path> </path>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Before After
Before After

View file

@ -1 +0,0 @@
Fixed crash related to redirect popup

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After