xmlgraphics-batik icon indicating copy to clipboard operation
xmlgraphics-batik copied to clipboard

Apache XML Graphics Batik

Results 33 xmlgraphics-batik issues
Sort by recently updated
recently updated
newest added

I have had also the problem with the image filter URLs and use the fix from Dan Caprioara descripted in this issue [BATIK-1227](https://issues.apache.org/jira/browse/BATIK-1227)

- use bnd to create OSGi-Bundle Manifests and simplify build - generate META-INF/services files using `@ServiceProvider` - use ServiceLoader to avoid ClassLoader issues in Service.class Signed-off-by: Stefan Bischof

The NPE supresses the real error and leads to bad error messages

proper fix for: https://issues.apache.org/jira/browse/BATIK-939 instead of using or suppressing interrupts, a simple CountDownLatch is used to check whether the thread should shut down or not.

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 a minor changer to the CSS Scanner which allows for properties prefixed with any number of '-' signs. This allows for the correct parsing of things like `-webkit-column-count`...

https://issues.apache.org/jira/browse/BATIK-1285 Many modern design tools like Figma and others do not put `offset` attribute when generating a svg image if offset equals `0`. See https://www.w3.org/TR/SVG/pservers.html#GradientStopAttributes Batik fails with exception while...

Currently, if you attempt to parse a SVG file whose version is set as "1" instead of "1.0", the results is a RuntimeException: "Unsupport SVG version '1'". Yes, I know...

Change the method name "convertOverflow" to "isOverflow".