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

BATIK-1225: Fix imageio codec lookup

Open ferdnyc opened this issue 1 year ago • 1 comments

Fedora has been carrying this as a downstream patch since 2015. It was reported in the Batik JIRA, but AFAICT a patch was never submitted.

In practice it doesn't seem to affect anything, because PNGTranscoderInternalCodecWriteAdapter is always available. But if for some reason it wasn't, the code would fail attempting to look up the wrong fallback class.

ferdnyc avatar May 29 '24 05:05 ferdnyc

JIRA reference: BATIK-1225 Fedora commit adding the patch downstream: a50088c7

ferdnyc avatar May 29 '24 05:05 ferdnyc

This was fixed in commit fbf2bbe.

ferdnyc avatar Aug 19 '24 14:08 ferdnyc