summaryrefslogtreecommitdiff
path: root/test/halo.c
Commit message (Collapse)AuthorAgeFilesLines
* test/halo: Remove copied code.Chris Wilson2010-06-171-36/+0
| | | | | | | | | How did that get there? I obviously ran the test to generate the output, so where did it spring as it is the old version of the function? From 16364768d79570e7201a87f0a985c65acaff5560. Mysteries will never cease.
* test/halo: Transformation seems key to the bug...Chris Wilson2010-06-171-0/+36
|
* test/halo: Transformation seems key to the bug...Chris Wilson2010-06-161-2/+62
| | | | | Only it is actually transformation of the result that is required in order to magnify the effect to a detectable level.
* test: Add haloChris Wilson2010-06-141-0/+98
halo uses text_path + stroke + (fill | show_text) to generate a "halo" around the string. This is to try to replicate a bug described by Ian Britten in the PDF backend where the rendering of the show_text looked distorted compared to the stroke.