summaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Collapse)AuthorAgeFilesLines
...
* - Implemented ellipse size reducement in SVG driverKore Nordmann2007-02-0750-48/+52
|
* - Added missing test fileKore Nordmann2007-02-011-0/+2
|
* - Correctly fixed polygon size reducementKore Nordmann2007-02-0141-39/+39
|
* - Partly fixed issue #9765Kore Nordmann2007-01-2410-7/+7
| | | | | | | | # Circles are now drawn at the right position. This does not resolve the # bug, because ellipses segments are still broken. # Small visual difference in some files, due to the nature of this bug.
* - Partly fixed issue #9765Kore Nordmann2007-01-2465-59/+59
| | | | | | | | # Polygons are now drawn at the right position. This does not resolve the # bug, because ellipses segments and circles are still broken. # Small visual difference in a lot of files, due to the nature of this bug.
* - Fixed issue #10056: Fixed drawing order for boxes with background and borderKore Nordmann2007-01-2431-26/+36
| | | | | | | # SVG element order changed without visual difference in comparision images # Mind, that bug #9765 hast severe effect for big borders
* - Move existing background tests to own test caseKore Nordmann2007-01-244-0/+0
|
* - Missed and fixed one test case for issue #10018.Kore Nordmann2007-01-181-0/+2
|
* - Fixed issue #10018: axis scale incorrect when startDate != first day of monthKore Nordmann2007-01-182-0/+4
|
* - Make renderToOutput() method available to chartKore Nordmann2007-01-042-0/+4
|
* - Fixed: Bug #9926 (Float values with date axis result in date parsing Kore Nordmann2007-01-031-0/+2
| | | | | | exception)
* - Implemented feature #9402: (Numeric datasets)Kore Nordmann2006-12-201-0/+2
|
* - Always use maximum precision of 4 in SVG outputKore Nordmann2006-12-1559-59/+59
| | | | | | # No visual difference, but of course changes in nearly every SVG files
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-131-0/+2
| | | | | | step count)
* - Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc)Kore Nordmann2006-12-0814-13/+13
| | | | | | | # Optical difference only the buggy image: # ezcGraphPieChartTest_testRender3dPieChartWithOneDataPoint.svg
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-075-0/+4
|
* - Fixed: Bug #9549 (Pie chart slices not contiguous with Ming driver)Kore Nordmann2006-11-306-0/+0
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-304-0/+2
|
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data ↵Kore Nordmann2006-11-302-0/+4
| | | | stays below tresh hold)
* - Fixed: Bug #9612 (Element links for SVG image in the legend require you to Kore Nordmann2006-11-3090-90/+90
| | | | | | click on exactly the text.)
* - Fixed: Bug #9655 (pieChartOffset and highlight do not work together in 2d Kore Nordmann2006-11-301-0/+2
| | | | | | renderer)
* - Fixed: Bug #9656 (Threshold option spelled wrong)Kore Nordmann2006-11-303-0/+0
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-3044-0/+0
|
* - Fixed: Bug #9586 (No data rendered with string keys on date axis.)Kore Nordmann2006-11-241-0/+2
|
* - Add missing text filesKore Nordmann2006-11-132-0/+4
|
* - Enhanced test result image a bitKore Nordmann2006-11-031-1/+1
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-031-0/+2
| | | | | | - Added mojor grid color in ez palettes
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-271-0/+2
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-265-5/+5
|
* - Added tresh hold for pie chartsKore Nordmann2006-10-263-0/+6
| | | | | | - Added test for custom sum in pie charts
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-26115-81/+81
| | | | | | | | # Ming test files are changes because of different element IDs # Few font size changes in SVG and GD test files # SVG files are all changed because of fixed text baseline
* - Fixed sorting order of 2d bar chart elements.Kore Nordmann2006-10-231-1/+1
|
* - Fixed circular arcs in ming driverKore Nordmann2006-10-2040-0/+0
| | | | | | | - Fixed transparent fills in ming driver - Mark test skipped, when ext/ming is not available
* - Fixed characters added to flash filesKore Nordmann2006-10-2025-0/+0
|
* - Moved complete pie chart testcase to ming driver, because calling ming in Kore Nordmann2006-10-191-0/+0
| | | | | | | other testsuites changes the hashs of the resulting images. - Removed unused test image
* - Added gradient support to ming driverKore Nordmann2006-10-1941-0/+0
|
* - Got texts working in ming driverKore Nordmann2006-10-1921-0/+0
|
* - Added ming driver test comparision filesKore Nordmann2006-10-1317-0/+0
|
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-131-0/+0
| | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite
* - Added text shadow to font optionsKore Nordmann2006-10-044-0/+4
| | | | | | - Added text shadow support in SVG and GD driver
* - Make text background working in gd driver with activated supersamplingKore Nordmann2006-10-041-0/+0
|
* - Made pie chart symbol color independent from font colorKore Nordmann2006-10-042-0/+4
|
* - Added gleam to 2d pie chartsKore Nordmann2006-10-042-1/+3
| | | | | | - Added gleam border to reduce size of gleam
* - Fixed 360 degree shadow for pie charts in 3d rendererKore Nordmann2006-10-041-0/+2
|
* - Fixed minor ticks in exact and centered axis label rendererKore Nordmann2006-10-0425-25/+25
|
* - Fixed padding in horizontal legendsKore Nordmann2006-09-244-4/+4
|
* - Tests for SVG rendering optionsKore Nordmann2006-09-211-0/+2
|
* - Added tests for jpeg generationKore Nordmann2006-09-214-0/+2
| | | | | | - Added tests for usage of GIF images
* - Added tests for legenda positionKore Nordmann2006-09-214-0/+8
|
* - Added changes in svg driver test results caused by last commitKore Nordmann2006-09-203-3/+3
|
OpenPOWER on IntegriCloud