Relative Content

Tag Archive for javasvgpngfile-conversionbatik

Convert SVG into PNG using batik

I’m trying to convert an SVG that I have in my program as a String into a PNG using the Batik library, but I’m facing the problem that one path that contains the style transform-origin is not in the resulting png image. I have tried other libraries but all lead to the same result. Has anyone encountered a similar problem ? My guess is that batik doesn’t know these css styles and just omits the whole element, but I need to convert any svg to png. Thanks for any advice.