From 0719d320e08133ff520baf1d00a8114f19f886bc Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 5 Sep 2013 12:40:41 -0700 Subject: [PATCH] add mention of background-image-opacity and background-image-comp-op to changelog - refs #1966 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d8c14d7..f2eaeafbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ Released ... Summary: TODO +- Added Map level `background-image-comp-op` to control the compositing operation used to blend the +`background-image` onto the `background-color`. Has no meaning if `background-color` or `background-image` +are not set. (#1966) + +- Added Map level `background-image-opacity` to dynamically set the opacity of the `background-image` (#1966) + - Removed `RENDERING_STATS` compile option since it should be replaced with a better solution (#1956) - Added support to experimental `svg_renderer` for grouping layers for inkscape and illustrator (#1917)