diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-22 09:59:01 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-22 09:59:01 +0000 |
| commit | a8e76949f48267a704af633032e33d6982c682cc (patch) | |
| tree | b7363e4c0d1d41470e0b72c535487a429062a40a /src/gradient-chemistry.h | |
| parent | Fix for 166691 : Revert fix (diff) | |
| download | inkscape-a8e76949f48267a704af633032e33d6982c682cc.tar.gz inkscape-a8e76949f48267a704af633032e33d6982c682cc.zip | |
Fix for 367548 : Invert doesnt work on objects with gradients
(bzr r11694)
Diffstat (limited to 'src/gradient-chemistry.h')
| -rw-r--r-- | src/gradient-chemistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gradient-chemistry.h b/src/gradient-chemistry.h index 2f3ea4303..ff1f32dc7 100644 --- a/src/gradient-chemistry.h +++ b/src/gradient-chemistry.h @@ -70,6 +70,7 @@ SPStop *sp_vector_add_stop(SPGradient *vector, SPStop* prev_stop, SPStop* next_s void sp_gradient_transform_multiply(SPGradient *gradient, Geom::Affine postmul, bool set); +void sp_gradient_invert_selected_gradients(SPDesktop *desktop, Inkscape::PaintTarget fill_or_stroke); /** * Fetches either the fill or the stroke gradient from the given item. |
