praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
706 stars 133 forks source link

Add opacity to the group element #52

Closed chrfalch closed 7 years ago

chrfalch commented 8 years ago

As per the Svg 1.1 reference, a group or container element can have an opacity setting:

14.5 Object and group opacity: the ‘opacity’ property

I'd like to implement support for group opacity by:

Solution:

praeclarum commented 7 years ago

You're my hero! Thanks for the tests, it's very much appreciated.