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

BATIK-1384: Return custom SVG composite when doing first-time conversion

Open npopham opened this issue 4 months ago • 0 comments

https://issues.apache.org/jira/browse/BATIK-1384

When a custom SVG composite is generated, it is cached but not returned. This means the first time any custom composite is generated it will not apply.

This change fixes that issue and matches the existing working code in SVGCustomBufferedImageOp and SVGCustomPaint.

npopham avatar Oct 22 '25 19:10 npopham