UNPKG

1.12 kBMarkdownView Raw
1# v3.19.1
2
3## Summary
4
5The v3.19.1 release is a patch release that addresses four regressions in the
6v3.19.0 release. See the
7[v3.19.0 release notes](https://github.com/openlayers/openlayers/releases/tag/v3.19.0)
8for details on upgrading from v3.18.x.
9
10## Upgrade notes
11
12#### `ol.style.Fill` with `CanvasGradient` or `CanvasPattern`
13
14The origin for gradients and patterns has changed from `[0, 0]` to the top-left
15corner of the extent of the geometry being filled.
16
17## Fixes
18
19 * [#6039](https://github.com/openlayers/openlayers/pull/6039) - Do not fill when there is no fillStyle ([@ahocevar](https://github.com/ahocevar))
20 * [#6034](https://github.com/openlayers/openlayers/pull/6034) - Use geometry extent's top left corner as pattern/gradient origin ([@ahocevar](https://github.com/ahocevar))
21 * [#6027](https://github.com/openlayers/openlayers/pull/6027) - Close polygon sketch at all times ([@bjornharrtell](https://github.com/bjornharrtell))
22 * [#6022](https://github.com/openlayers/openlayers/pull/6022) - Revert "Merge pull request #5890 from ahocevar/no-white-lines" ([@ahocevar](https://github.com/ahocevar))