Implement hatched/stippled pens/brushes in wxGraphicsContext for Cairo.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 23:41:18 +0000 (23:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 23:41:18 +0000 (23:41 +0000)
commit7447d53c35249d42128d6243c90998f03882859a
treee9d5f463fa3412636518cbf4acee4f378ff33c7a
parentc17eafaaf1510f008f8114afa85a11f0f08d5570
Implement hatched/stippled pens/brushes in wxGraphicsContext for Cairo.

Refactor the pen/brushes classes to introduce a common base class for them
containing their colour and hatch pattern and stipple bitmap, if any.

And actually create the hatched pattern and use it.

Closes #11981.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/generic/graphicc.cpp