Hi, I would like to generate SVG in the Tiny format ( http://www.w3.org/TR/SVGMobile/). There are plans to implement this functionality?
I generate a chart (using JFreeChart library) and convert it to SVG, using Batik. If I remove some tags like "stroke-opacity" and ""text-rendering", I can transform it in a valid SVG Tiny (http://validator.w3.org/check), but I would like to do this automatically. regards, -- Gustavo Ramos
