Graphic Fills displayed upside down for PolygonSymbolizers
----------------------------------------------------------

                 Key: GEOT-2324
                 URL: http://jira.codehaus.org/browse/GEOT-2324
             Project: GeoTools
          Issue Type: Bug
          Components: core styling
    Affects Versions: 2.5.3
            Reporter: Milton Jonathan
            Priority: Minor


PolygonSymbolizer graphic fills are displayed upside down, be it based on a 
Mark, or on an external graphics such as an SVG file. Everything is "upside-up" 
(i.e., correct) if the same graphic is used in a PointSymbolizer.

Example style that displays upside down:
        StyleBuilder sb = new StyleBuilder();
        Mark mark = sb.createMark(StyleBuilder.MARK_STAR);
        Graphic graphic = sb.createGraphic(null, mark, null);
        Fill fill = sb.createFill(null, null, null, graphic);
        PolygonSymbolizer symb = sb.createPolygonSymbolizer(null, fill);
        Style style = sb.createStyle(symb);


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to