What do you think of this "proposal" ? (I hope the format of the patches files is all right)
Hervé Girod > > Thomas DeWeese wrote: > > >> My problem is that it is not possible to control the SVG Tree by using > >> SVGGraphics2D. I am now able to do it, but in order to do it, I had to > >> create a new SVGGraphics2D class, rather than subclassing it, because of > >> some private fields and methods. > >> > >> Would it be possible to make some of these methods and fields protected, > >> it would ease the process of controlling the generated SVG Tree. > >> > > Why don't you make the changes and check? Then if it works well > > you could submit the changes as a patch ;) > > Here is the files containing the patches for this RFE, I made very few > modifications (mostly transformations from private to protected for some > methods), to the following classes : > - AbstractGraphics2D in org.apache.batik.ext.awt.g2d > - DOMTreeManager, DOMGroupManager, SVGGraphics2D in org.apache.batik.svggen > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]