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
* 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
## Removed
* `GlyphSymbolizer` - functionality can now be achieved with the `TextSymbolizer`
## Changed
* `MarkersSymbolizer`
* `width` and `height` are now expressions rather than raw floats
## Added
* `comp-op` - All symbolizers now support compositing in the AGG and Cairo renderers