diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-21 11:02:15 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-21 13:02:08 +0000 |
| commit | 5c0d72139f0baf3463c6dcb939b58f8e6cb92610 (patch) | |
| tree | 85da8ab0767a9a65184617d67b931262339867f4 /src/gradient-chemistry.cpp | |
| parent | Move global functions into SPPrintContext methods. (diff) | |
| download | inkscape-5c0d72139f0baf3463c6dcb939b58f8e6cb92610.tar.gz inkscape-5c0d72139f0baf3463c6dcb939b58f8e6cb92610.zip | |
Move global functions into SPGradient methods.
Diffstat (limited to '')
| -rw-r--r-- | src/gradient-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-chemistry.cpp b/src/gradient-chemistry.cpp index 17c61d3c0..97c77d146 100644 --- a/src/gradient-chemistry.cpp +++ b/src/gradient-chemistry.cpp @@ -112,7 +112,7 @@ SPGradient *sp_gradient_ensure_vector_normalized(SPGradient *gr) gr->ensureVector(); g_assert(gr->vector.built); // this adds stops from gr->vector as children to gr - sp_gradient_repr_write_vector (gr); + gr->repr_write_vector (); } /* If gr hrefs some other gradient, remove the href */ |
