1style example
2-------------
3
4This example creates a new widget (`RoundedWidget`) which adds rounded
5corners to a child widget, using images that are rendered on the fly
6with the painting API.
7
8This example is a bit dated since CSS3 now includes rounded corners
9which are already broadly supported across browsers.
10
11How to run
12----------
13
14See the README in the parent directory.
15
16What it illustrates
17-------------------
18
19- how to use `WCompositeWidget` to define new widgets
20- how to use `WResource` for on-the-fly generated images
21- how to use `WRasterImage` with the painting API for painting raster images.