Updated API changes between v2.0 and v2.1 (markdown)
parent
08719ef219
commit
0dfba9c454
1 changed files with 8 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue