X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fpath.cpp;h=3f938220f09f972f92731be38bbe4ea78dc3596b;hp=e0eca4a0964d777fa19c7b032ac7b724e0921f0f;hb=e7066887c0d142ddef87ec9ae07ef08ff31573dc;hpb=35f1190c8c8036ed11180656769cf0c1cbf7c2b3 diff --git a/src/path.cpp b/src/path.cpp index e0eca4a..3f93822 100644 --- a/src/path.cpp +++ b/src/path.cpp @@ -5,8 +5,8 @@ using namespace std; namespace IPDF { -Path::Path(const Objects & objects, unsigned start, unsigned end, const Colour & fill) - : m_start(start), m_end(end), m_fill(fill) +Path::Path(const Objects & objects, unsigned start, unsigned end, const Colour & fill, const Colour & stroke) + : m_start(start), m_end(end), m_fill(fill), m_stroke(stroke) { Real xmin = 0; Real ymin = 0; Real xmax = 0; Real ymax = 0;