Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
I noticed that my svg was extremly sluggish using java temurin 17.07 + windows 11.
After investigating with the Yourkit Profile it turns out that > 50% of the time is consumed in
org.apache.batik.ext.awt.image.rendered.Any2LumRed.getColorConvertOpAplhaSupported() Any2LumRed.java
I suggest this check should be converted to a static field, so it runs only once.
Attachments
Attachments
Issue Links
- is broken by
-
BATIK-1170 [PATCH] Workaround for incorrect ColorConvertOp alpha handling breaks masking
- Resolved