diff options
Diffstat (limited to 'Build/source/utils/asymptote/texfile.cc')
-rw-r--r-- | Build/source/utils/asymptote/texfile.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/texfile.cc b/Build/source/utils/asymptote/texfile.cc index 8e1e07b9c4b..6299f0d9dfb 100644 --- a/Build/source/utils/asymptote/texfile.cc +++ b/Build/source/utils/asymptote/texfile.cc @@ -539,7 +539,9 @@ void svgtexfile::begingradientshade(bool axial, ColorSpace colorspace, void svgtexfile::gradientshade(bool axial, ColorSpace colorspace, const pen& pena, const pair& a, double ra, - const pen& penb, const pair& b, double rb) + bool, const pen& penb, const pair& b, + double rb, bool) + { *out << "' fill='url(#grad" << gradientcount << ")'"; fillrule(pena); |