> I am trying to use Batik slideshow software to display a fullscreen SVG > file, but when I execute the command I obtain a black full screen and I get > an exception. Following is what I obtain: > > <?xml version="1.0" encoding="UTF-8"?><svg > xmlns="http://www.w3.org/2000/svg"> > <text fill="darkslateblue" text-anchor="middle" font-weight="bold" > font-size="26" y="300" x="512">Results</text> > </svg> > > Is there anything wrong with my usage of this software?
I'd say there's nothing wrong with it. Few suggestions which may help finding out the root cause (to help tracking down the issue): * Try setting "height" and "width" properties to "100%" on the root "svg" element: although they are implicit, there may be some issue with the default canvas used by the tool; * Replace "darkslateblue" with an hexadecimal-based color: may Batik miss some more excentric colors? Please make these (and potentially more) attempts to try reducing (therefore isolating) the problem so a Batik developer can take a more informed look at this potential issue. ;-) > Where can I find more documentation on this tool (I didn't find anything > about slideshow on the batik pages)? Apparently the only documentation is the one shipped with the tool itself (i.e., the argument list displayed when the tool is invoked without any parameter). There seem to be 5 applications (rasterizer, slideshow, svgbrowser, svgpp, ttf2svg) but only 4 have their own documentation [1]. Could you try to marsh up a documentation section and/or separate documentation page to be added there? ;-) Hope this helps, Helder Magalhães [1] http://xmlgraphics.apache.org/batik/tools/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
