preview doc on chat solved

This commit is contained in:
Equilibrium ITO
2024-03-18 11:13:34 +01:00
parent a52ff2aef8
commit c08531a630
3861 changed files with 1962946 additions and 270 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest package="com.gpr.gabinetedigital" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
+3
View File
@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
+5
View File
@@ -0,0 +1,5 @@
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/android.iml" filepath="$PROJECT_DIR$/.idea/android.iml" />
</modules>
</component>
</project>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
+3
View File
@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
+5
View File
@@ -0,0 +1,5 @@
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/app.iml" filepath="$PROJECT_DIR$/.idea/app.iml" />
</modules>
</component>
</project>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
</component>
</project>
+40
View File
@@ -0,0 +1,40 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-community-fcm')
implementation project(':capacitor-app')
implementation project(':capacitor-browser')
implementation project(':capacitor-camera')
implementation project(':capacitor-device')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-haptics')
implementation project(':capacitor-keyboard')
implementation project(':capacitor-network')
implementation project(':capacitor-push-notifications')
implementation project(':capacitor-share')
implementation project(':capacitor-storage')
implementation project(':capawesome-capacitor-file-picker')
implementation project(':capawesome-capacitor-screen-orientation')
implementation project(':sentry-capacitor')
implementation project(':capacitor-video-player')
implementation project(':capacitor-voice-recorder')
implementation project(':send-intent')
implementation "com.soundcloud.android:android-crop:1.0.0@aar"
implementation "androidx.appcompat:appcompat:1.0.0"
implementation "com.android.support:support-v4:27.+"
implementation "com.squareup.okhttp:okhttp-urlconnection:2+"
}
apply from: "../../node_modules/cordova-plugin-ffmpeg/src/android/ffmpeg-kit.gradle"
apply from: "../../node_modules/cordova-android-support-gradle-release/cordova-android-support-gradle-release.gradle"
if (hasProperty('postBuildExtras')) {
postBuildExtras()
}
+40
View File
@@ -0,0 +1,40 @@
{
"project_info": {
"project_number": "800733765231",
"firebase_url": "https://gabinete-digital-2020.firebaseio.com",
"project_id": "gabinete-digital-2020",
"storage_bucket": "gabinete-digital-2020.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:800733765231:android:e7ffc0b310037d9f13779a",
"android_client_info": {
"package_name": "com.gpr.gabinetedigital"
}
},
"oauth_client": [
{
"client_id": "800733765231-92oa7ib62ob0pkouphb5i5sp01vkalid.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyD0pfW45DLoW6mqvZRklJdbfSTskW22Fok"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "800733765231-92oa7ib62ob0pkouphb5i5sp01vkalid.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
+36
View File
@@ -0,0 +1,36 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest package="com.gpr.gabinetedigital" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:exported="true" android:label="@string/title_activity_main" android:launchMode="singleTop" android:name=".MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:exported="true" android:label="@string/app_name" android:name="de.mindlib.sendIntent.SendIntentActivity" android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="video/*" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
<data android:mimeType="video/*" />
</intent-filter>
</activity>
<provider android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
</application>
</manifest>
@@ -0,0 +1,20 @@
{
"appId": "com.capacitorjs.app.testapp",
"appName": "Gabinete Digital",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchAutoHide": false
},
"LocalNotifications": {
"smallIcon": "ic_launcher_round",
"iconColor": "#CE0B7C"
},
"PushNotifications": {
"presentationOptions": [
"alert",
"sound"
]
}
}
}
@@ -0,0 +1,74 @@
[
{
"pkg": "@capacitor-community/fcm",
"classpath": "com.getcapacitor.community.fcm.FCMPlugin"
},
{
"pkg": "@capacitor/app",
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
},
{
"pkg": "@capacitor/browser",
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin"
},
{
"pkg": "@capacitor/camera",
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
},
{
"pkg": "@capacitor/device",
"classpath": "com.capacitorjs.plugins.device.DevicePlugin"
},
{
"pkg": "@capacitor/filesystem",
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin"
},
{
"pkg": "@capacitor/haptics",
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin"
},
{
"pkg": "@capacitor/keyboard",
"classpath": "com.capacitorjs.plugins.keyboard.KeyboardPlugin"
},
{
"pkg": "@capacitor/network",
"classpath": "com.capacitorjs.plugins.network.NetworkPlugin"
},
{
"pkg": "@capacitor/push-notifications",
"classpath": "com.capacitorjs.plugins.pushnotifications.PushNotificationsPlugin"
},
{
"pkg": "@capacitor/share",
"classpath": "com.capacitorjs.plugins.share.SharePlugin"
},
{
"pkg": "@capacitor/storage",
"classpath": "com.capacitorjs.plugins.storage.StoragePlugin"
},
{
"pkg": "@capawesome/capacitor-file-picker",
"classpath": "io.capawesome.capacitorjs.plugins.filepicker.FilePickerPlugin"
},
{
"pkg": "@capawesome/capacitor-screen-orientation",
"classpath": "io.capawesome.capacitorjs.plugins.screenorientation.ScreenOrientationPlugin"
},
{
"pkg": "@sentry/capacitor",
"classpath": "io.sentry.capacitor.SentryCapacitor"
},
{
"pkg": "capacitor-video-player",
"classpath": "com.jeep.plugin.capacitor.capacitorvideoplayer.CapacitorVideoPlayerPlugin"
},
{
"pkg": "capacitor-voice-recorder",
"classpath": "com.tchvu3.capacitorvoicerecorder.VoiceRecorder"
},
{
"pkg": "send-intent",
"classpath": "de.mindlib.sendIntent.SendIntent"
}
]
@@ -0,0 +1,117 @@
/* eslint-disable no-unused-vars */
/* eslint-disable no-undef */
/* eslint-disable no-restricted-globals */
// const regex = /{{\s*([^}]+)\s*}}/g;
// var _pushVaribales = "";
// function interpolate(messageData) {
// return function interpolate(o) {
// return messageData.replace(regex, function (a, b) {
// var r = o[b];
// return typeof r === 'string' || typeof r === 'number' ? r : a;
// });
// }
// }
// function createTemplateMessage(messageData) {
// if (Object.keys(_pushVaribales).length > 0 ) {
// var message = interpolate(messageData)(_pushVaribales);
// return message;
// } else {
// return messageData;
// }
// }
// function displayNotification(event) {
// var messageJson = event.data.text();
// messageJson = JSON.parse(messageJson);
// var title = messageJson.title ? messageJson.title : "New message";
// var imageUrl = messageJson.iconUrl ? messageJson.iconUrl : "images/icon.png";
// // var tagJson = messageJson.payload;
// // var tag = tagJson.tag ? tagJson.tag : "";
// var bodyAlert = messageJson.alert ? messageJson.alert : "Example message"
// var payloadData = messageJson.payload ? messageJson.payload : "Example message"
// let messageTemp;
// if ((messageTemp = regex.exec(bodyAlert)) !== null) {
// bodyAlert = createTemplateMessage(bodyAlert);
// }
// self.registration.showNotification(title, {
// body: bodyAlert,
// icon: imageUrl,
// data: payloadData,
// // tag: tag
// });
// return Promise.resolve();
// }
// function triggerSeenEvent(strMsg) {
// send_message_to_all_clients("msgEventSeen:" + strMsg);
// }
// function triggerOpenEvent(strMsg) {
// send_message_to_all_clients("msgEventOpen:" + strMsg);
// }
// function onPushNotificationReceived(event) {
// if (event.data) {
// }
// event.waitUntil(displayNotification(event).then(() => triggerSeenEvent(event.data.text())));
// };
// self.addEventListener('push', onPushNotificationReceived);
// function send_message_to_client(client, msg) {
// return new Promise(function (resolve, reject) {
// var msg_chan = new MessageChannel();
// msg_chan.port1.onmessage = function (event) {
// if (event.data.error) {
// reject(event.data.error);
// } else {
// resolve(event.data);
// }
// };
// client.postMessage(msg, [msg_chan.port2]);
// });
// }
// function send_message_to_all_clients(msg) {
// clients.matchAll().then(clients => {
// clients.forEach(client => {
// send_message_to_client(client, msg);
// })
// });
// }
// self.addEventListener('install', function (event) {
// self.skipWaiting();
// //event.postMessage("SW Says 'Hello back!'");
// });
// self.addEventListener('message', function (event) {
// replyPort = event.ports[0];
// _pushVaribales = event.data;
// });
// self.addEventListener('activate', function (event) {
// event.waitUntil(self.clients.claim());
// });
// self.addEventListener('notificationclick', function (event) {
// let nidjson = event.notification.data;
// event.notification.close();
// event.waitUntil(triggerOpenEvent(nidjson));
// });
// self.addEventListener('pushsubscriptionchange', function () {
// send_message_to_all_clients("updateRegistration:");
// });
@@ -0,0 +1,29 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Umlaute und Sonderzeichen ignorieren
# find_input.title=Suchen
# find_input.placeholder=Im Dokument suchen…
find_input_line_by_line.title=Mehrere Suchbegriffe suchen. Jede Zeile ist ein Suchbegriff.
find_input_line_by_line.placeholder=Mehrere Suchbegriffe. Jede Zeile ist ein Suchbegriff.
find_multiple_texts_label=Mehrere Suchbegriffe
find_individual_words_label=getrennt durch Wortgrenzen
find_fuzzy=Fuzzy search
find_current_page=nur aktuelle Seite
find_range=Seiten (z.B. 6-10 oder 2,4)
modified_background_warning=Diese PDF-Datei wurde auf einem benutzerdefinierten Hintergrund gezeichnet. Sie sieht nicht so aus, wie es der Autor der PDF-Datei beabsichtigt hat.
unverified_signature_warning=Diese PDF-Datei enthält eine digitale Signatur. Der PDF-Viewer kann nicht überprüfen, ob die Signatur gültig ist. Laden Sie die Datei herunter und öffnen Sie sie in Acrobat Reader, um zu überprüfen, ob die Signatur gültig ist.
@@ -0,0 +1,26 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignore accents and diacritics
find_input_line_by_line=Multiple search terms. Each line is a search term.
find_multiple_texts_label=multiple search terms
find_individual_words_label=separated by word boundaries
find_fuzzy=Fuzzy search
find_current_page=Current page only
find_range=Pages (e.g. 6-10 or 2,4)
modified_background_warning=This PDF is rendered with a custom background. It does not look the way its author intended it to look.
unverified_signature_warning=This PDF file contains a digital signature. The PDF viewer can't verify if the signature is valid. Please download the file and open it in Acrobat Reader to verify the signature is valid.
@@ -0,0 +1,24 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignorar acentos y diacríticos
find_input_line_by_line=Múltiples términos de búsqueda. Cada linea contiene un término.
find_multiple_texts_label=Buscar multiples términos
find_individual_words_label=separados por límites de palabras
find_fuzzy=búsqueda fuzzy
find_current_page=solo página actual
find_range=páginas (p. ej. 6-10 o 2,4)
unverified_signature_warning=Este archivo PDF contiene una firma digital. El visor de PDF no puede verificar si la firma es válida. Descargue el archivo y ábralo en Acrobat Reader para verificar que la firma sea válida.
@@ -0,0 +1,27 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignorer les accents et les signes diacritiques
find_input_line_by_line=Plusieurs termes de recherche. Chaque ligne est un terme de recherche.
find_multiple_texts_label=Plusieurs termes de recherche
find_individual_words_label=Séparés par des limites de mots
find_fuzzy=Recherche approximative
find_current_page=Page courante seulement
find_range=Pages (p.ex. 6-10 ou 2,4)
unverified_signature_warning=Ce fichier PDF contient une signature numérique. Le visualiseur PDF ne peut pas vérifier si la signature est valide. Veuillez télécharger le fichier et l'ouvrir dans Acrobat Reader pour vérifier que la signature est valide.
@@ -0,0 +1,22 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignora accenti e segni diacritici
find_input_line_by_line=Termini di ricerca multipli. Ogni riga è un termine di ricerca.
find_multiple_texts_label=Ricerca termini multipli
find_individual_words_label=Ricerca singole parole
find_fuzzy=Ricerca fuzzy
find_current_page=Solo pagina corrente
unverified_signature_warning=Questo file PDF contiene una firma digitale. Questo visualizzatore PDF non può verificare se la firma è valida. Scarica il file e aprilo in Acrobat Reader per verificare che la firma sia valida.
@@ -0,0 +1,24 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Negeer accenten en vreemde karakters
find_input_line_by_line=Meerdere zoektermen. Elke lijn is een zoekterm.
find_multiple_texts_label=meerdere zoektermen
find_individual_words_label=gescheiden door woordgrenzen
find_fuzzy=Associatief zoeken
unverified_signature_warning=Deze PDF bevat een digitale handtekening. De PDF viewer kan de geldigheid niet controleren. Gelieve het bestand te downloaden en te openen in Acrobat Reader om de handtekening te controleren.
@@ -0,0 +1,23 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignorar acentuação
find_input_line_by_line=Vários termos de pesquisa. Cada linha é um termo de pesquisa.
find_multiple_texts_label=Vários termos de pesquisa
find_individual_words_label=Separados por limites de palavras
find_current_page=Página atual
find_range=Páginas (p.ex. 6-10 ou 2,4)
unverified_signature_warning=Este arquivo PDF contém uma assinatura digital. O visualizador de PDF não pode verificar se a assinatura é válida. Faça download do arquivo e abra-o no Acrobat Reader para verificar se a assinatura é válida.
@@ -0,0 +1,21 @@
# Copyright 2019-2021 by Stephan Rauh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Additional translations
find_ignore_accents=Ignoriraj znakovne dodatne, strešice in podobno
find_input_line_by_line=Iskalni pojmi, vsaka vrstica je svoj iskalni pojem
find_multiple_texts_label=Poišči vse iskalne pojme hkrati
find_individual_words_label=Poišči samostojne besede
find_fuzzy=Ohlapno iskanje
unverified_signature_warning=Dokument vsebuje digitalni podpis. PDF viewer ne more preveriti veljavnost podpisa. Prosimo prenesite dokument in veljavnost podpisa preverite v programu Acrobat Reader.
Binary file not shown.
@@ -0,0 +1,6 @@
<svg width="614" height="614" viewBox="0 0 614 614" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="614" height="614" rx="307" fill="#FCFEFF"/>
<ellipse cx="304" cy="307.5" rx="275" ry="264.5" fill="#F8FCFF"/>
<ellipse cx="301.074" cy="308.748" rx="237.804" ry="231.645" fill="#F0F9FF"/>
<path d="M507.951 310.827C507.951 423.832 415.891 515.44 302.328 515.44C188.766 515.44 96.7052 423.832 96.7052 310.827C96.7052 197.822 188.766 106.214 302.328 106.214C415.891 106.214 507.951 197.822 507.951 310.827Z" fill="#E1F4FF"/>
</svg>

After

Width:  |  Height:  |  Size: 542 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

@@ -0,0 +1,6 @@
<svg width="550" height="529" viewBox="0 0 550 529" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="275" cy="264.5" rx="275" ry="264.5" fill="#F8FCFF"/>
<ellipse cx="272.074" cy="265.748" rx="237.804" ry="231.645" fill="#F0F9FF"/>
<path d="M478.951 267.827C478.951 380.832 386.891 472.44 273.328 472.44C159.766 472.44 67.7052 380.832 67.7052 267.827C67.7052 154.822 159.766 63.2138 273.328 63.2138C386.891 63.2138 478.951 154.822 478.951 267.827Z" fill="#E1F4FF"/>
<path d="M297 176C279.323 176 265 190.323 265 208C265 225.677 279.323 240 297 240C314.677 240 329 225.677 329 208C329 190.323 314.677 176 297 176ZM297 233.806C282.742 233.806 271.194 222.258 271.194 208C271.194 193.742 282.742 182.194 297 182.194C311.258 182.194 322.806 193.742 322.806 208C322.806 222.258 311.258 233.806 297 233.806ZM310.135 199.974L302.11 208L310.135 216.026C310.742 216.632 310.742 217.613 310.135 218.219L307.219 221.135C306.613 221.742 305.632 221.742 305.026 221.135L297 213.11L288.974 221.135C288.368 221.742 287.387 221.742 286.781 221.135L283.865 218.219C283.258 217.613 283.258 216.632 283.865 216.026L291.89 208L283.865 199.974C283.258 199.368 283.258 198.387 283.865 197.781L286.781 194.865C287.387 194.258 288.368 194.258 288.974 194.865L297 202.89L305.026 194.865C305.632 194.258 306.613 194.258 307.219 194.865L310.135 197.781C310.742 198.387 310.742 199.368 310.135 199.974V199.974Z" fill="#C80B0B"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,5 @@
<svg width="550" height="529" viewBox="0 0 550 529" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="275" cy="264.5" rx="275" ry="264.5" fill="#F8FCFF"/>
<ellipse cx="272.074" cy="265.748" rx="237.804" ry="231.645" fill="#F0F9FF"/>
<path d="M478.951 267.827C478.951 380.832 386.891 472.44 273.328 472.44C159.766 472.44 67.7052 380.832 67.7052 267.827C67.7052 154.822 159.766 63.2138 273.328 63.2138C386.891 63.2138 478.951 154.822 478.951 267.827Z" fill="#E1F4FF"/>
</svg>

After

Width:  |  Height:  |  Size: 485 B

@@ -0,0 +1,3 @@
àRCopyright 1990-2009 Adobe Systems Incorporated.
All rights reserved.
See ./LICENSEáCNS2-H
@@ -0,0 +1,3 @@
àRCopyright 1990-2009 Adobe Systems Incorporated.
All rights reserved.
See ./LICENSEá ETen-B5-H` ^

Some files were not shown because too many files have changed in this diff Show More