From 47ffccff680f2f4976563c177d7388c545bc2adb Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sat, 4 Oct 2025 19:59:42 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E4=B8=BB=E9=A2=98=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/InkCanvasForClass.csproj | 31 ++++++++++++++++++ Ink Canvas/MainWindow.xaml | 26 +++++++-------- .../Icons-png/geo-icons/arrow_white.png | Bin 0 -> 738 bytes .../centered-circle-dashed_white.png | Bin 0 -> 1414 bytes .../geo-icons/centered-circle_white.png | Bin 0 -> 1419 bytes .../geo-icons/centered-oval_white.png | Bin 0 -> 1264 bytes .../geo-icons/centered-square_white.png | Bin 0 -> 695 bytes .../Icons-png/geo-icons/cone_white.png | Bin 0 -> 1244 bytes .../Icons-png/geo-icons/cube_white.png | Bin 0 -> 1180 bytes .../Icons-png/geo-icons/cylinder_white.png | Bin 0 -> 878 bytes .../Icons-png/geo-icons/dashed-line_white.png | Bin 0 -> 281 bytes .../Icons-png/geo-icons/dotted-line_white.png | Bin 0 -> 282 bytes .../Icons-png/geo-icons/line_white.png | Bin 0 -> 753 bytes .../geo-icons/paralle-lines_white.png | Bin 0 -> 285 bytes .../Icons-png/geo-icons/square_white.png | Bin 0 -> 549 bytes Ink Canvas/Resources/Styles/Dark.xaml | 17 +++++++++- Ink Canvas/Resources/Styles/Light.xaml | 17 +++++++++- 17 files changed, 76 insertions(+), 15 deletions(-) create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/arrow_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/centered-circle-dashed_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/centered-circle_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/centered-oval_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/centered-square_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/cone_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/cube_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/cylinder_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/dashed-line_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/dotted-line_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/line_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/paralle-lines_white.png create mode 100644 Ink Canvas/Resources/Icons-png/geo-icons/square_white.png diff --git a/Ink Canvas/InkCanvasForClass.csproj b/Ink Canvas/InkCanvasForClass.csproj index c637cc45..ce5ab4fd 100644 --- a/Ink Canvas/InkCanvasForClass.csproj +++ b/Ink Canvas/InkCanvasForClass.csproj @@ -461,6 +461,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 6a020698..925bd4e0 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -8579,7 +8579,7 @@ MouseDown="Image_MouseDown" MouseUp="BtnDrawLine_Click" Margin="0,0,0,0" Height="38" Width="32" Orientation="Vertical"> -