Hi, these days I'm playing a bit with the dynamic graphics object proposal described here http://docs.codehaus.org/display/GEOTOOLS/Dynamic+SLD+Graphic+objects and whose implementation is tracked here: http://jira.codehaus.org/browse/GEOT-1823
Now, the last step in the implementation would be the ability to provide a hint to the renderer so that effective vector based drawing would be used for symbols whose native format is vector: think for example drawing an SVG icon on a PDF graphics, drawing it like a buffered image as we do now is not optimal vs output quality. So what I would like to do is to introduce a new Style2D subclass, IconStyle2D, that would use a Icon to perform the drawing, instead of a buffered image like GraphicStyle2D. Since works are started again in the GO-1 implementation and as far as I remember Style2D and SLDStyleFactory was used also by Renderer2D, I would like to make sure this modification of mine will not adversely affect you. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
