diff options
Diffstat (limited to 'src-tauri/icons/icon.svg')
| -rw-r--r-- | src-tauri/icons/icon.svg | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg index 8d9a6f5..16de0a7 100644 --- a/src-tauri/icons/icon.svg +++ b/src-tauri/icons/icon.svg @@ -11,10 +11,16 @@ <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"/> + <!-- X Axis line --> + <line x1="20" y1="400" x2="480" y2="400" stroke="#72767d" stroke-width="6" stroke-linecap="round"/> + <!-- Y Axis line --> + <line x1="256" y1="32" x2="256" y2="492" stroke="#72767d" stroke-width="6" stroke-linecap="round"/> + + <!-- Axis Arrows --> + <!-- X End Arrow (Right) --> + <path d="M 480 390 L 500 400 L 480 410" fill="none" stroke="#72767d" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> + <!-- Y End Arrow (Top) --> + <path d="M 246 32 L 256 12 L 266 32" fill="none" stroke="#72767d" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/> <!-- ReLU Function Graph --> <!-- Flat part (x < 0) --> |