summaryrefslogtreecommitdiffstats
path: root/src/svg/qsvgstyle_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed inheritence of SVG 'use' element fill attributes.Kim Motoyoshi Kalland2009-07-211-0/+1
| | | | | | | | | Inheritence of fill attributes was implemented by copying attributes from the parent node. This approach wouldn't work if the node is referenced by a 'use' element. Now, only the fill attributes which have been explicitly set are applied on the painter while drawing. Reviewed-by: Tor Arne
* Fixed inheritence of SVG fill attributes.Suneel BS2009-07-091-11/+17
| | | | | | | Fixed inheritence of fill-opacity, fill-rule and fill. Autotest included. Reviewed-by: Kim
* Fixed inheritance of some attributes in SVG.Suneel BS2009-07-011-1/+11
| | | | | | | Fixed inheritance of stroke attributes, the font-size and text-anchor attribute. Autotest added by Kim. Reviewed-by: Kim
* Fixed forward gradient reference in the SVG module.Suneel BS2009-06-221-0/+34
| | | | | | | Autotest added by Kim. Task-number: 204686 Reviewed-by: Kim
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-031-0/+11
| | | | | | | | | | | | | | Since there is no way to find out if gradient stops have been added to a gradient, a gradient stop at NaN was earlier used in the SVG module to mark the gradient as empty. This could cause floating point exceptions. The usage of NaN has now been replaced by a boolean in QSvgGradientStyle. Duplicate entry "qxmlpatterns" was removed from auto.pro in the auto test directory. Task-number: 250146 Reviewed-by: Samuel
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+564