Hi,
I think I know a solution to your problem.
In short, I suspect your SVG files do not have a
proper viewBox and/or width and height.
In long, check
http://koala.ilog.fr/batik/mlists/batik-users/archives/msg01121.html
and
http://koala.ilog.fr/batik/mlists/batik-users/archives/msg01123.html
as
Brecht Yperman wrote:
Exporting to svg is no problem.
For export to JPG, TIF and PNG, i first create a temporary svg file and then
transcode that file to one of those formats.
What seems to be the problem:
the svg file doesn't have width or height attributes. Displaying a 1000*1000
svg file is no
Hi,
i'm new to Batik. I've searched the archive to find an answer to my problem,
but I didn't find anything.
We're developing a tool to visualise networks. We'd like to be able to
export them to different graphic formats.
Exporting to svg is no problem.
For export to JPG, TIF and PNG, i first cr