Test which verifies the basic facilities of feComponentTransfer.

This test uses the following elements : a nested <svg> with a viewBox attribute, <linearGradient>, <filter>, <feComponentTransfer>.

The test case shows four rectangles filled with a gradient showing the effects of feComponentTransfer: an identity function acting as a reference, use of the feComponentTransfer table option, use of the feComponentTransfer linear option, and use of the feComponentTransfer gamma option.

The test is somewhat self-explanatory as the strings document the type of feComponentTransfer operation that is being used.

Run the test. No interaction required.

The rendered picture should match the reference image exactly, except for possible variations in the labelling text (per CSS2 rules).

$RCSfile: filters-comptran-01-b.svg,v $ Example feComponentTransfer - Examples of feComponentTransfer operations Four rectangles filled with a gradient showing the effects of feComponentTransfer: an identity function acting as a reference, use of the feComponentTransfer table option, use of the feComponentTransfer linear option, and use of the feComponentTransfer gamma option. type: identity type: table type:linear slope:.5 intercepts:.25/0/.5 type: gamma ampl:2 exponents:5/3/1 $Revision: 1.6 $