From af97e376db85a53b41c9fe069bd2948b59387e49 Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期二, 05 十一月 2024 16:28:38 +0800
Subject: [PATCH] 优化工况管理右侧树形结构显示的后端处理速度
---
web/public/SVGOrigin/Method-Draw-master/method-draw/css/font-files/test.svg | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/public/SVGOrigin/Method-Draw-master/method-draw/css/font-files/test.svg b/web/public/SVGOrigin/Method-Draw-master/method-draw/css/font-files/test.svg
index ddfe3ef..6ea0e28 100644
--- a/web/public/SVGOrigin/Method-Draw-master/method-draw/css/font-files/test.svg
+++ b/web/public/SVGOrigin/Method-Draw-master/method-draw/css/font-files/test.svg
@@ -1,5 +1,5 @@
-<svg width="300" height="300" version="1.1" xmlns = 'http://www.w3.org/2000/svg' viewBox="0 0 300 300">
+<svg width="300" height="300" version="1.1" xmlns = 'http://www.w3.org/2000/svg' viewBox="0 0 300 300">
<defs>
<style type="text/css">
@font-face {
@@ -12,4 +12,4 @@
</defs>
<rect x="0" y="0" height="300" width="300" fill="#eee" />
<text x="100" y="100" font-family="Arvo" font-weight="normal" font-size="32">Text using CSS @font-face</text>
-</svg>
\ No newline at end of file
+</svg>
--
Gitblit v1.9.1