On Thu, Dec 16, 2021 at 11:06:45PM +0900, Akira Yokosawa wrote: > On Thu, 16 Dec 2021 16:59:13 +0900, Akira Yokosawa wrote: > > Some of texts in the figure are lost when rendered by Inkscape > > 1.1.1 on Fedora 35. > > Those texts are placed far left from the viewBox of the figure > > when opened in Inkscape 1.1.1. > > > > This issue is similar to the one resolved by commit 36b07176210d > > ("defer: Make RCUspacetime.svg compatible with Inkscape 1.0 and > > later"). > > > > Ungroup and adjust x-coordinates of those texts by Inkscape 1.1.1. > > > > Resulting SVG is compatible with Inkscape 0.92.x on Ubuntu 18.04 > > and Ubuntu 20.04 as well as Inkscape >=1.0. > > Well, Firefox still has trouble with this.... (much better, but > still) > > Paul, please wait for v2. Idiot here forgot to do the inkscape editing on his Fedora system, apologies! Let me try that. Ah, and I am expecting to do a release before the end of this year, preferably sooner. This is not a big deal at all: Release rather than edition! Thanx, Paul > Thanks, Akira > > > > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > > --- > > Hi Paul, > > > > So I said you are safe as far as you don't rotate texts. > > Apparently I was wrong! > > > > I'm suspecting the cause of the incompatibility is likely related to > > grouping of texts and doing some operation on the grouped text. > > > > In this retouch, I did ungrouping only. So you might need to do > > proper grouping if you need further edit. > > > > Thanks, Akira > > -- > > defer/RCUusecases.svg | 1406 +++++++++++++++++++---------------------- > > 1 file changed, 656 insertions(+), 750 deletions(-) > > > > diff --git a/defer/RCUusecases.svg b/defer/RCUusecases.svg > [...]