mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This commit adds support for the CSS ``background-color`` and ``background-image`` properties when used with HTML labels. - Backgrounds are supported for block items (eg ``<div>``) or inline items (eg ``<span>``) - For images, the CSS should be formatted as ``background-image: url(xx)``. It supports local file paths, http links, or base64 embedded content - Backgrounds are not supported for curved text - HTML backgrounds are always rendered above any background shape for the label, and below drop shadows/buffers Sponsored by City of Freiburg im Breisgau