Add support for alpha channel in colours in wxSVGFileDC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 16:37:54 +0000 (16:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Apr 2011 16:37:54 +0000 (16:37 +0000)
commit403695b3236ce0ccca5ba7493736926566c9addc
tree3b068ab215a0360b67019ac815a3970ac974fd0f
parentb72ed64277a2b16c6c8681995e5f3f304a8fe38d
Add support for alpha channel in colours in wxSVGFileDC.

Use stroke-opacity and fill-opacity SVG attributes to handle pens and brushes
created from colours with alpha channel in wxSVGFileDC.

Closes #13086.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
interface/wx/dc.h
src/common/dcsvg.cpp