vinayak datir vinay_datir@yahoo.com [svg-developers]
2018-06-12 13:45:32 UTC
Hi All,
               I am using batik-rasterizer-1.9.jar to convert the SVG into PNG. Input SVG has the CSS embedded using style tag.
               PNG is getting generated but  styles are not getting picked up.
               I have done two try outs
Â
Command I tried are â
                                                             Â
1>Â Â Â Â java -jar batik-rasterizer-1...9.jar d:\input.svg
Â
2>Â Â Â Â In second tryout I have separate out the css and SVG and run below command â
Â
java -jar batik-rasterizer-1.9.jar d:\OnlySVG.svg -cssUser style.css
Â
But output is same. Getting the PNG without the styles.
Â
Can anyone throw pointer on this issue?
Â
Thanks,
Vinayak...
Â
               I am using batik-rasterizer-1.9.jar to convert the SVG into PNG. Input SVG has the CSS embedded using style tag.
               PNG is getting generated but  styles are not getting picked up.
               I have done two try outs
Â
Command I tried are â
                                                             Â
1>Â Â Â Â java -jar batik-rasterizer-1...9.jar d:\input.svg
Â
2>Â Â Â Â In second tryout I have separate out the css and SVG and run below command â
Â
java -jar batik-rasterizer-1.9.jar d:\OnlySVG.svg -cssUser style.css
Â
But output is same. Getting the PNG without the styles.
Â
Can anyone throw pointer on this issue?
Â
Thanks,
Vinayak...
Â