diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2014-01-18 22:57:16 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2014-01-28 13:31:47 +0100 |
commit | 5d9d46c572055fa2d9a909f55842513c7e2525ee (patch) | |
tree | 4fc04d0029c9d42844dbb05604cd78964a1ec26d /ChangeLog | |
parent | cefceb0dc246b22e4c97d76bf04585f3a62e4b4d (diff) |
Add Pattern::{set_extend,get_extend}
* cairomm/pattern.{cc,h}: set_extend and get_extend functions apply not
only to surface patterns, but to linear and radial gradients too.
Bug #73775
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-01-18 Povilas Kanapickas <povilas@radix.lt> + + Add Pattern::{set_extend,get_extend} + + * cairomm/pattern.{cc,h}: set_extend and get_extend functions apply not + only to surface patterns, but to linear and radial gradients too. + 2012-03-12 Mark Vender <markv743@yahoo.co.uk> Use GNOME style in the documentation |