fix last change again

Stephan Bösch-Plepelits 2014-07-10 19:36:53 -07:00
parent 727aed382e
commit ddf0badcd7

@ -8,7 +8,7 @@ A PolygonSymbolizer is often used to render the area enclosed by a [polygon](htt
| fill | CSS colour | "grey" | Fill color to assign to a polygon, defaults to rgba(128,128,128,1) which means gray and fully opaque (alpha = 1), same as rgb(128,128,128) | mapnik >= 3.0 |
| fill-opacity | 0.0 - 1.0 | 1.0 | The opacity of the polygon (an alternative way of specifying alpha). Can be used in combination with an rgba color and will be multiplied with the existing alpha component of the color. | mapnik >= 3.0 |
| gamma | 0.0 - 1.0 | 1.0 | Level of antialiasing of polygon edges - basically gamma 1 (the default) means fully antialiasing, while a lesser gamma reduces the antialiasing level leading to more jaggy polygon edges. Lower gamma may be desirable in cases where you would prefer that the background color not "shine through". | mapnik >= 3.0 |
| comp-op | | [[Compositing]] | none | no |
| comp-op | | none | [[Compositing]] | no |
* Note: gamma is available in Mapnik >= 0.7.0, see #428 for more detail.