summaryrefslogtreecommitdiffstats
path: root/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegment.svg
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-081-1/+1
| | | | | | | | linked. # Numeric part of IDs in SVG files changed because one element missed an ID # Also ensured mimetype 'application/octet-stream' for all SVG test files
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-071-1/+1
| | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values.
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-101-1/+1
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
* - Implemented ellipse size reducement in SVG driverKore Nordmann2007-02-071-1/+1
|
* - Correctly fixed polygon size reducementKore Nordmann2007-02-011-1/+1
|
* - Partly fixed issue #9765Kore Nordmann2007-01-241-1/+1
| | | | | | | | # 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.
* - Always use maximum precision of 4 in SVG outputKore Nordmann2006-12-151-1/+1
| | | | | | # No visual difference, but of course changes in nearly every SVG files
* - Fixed: Bug #9612 (Element links for SVG image in the legend require you to Kore Nordmann2006-11-301-1/+1
| | | | | | click on exactly the text.)
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-261-1/+1
| | | | | | | | # 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 pie chart label symbol placement in 3d rendererKore Nordmann2006-09-201-1/+1
|
* - Enhanced pie chart labeling algorithmKore Nordmann2006-09-191-1/+1
|
* - Make better assumptions an character width in SVG driverKore Nordmann2006-09-191-1/+1
|
* - Made id prefix for svg elements customizeableKore Nordmann2006-09-121-1/+1
| | | | | | | # This changes again all svg documents, because I added the missing prefix to # the group element.
* - Added image map supportKore Nordmann2006-09-121-1/+1
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Pimped pie chartsKore Nordmann2006-08-251-1/+1
| | | | | | | | Look at Graph/tests/data/compare/ezcGraphRenderer3dTest_testRenderLabeledPieSegmentWithGleamAndShadow.svg # Caused by a 25h travel from Dortmund to Vancover and commited on an open # WLAN in Osoyoos in Okanagan Valley, Canada
* - Moved properties to properties arrayKore Nordmann2006-08-181-1/+1
| | | | | | - Fixed bug: Legend title was rendered, even when empty
* - Created generic renderer options classKore Nordmann2006-08-161-0/+2
- Changed output driver in renderer tests to SVG for faster testcases
OpenPOWER on IntegriCloud