Open IsaacWallis opened 5 years ago
Unfortunately, this is most likely because of a problem with batik, the java library dali uses internaly for rasterizing into PNGs. I say unfortunately, because it means that it's out of my control to fix. I've had other problems with batik, so you may want to use inkscape from the command line instead to produce PNGs: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/CommandLine-Export.html
Sorry if this is a bit of a dumb question, I'm newish, but, if I use this dali code:
then do
(d/render-svg blend "diff1.svg")
browsers and OSes show me an image like this:which is correct (I think).
Then if I do
(d/render-png blend "diff1.png")
I get this:It seems like the blend mode is being ignored in rasterization? Perhaps this is another batik bug?