Hi List, is there a proposed way / perhaps a documented API to render multiple SVG Documents in one Swing Component? (for example: One SVG, Scaled to 100x100 Pixels in the upper left corner of a Panel and a second one scaled to 10x10 Pixel in the lower right corner. It is not possible to use two separate Components. In the best case I am looking for somethink like:
void renderSVG(Graphics2D g2d,URL svgSource,x1,y1,xSize,ySize); Right now no interaktion/scripting is needed. Has someone an idea how this could be realized / where to find further dokumentation? I found many examples for filling a whole Swing component with an SVG, but until now nothing to specify an exact size/position inside a component to render the SVG. I am new to batik, the Framework seems very complex, how difficult would it be to implement such a function? Background: I am evaluating the possible usage of SVG for symbol rendering in a UML/Diagramm modeling application, Batik seems to be very interesting. Thanks Frank T�nnies Saarbr�cken / Germany --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
