carlosame

Results 17 issues of carlosame

Both the `README` and the project description contain a link to `http://www.fmsware.com/stuff/gif.html`, a site which is now owned by a SEO company. The website displays pages filled with garbage. I...

**Description** I'm using this project as one of the image comparison methods being used in the [EchoSVG](https://github.com/css4j/echosvg) tests, and noticed that one of the tests that should fail was systematically...

bug

While I'm not an enthusiast of Java modularization, unfortunately Java libraries that aren't module-aware are increasingly being a source of compiler warnings as people migrate to newer JDKs. It would...

In dom4j the parent node must always be an `Element`, and this causes `getParentNode()`, `getPreviousSibling()` and `getNextSibling()` to always return `null` for nodes that are children of a `Document` node....

Remove dependency on xml-apis. The dependency is transitive, and it is causing errors in downstream projects, for example: `[ERROR] the unnamed module reads package org.w3c.dom.css from both xml.apis and jdk.xml.dom`

This is an initial fix for the Gradle build (I ran it with Gradle 7.5.1). The build is not perfect but is a better base to work on, depending on...

Unless you have your own properly configured domain name, for Github-hosted projects Jitpack enforces a convention for the artifact's group Id: `com.github.User`. However, I stumbled upon the following [statement allegedly...

The Apache xmlgraphics-commons project has merged a commit which sets an automatic module name of `org.apache.xmlgraphics.commons`, different to the one currently being assumed by this project, which is based on...

dependencies

The test `SamplesRenderingTest.testScriptEnclosureList2()` (the rendering of `samples/tests/spec/scripting/enclosureList2.svg`) fails. The expected result (according to old Batik tests) is on the left: ![enclosureList2_cmp](https://user-images.githubusercontent.com/38894633/120903349-ff1bff00-c645-11eb-8724-86a15cbcdb1c.png) This issue is opened to investigate the failure. As...

spec compliance
tests