/usr/lib/Wt/examples/painting/README.md is in witty-examples 3.3.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | Painting example
----------------
This example illustrates the use of Wt's painting API to render vector
graphics in the browser.
The emweb logo is rendered using SVG, VML or Canvas depending on
browser capabilities. If the browser is standards compliant, then SVG
is used for positive angles and Canvas for negative angles of the logo
orientation.
The sliders that control the rendering are actually also, in part,
rendered using a painted widget, for the location of the thicks.
How to run
----------
See the README in the parent directory.
What it illustrates
-------------------
- how to implement a custom `WPaintedWidget`
- how to use `WSlider`
|