V-F
V-F
Could you please as part of this fix also move the [java.nio.file.spi.FileSystemProvider](https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/filtered-resources/META-INF/services/java.nio.file.spi.FileSystemProvider) from the [sshd-core](https://github.com/apache/mina-sshd/tree/master/sshd-core) module to the [sshd-common](https://github.com/apache/mina-sshd/tree/master/sshd-common) module where the [implementation of this provider](https://github.com/apache/mina-sshd/tree/master/sshd-common/src/main/java/org/apache/sshd/common/file/root) is located, since in...
You can try to use [Apache Batik](https://mvnrepository.com/artifact/org.apache.xmlgraphics) library for that. It’s need to make the following steps: 1. Create `org.w3c.dom.svg.SVGDocument:` ``` SAXSVGDocumentFactory factory = new org.apache.batik.anim.dom.SAXSVGDocumentFactory(XMLResourceDescriptor.getXMLParserClassName()); factory.createSVGDocument("", InputStream); ``` 2....