X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdocument.h;fp=src%2Fdocument.h;h=eb8710effb95ba29c73c1eab48bdcb7eecfd71a9;hp=9169d8a22efda3795fe2c84718c2f20b3ac0e402;hb=e7066887c0d142ddef87ec9ae07ef08ff31573dc;hpb=8b3424a48d2d2e20de1a0e60ff6e1d84b9b5e226 diff --git a/src/document.h b/src/document.h index 9169d8a..eb8710e 100644 --- a/src/document.h +++ b/src/document.h @@ -52,7 +52,7 @@ namespace IPDF bool operator==(const Document & equ) const; bool operator!=(const Document & equ) const {return !(this->operator==(equ));} - unsigned AddPath(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.6,0.6,0.6,1)); + unsigned AddPath(unsigned start_index, unsigned end_index, const Colour & shading=Colour(0.6,0.6,0.6,1), const Colour & stroke=Colour(0,0,0,0)); unsigned AddBezier(const Bezier & bezier); unsigned Add(ObjectType type, const Rect & bounds, unsigned data_index = 0); unsigned AddBezierData(const Bezier & bezier);