Skip to content

Commit 742f323

Browse files
committedMar 28, 2015
[FEATURE] Paint effects for layers and symbol layers
This commit adds a new framework for implementing paint effects, which modify the results of QPainter operations to apply visual effects such as drop shadows and blurs. The initial implementation allows for effects to be applied to entire layers and individual symbol layers. Included are a drop shadow, inner shadow, blur, inner glow, outer glow, colorise and transform effect. A "stack" effect is also implemented which allows other paint effects to be combined in various ways. Sponsored by hundreds of generous kickstarter contributors!
1 parent fe2db52 commit 742f323

File tree

99 files changed

+11650
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+11650
-179
lines changed
 

‎images/images.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
<file>themes/default/bubble.svg</file>
480480
<file>themes/default/mIconClear.png</file>
481481
<file>flags/zh.png</file>
482+
<file>themes/default/mIconPaintEffects.svg</file>
482483
</qresource>
483484
<qresource prefix="/images/tips">
484485
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Lines changed: 127 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.