From d87f9cf4516f6a2f34c93199c8b5379af679077b Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Wed, 3 Jul 2024 01:10:14 +0000 Subject: [PATCH] Add new file --- components/src/bending_2400.svg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 components/src/bending_2400.svg diff --git a/components/src/bending_2400.svg b/components/src/bending_2400.svg new file mode 100644 index 0000000..2446f0e --- /dev/null +++ b/components/src/bending_2400.svg @@ -0,0 +1,14 @@ +<svg width="900" height="330" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> + <rect x="45" y="55" width="810" height="100" fill="#ff7501"/> + <path d="M 46 55 a 20 30 0 0 0 0 120 M 854 55 a 20 30 0 0 1 0 120" stroke="#ffe600" stroke-width="2" fill="#ff7501" /> + <path d="M 46 55.1 Q405 -35 854 55.1" stroke="#ffe600" stroke-width="2" fill="#ff7501" /> + + <polygon points="50,100 220,70 330,65 440,65 600,65 800,90 850,95 850,295 500,270 420,270 220,277 50,300" stroke="black" stroke-width="1" fill="forestgreen" /> + + <line x1="50" y1="97" x2="50" y2="304" stroke="black" stroke-width="10" /> + <line x1="850" y1="97" x2="850" y2="304" stroke="black" stroke-width="10" /> + + <path d="M 46 100 Q405 25 854 100" stroke="black" stroke-width="10" fill="none" /> + <path d="M 53 299 Q405 245 848 299" stroke="black" stroke-width="10" fill="none" /> + <text x="455" y="220" text-anchor="middle" font-family="Arial" font-size="150" fill="white" width="2">B</text> +</svg> -- GitLab