• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D03-May-2022724 1210

canvas_body.phpH A D03-May-202211.3 KiB327245

gradients.phpH A D03-May-20223 KiB8846

imagemap.phpH A D03-May-20224.8 KiB181138

jpg.phpH A D03-May-20221.5 KiB406

lineends.phpH A D03-May-20222.7 KiB8650

pdf.phpH A D03-May-20221.5 KiB406

png.phpH A D03-May-20221.5 KiB406

ps.phpH A D03-May-20221.6 KiB406

svg.phpH A D03-May-20221.5 KiB406

text.phpH A D03-May-20223.7 KiB11070

README

1-------------------------------------------------------------------------------
2               These tests are not unit or regression tests.
3-------------------------------------------------------------------------------
4
5This is because it is not possible to compare output from Image_Driver with an
6expected "value" (i.e. is this graph equal to this graph). The problem is similar
7to testing user interfaces.
8
9The provided test "cases" are visual test suites that renders Image_Driver output,
10the output should then be viewed and checked for inconsistencies on a visual base,
11fx. this line chart does not show as _expected_, this gradient fill does not fill
12to the edges of the area, the text does not align properly, etc.