Adam R. B. Jack wrote:

BTW: I'm eager to see some graphics. If SVG can be written (in XML, viua
Python) can Forrest convert these to images (using Batik or somethough?)
I'll happily continue with Forrest if that is a good way to get images
rendered.


Yes
Just put foo.svg  and then access it as foo.png

For example
http://antworks.sourceforge.net/importer/images/project-logo.png
Comes from
<?xml version="1.0" encoding="Windows-1252"?>
<svg xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; viewBox="0 0 340 60" height="60" width="340">
<title>antworks-importer logo</title>
<defs><linearGradient y2="1" x2="0" y1="0" x1="0" id="gradient"><stop offset="0" style="stop-color:white"/>
<stop offset="1" style="stop-color:lightgreen"/></linearGradient>
<filter filterUnits="objectBoundingBox" id="shadowFilter">
<feGaussianBlur result="blur" stdDeviation="2 2" in="SourceAlpha"/>
<feOffset result="offsetBlur" dy="4" dx="4" in="blur"/>
<feComposite operator="over" in2="offsetBlur" in="SourceGraphic"/></filter></defs>
<g fill="url(#gradient)" filter="url(#shadowFilter)">
<text style="font-size:32pt; font-family:Verdana ; text-anchor: middle" y="50%" x="45%">Antworks Importer</text>
<text style="font-size:10pt; font-family:Arial ; text-anchor: middle" y="80%" x="55%">autdownload and import ant build.xml</text></g>
</svg>


Is generated by the forrest.antlet
http://antworks.sourceforge.net/antlets/forrest/xbuild-doc.html
from a module.xml

R,
Nick


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to