xmlgraphics-batik
xmlgraphics-batik copied to clipboard
BATIK-1225: Fix imageio codec lookup
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.
JIRA reference: BATIK-1225 Fedora commit adding the patch downstream: a50088c7
This was fixed in commit fbf2bbe.