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/editor/images/align-center.svg | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/web/public/SVGOrigin/Method-Draw-master/editor/images/align-center.svg b/web/public/SVGOrigin/Method-Draw-master/editor/images/align-center.svg index d604d73..794b59b 100644 --- a/web/public/SVGOrigin/Method-Draw-master/editor/images/align-center.svg +++ b/web/public/SVGOrigin/Method-Draw-master/editor/images/align-center.svg @@ -1 +1,11 @@ -<?xml version="1.0" standalone="no"?> <!-- Generator: Adobe Fireworks CS5, Export SVG Extension by Aaron Beall (http://fireworks.abeall.com) . Version: 0.6.1 --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg id="Untitled-Page%201" viewBox="0 0 27 27" style="background-color:#ffffff00" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" x="0px" y="0px" width="27px" height="27px" > <g id="Layer%201"> <path d="M 13 1 L 14 1 L 14 6 L 22 6 L 22 12 L 14 12 L 14 15 L 19 15 L 19 21 L 14 21 L 14 26 L 13 26 L 13 21 L 8 21 L 8 15 L 13 15 L 13 12 L 5 12 L 5 6 L 13 6 L 13 1 ZM 0 0 L 0 27 L 27 27 L 27 0 L 0 0 Z" fill="#000000"/> </g> </svg> \ No newline at end of file +<?xml version="1.0" standalone="no"?> +<!-- Generator: Adobe Fireworks CS5, Export SVG Extension by Aaron Beall (http://fireworks.abeall.com) . Version: 0.6.1 --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg id="Untitled-Page%201" viewBox="0 0 27 27" style="background-color:#ffffff00" version="1.1" + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" + x="0px" y="0px" width="27px" height="27px" +> + <g id="Layer%201"> + <path d="M 13 1 L 14 1 L 14 6 L 22 6 L 22 12 L 14 12 L 14 15 L 19 15 L 19 21 L 14 21 L 14 26 L 13 26 L 13 21 L 8 21 L 8 15 L 13 15 L 13 12 L 5 12 L 5 6 L 13 6 L 13 1 ZM 0 0 L 0 27 L 27 27 L 27 0 L 0 0 Z" fill="#000000"/> + </g> +</svg> -- Gitblit v1.9.1