summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsvgrenderer
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inheritance of some attributes in SVG.Suneel BS2009-07-011-0/+124
| | | | | | | Fixed inheritance of stroke attributes, the font-size and text-anchor attribute. Autotest added by Kim. Reviewed-by: Kim
* Fixed bug in the SVG module where display="none" was not respected.Suneel BS2009-06-221-0/+66
| | | | | | | Elements with display="none" should not be rendered. Modified and autotest added by Kim. Reviewed-by: Kim
* Fixed forward gradient reference in the SVG module.Suneel BS2009-06-221-0/+16
| | | | | | | Autotest added by Kim. Task-number: 204686 Reviewed-by: Kim
* Fixed path bug in the SVG module.Suneel BS2009-06-221-0/+54
| | | | | | | In path, if 'moveto' is followed by multiple pairs of coordinates, those pairs shall be treated as 'lineto'. Autotest added by Kim. Reviewed-by: Kim
* Clamped opacity to the range [0, 1] in the SVG module.Suneel BS2009-06-221-0/+74
| | | | | | Modified and autotest added by Kim. Reviewed-by: Kim
* Fixed fill-rule for polygon SVG element.Suneel BS2009-06-221-14/+58
| | | | | | | | Polygon element should apply the fill rule which is specified in its fill-rule attribute. Default fill rule is 'WindingFill' (nonzero). Modified and autotest added by Kim. Reviewed-by: Kim
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Fix an issue with SVG gradient rendering.Alexis Menard2009-04-241-9/+35
| | | | | | | | | | | | This patch complete the two others made by Kim : - 6c2dd295b2ca2f9125fe072d035a3784ce748718 - 003223dcfc1fa884b82085db19d4c4056bf6eaa0 It fix the stops if the gradient link to another gradient below. Task-number: KDE Reviewed-by: Kim Reviewed-by: Samuel
* Long live Qt 4.5!Lars Knoll2009-03-238-0/+1136