Merge pull request #6034 from ahocevar/gradient-pattern-origin
Use geometry extent's top left corner as pattern/gradient origin
This commit is contained in:
committed by
Marc Jansen
parent
b9fe59c269
commit
cfe78f2766
@@ -1,5 +1,10 @@
|
||||
## Upgrade notes
|
||||
|
||||
#### `ol.style.Fill` with `CanvasGradient` or `CanvasPattern`
|
||||
|
||||
The origin for gradients and patterns has changed from `[0, 0]` to the top-left
|
||||
corner of the extent of the geometry being filled.
|
||||
|
||||
### v3.19.0
|
||||
|
||||
#### `ol.style.Fill` with `CanvasGradient` or `CanvasPattern`
|
||||
|
||||
Reference in New Issue
Block a user