Updated API changes between v2.0 and v2.1 (markdown)

springmeyer 2012-06-28 20:02:28 -07:00
parent 08719ef219
commit 0dfba9c454

@ -1,11 +1,17 @@
## Deprecated ## Deprecated
* TextSymbolizer - most attributes moved to either `format` or `placements` properties
* `TextSymbolizer` - most attributes moved to either `format` or `placements` properties
* TODO - doc all these out * TODO - doc all these out
## Removed ## Removed
* `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer`
## Changed ## Changed
* `MarkersSymbolizer` * `MarkersSymbolizer`
* `width` and `height` are now expressions rather than raw floats * `width` and `height` are now expressions rather than raw floats
## Added
* `comp-op` - All symbolizers now support compositing in the AGG and Cairo renderers