From 893bee273e48207ef4609e7f20de688007970699 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 2 Nov 2023 22:07:33 -0400 Subject: [PATCH] tableau.svg: add the MARC Train origin/destination This (finally?) had to be hacked into the XML by hand because inkscape isn't smart enough to handle multiple s within a single element. We want to keep the origin, arrow, and destination all as separate tspans (with ids) so that we can change the origin and destination easily from a script. Since I was already hacking it by hand, I cleaned up the XML a bit. Hopefully it can survive a round trip through inkscape in the future. --- tableau.svg | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tableau.svg b/tableau.svg index ddaf4e0..d0791e4 100644 --- a/tableau.svg +++ b/tableau.svg @@ -1086,9 +1086,10 @@ style="display:inline;fill:#067d61;fill-opacity:1;stroke:none;stroke-width:0.118649;stroke-dasharray:none;stroke-opacity:1" d="m 1470.2634,979.17156 c 0.5839,-2.1006 -0.4464,-3.6229 0.2162,-5.9304 1.1158,-3.2342 2.7041,-4.499 3.3776,-6.5139 0.8704,-2.1938 -0.3666,-3.9423 0.051,-6.7154 0.9194,-3.6279 2.039,-6.1563 5.3642,-9.1237 l 1.7115,-7.2989 c 1.4627,-6.37822 5.1999,-7.65423 7.221,-7.74202 2.2846,-0.1757 6.1852,2.1354 7.4464,7.74202 0,0 0.4978,4.2256 1.2887,7.2989 2.5864,2.4261 4.2409,6.5091 4.4897,8.8712 0.8709,3.2324 -0.402,5.481 0.7654,6.9678 0.9735,1.5806 3.1233,3.1141 4.4855,6.4135 0.9308,3.1892 0.9018,6.0309 0.9018,6.0309 2.7806,2.5141 7.1407,9.3855 -1.5329,13.7192 -2.4129,0.2009 -34.5203,0.04 -34.5203,0.04 -2.093,-0.4053 -10.5554,-5.9208 -1.2654,-13.7588 z" id="path38" />BaltimoreLink01/01/23 -- 2.43.2