Looks like PdfPainter::SetLineJoinStyle is missing a space so it emits an
invalid token like 1j instead of 1 j
PoDoFo 0.9.2 PdfPainter::SetLineJoinStyle has this:
m_oss << static_cast<int>(eJoinStyle) << "j" << std::endl;
Probably should be (just one space added before j):
m_oss << static_cast<int>(eJoinStyle) << " j" << std::endl;
Thanks, - Michael
(by the way, PoDoFo is great!)
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users