I tried the original SVG-file '15 cells diameter theta maze1.svg'. And it works fine. (s. screenshot)
Path sequences like 'A1223' should work as 'A 1223' - with or without space. No difference.
Guess it's something with .NET module version.
I'm using .NET: 'Mono JIT compiler version 6.12.0.182 (tarball Tue Jun 14 22:29:01 UTC 2022)'
on Ubuntu 10, Ubuntu 18 and Ubuntu 20.
@GeoffreyGRoy
The call stack (Exception Text) says there is a problem with the DTD-file. (URL "
http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" - I guess.)
The message is:
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
at System.Xml.DtdParser.ParseExternalSubset() - in a system call far beyond my written source code.
I guess: while opening the SVG-File, the open-function tries to verify correctness via DTD (with given URL). So, remove this line in SVG file should help?
You can also drop the URL in a web browser. Can it load? Any error?
Update .NET library may help as well. The current was:
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4161.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------