aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/icons
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/icons')
-rw-r--r--src-tauri/icons/128x128.pngbin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/128x128@2x.pngbin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/32x32.pngbin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/icon.icnsbin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/icon.icobin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/icon.pngbin9930 -> 11517 bytes
-rw-r--r--src-tauri/icons/icon.svg25
7 files changed, 23 insertions, 2 deletions
diff --git a/src-tauri/icons/128x128.png b/src-tauri/icons/128x128.png
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/128x128.png
+++ b/src-tauri/icons/128x128.png
Binary files differ
diff --git a/src-tauri/icons/128x128@2x.png b/src-tauri/icons/128x128@2x.png
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/128x128@2x.png
+++ b/src-tauri/icons/128x128@2x.png
Binary files differ
diff --git a/src-tauri/icons/32x32.png b/src-tauri/icons/32x32.png
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/32x32.png
+++ b/src-tauri/icons/32x32.png
Binary files differ
diff --git a/src-tauri/icons/icon.icns b/src-tauri/icons/icon.icns
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/icon.icns
+++ b/src-tauri/icons/icon.icns
Binary files differ
diff --git a/src-tauri/icons/icon.ico b/src-tauri/icons/icon.ico
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/icon.ico
+++ b/src-tauri/icons/icon.ico
Binary files differ
diff --git a/src-tauri/icons/icon.png b/src-tauri/icons/icon.png
index 1fca9cf..568d215 100644
--- a/src-tauri/icons/icon.png
+++ b/src-tauri/icons/icon.png
Binary files differ
diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg
index 2c4de10..8d9a6f5 100644
--- a/src-tauri/icons/icon.svg
+++ b/src-tauri/icons/icon.svg
@@ -1,5 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
+ <!-- Background -->
<rect width="100%" height="100%" fill="#23272a"/>
- <path d="M50 400 L256 400 L462 100" stroke="#43b581" stroke-width="20" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
- <circle cx="256" cy="400" r="10" fill="#7289da"/>
+
+ <!-- Grid Pattern -->
+ <defs>
+ <pattern id="smallGrid" width="40" height="40" patternUnits="userSpaceOnUse">
+ <path d="M 40 0 L 0 0 0 40" fill="none" stroke="#33363b" stroke-width="2"/>
+ </pattern>
+ </defs>
+ <rect width="100%" height="100%" fill="url(#smallGrid)" />
+
+ <!-- Axes -->
+ <!-- X Axis -->
+ <line x1="20" y1="400" x2="492" y2="400" stroke="#72767d" stroke-width="6" stroke-linecap="round"/>
+ <!-- Y Axis -->
+ <line x1="256" y1="20" x2="256" y2="492" stroke="#72767d" stroke-width="6" stroke-linecap="round"/>
+
+ <!-- ReLU Function Graph -->
+ <!-- Flat part (x < 0) -->
+ <!-- Rising part (x > 0) -->
+ <path d="M 20 400 L 256 400 L 462 100" stroke="#43b581" stroke-width="24" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
+
+ <!-- Origin Dot (Hinge) -->
+ <circle cx="256" cy="400" r="16" fill="#7289da" stroke="#23272a" stroke-width="4"/>
</svg> \ No newline at end of file