diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-09-10 08:39:42 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-09-10 08:46:42 (GMT) |
commit | 53b4b458982fd9520ac710843fd5b68780adf159 (patch) | |
tree | a646e0fafa0e39bc808bff1721336af880e8ee4c /src/svg/qsvghandler_p.h | |
parent | 0adc0bc91d0745177a30ce5899583f5e127d01b9 (diff) | |
download | Qt-53b4b458982fd9520ac710843fd5b68780adf159.zip Qt-53b4b458982fd9520ac710843fd5b68780adf159.tar.gz Qt-53b4b458982fd9520ac710843fd5b68780adf159.tar.bz2 |
Fixed handling of stop-color="currentColor" in the SVG module.
The 'color' attribute is now explicitly parsed for gradient nodes.
Task-number: 260921
Reviewed-by: Trond
Diffstat (limited to 'src/svg/qsvghandler_p.h')
-rw-r--r-- | src/svg/qsvghandler_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h index 1b31677..aff6f1d 100644 --- a/src/svg/qsvghandler_p.h +++ b/src/svg/qsvghandler_p.h @@ -111,6 +111,8 @@ public: LengthType defaultCoordinateSystem() const; void pushColor(const QColor &color); + void pushColorCopy(); + void popColor(); QColor currentColor() const; void setInStyle(bool b); |