From 9f6d02dc2c2647076d4b56fce62a347188462c5a Mon Sep 17 00:00:00 2001
From: sbjw <sbjw.happy@163.com>
Date: Mon, 01 Sep 2025 14:45:18 +0000
Subject: [PATCH] update version
---
public/project3d/material/line.svg | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/public/project3d/material/line.svg b/public/project3d/material/line.svg
new file mode 100644
index 0000000..ddc5bc2
--- /dev/null
+++ b/public/project3d/material/line.svg
@@ -0,0 +1,22 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="8" viewBox="0 0 100 8">
+ <defs>
+ <style>
+ .cls-1333 {
+ fill: #ddd;
+ }
+
+ .cls-2333 {
+ fill: #fff;
+ opacity: 0.3;
+ }
+ </style>
+ </defs>
+ <g>
+ <rect class="cls-1333" y="1" width="25" height="6"/>
+ <rect class="cls-1333" x="50" y="1" width="25" height="6"/>
+ <rect class="cls-2333" width="25" height="1"/>
+ <rect class="cls-2333" x="50" width="25" height="1"/>
+ <rect class="cls-2333" y="7" width="25" height="1"/>
+ <rect class="cls-2333" x="50" y="7" width="25" height="1"/>
+ </g>
+</svg>
--
Gitblit v1.9.3