summaryrefslogtreecommitdiffstats
path: root/src/driver/svg.php
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Implemented feature #10829: Get resource from driverKore Nordmann2008-05-031-1/+15
|
* - Implemented feature #10957: Embed glyphs for exact SVG font width estimationKore Nordmann2008-05-031-14/+37
| | | | | | | # Lots of binary diffs, because font-family names are now enclosed in ' in SVG # files.
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Link more classesKore Nordmann2007-08-131-2/+3
|
* - Enhanced documentationKore Nordmann2007-08-101-0/+35
| | | | | | | | - Added examples to most of the classes - Fixed class descriptions - Refence options classes which may be used to configure the current chart.
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-081-0/+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 #11233: Path for circular arcs in SVG driver may break because ofKore Nordmann2007-08-071-1/+1
| | | | | | locale settings
* - Fixed CS.Derick Rethans2007-06-201-2/+4
|
* - More documentation fixesKore Nordmann2007-06-121-3/+4
|
* - Fixed version tag in docblocksKore Nordmann2007-06-121-0/+1
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-291-1/+9
| | | | | | available
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-101-39/+39
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-101-2/+14
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-8/+22
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Fixed issue #10199: Use saveXML instead of save( 'php://output' ) to workKore Nordmann2007-02-191-0/+18
| | | | | | around PHP bug #40429
* - Implemented ellipse size reducement in SVG driverKore Nordmann2007-02-071-28/+63
|
* - Correctly fixed polygon size reducementKore Nordmann2007-02-011-1/+1
|
* - Commented out polygon size reducementKore Nordmann2007-01-311-1/+1
| | | | | | # Does not work properly in all cases
* - Use deg2rad() instead of custom calculationKore Nordmann2007-01-251-8/+8
|
* - Partly fixed issue #9765Kore Nordmann2007-01-241-2/+2
| | | | | | | | # 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-241-0/+7
| | | | | | | | # 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.
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Rosolved task #9889: Throw meaningful exception if extension needed for Kore Nordmann2007-01-041-0/+1
| | | | | | | | driver is not available. # Actually using ezcBase::checkDependency() which calls die() instead of # throwing an exception
* - Always use maximum precision of 4 in SVG outputKore Nordmann2006-12-151-22/+22
| | | | | | # No visual difference, but of course changes in nearly every SVG files
* - Do not use modifier e, because it may be disabled with suhosin extensionKore Nordmann2006-12-071-1/+8
|
* - Marked important classesKore Nordmann2006-12-071-1/+1
|
* - Fixed commentKore Nordmann2006-12-071-1/+1
|
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-071-4/+46
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-301-0/+10
|
* - Fixed: Bug #9612 (Element links for SVG image in the legend require you to Kore Nordmann2006-11-301-2/+22
| | | | | | click on exactly the text.)
* - Fixed pie charts in 3d driver with only one 100% data pointKore Nordmann2006-11-061-0/+5
|
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-261-83/+25
| | | | | | | | # 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
* - Use htmlspecialchars instead of htmlentitiesKore Nordmann2006-10-181-2/+2
|
* - Use htmlentities to escape texts in SVG driverKore Nordmann2006-10-181-2/+2
|
* - Added text shadow to font optionsKore Nordmann2006-10-041-1/+24
| | | | | | - Added text shadow support in SVG and GD driver
* - Tabs to spacesDerick Rethans2006-09-281-4/+4
|
* - Fixed CS issues.Derick Rethans2006-09-251-6/+7
|
* - Throw ezcGraphFontRenderingException on too small texts in SVG driverKore Nordmann2006-09-241-0/+5
|
* - Added documentationKore Nordmann2006-09-211-33/+133
| | | | | | - Removed no longer used exceptions
* - Make better assumptions an character width in SVG driverKore Nordmann2006-09-191-6/+18
|
* - Added background and border to font configurationKore Nordmann2006-09-191-8/+102
| | | | | | - Show value for highlighted datapoints in bar and line charts
* - Made id prefix for svg elements customizeableKore Nordmann2006-09-121-9/+9
| | | | | | | # This changes again all svg documents, because I added the missing prefix to # the group element.
* - Added image map supportKore Nordmann2006-09-121-14/+38
| | | | | | # This changes all generated SVGs because each genereted element has an ID now
* - Pimped pie chartsKore Nordmann2006-08-251-118/+274
| | | | | | | | 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
* - Started refactoring of font configurationKore Nordmann2006-08-181-2/+3
| | | | | | | # - The next iteration will enable you to use the different font rendering # methods from ext/GD
* - Changed access to datasets from $chart['dataset'] to $chart->data['dataset']Kore Nordmann2006-08-151-0/+1
|
OpenPOWER on IntegriCloud