From 1ab5999f546adcca439eb32ea5ecd34819a13ff6 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期六, 12 十月 2024 09:31:07 +0800 Subject: [PATCH] 修改RBD识别算法 --- 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