I have polygon like sector. I want to fill it with gradient color.
Is it possible to do this in Geoserver?
Thanks.
UPDATE
I found some code with filling image
<FeatureTypeStyle>
<Rule>
<PolygonSymbolizer>
<Fill>
<GraphicFill>
<Graphic>
<ExternalGraphic>
<OnlineResource
xlink:type="simple"
xlink:href="colorblocks.png" />
<Format>image/png</Format>
</ExternalGraphic>
<Size>93</Size>
</Graphic>
</GraphicFill>
</Fill>
</PolygonSymbolizer>
</Rule>
i can put here big circle which is gradient, but does it has rotation or position of image?
