Commit f19de8f0 authored by Oleg Korshul's avatar Oleg Korshul

LineCap default

parent c49703e3
......@@ -314,6 +314,10 @@ namespace NSOnlineOfficeBinToPdf
{
pPdf->NewPage();
pPdf->BeginCommand(c_nPageType);
// TODO:
pPdf->put_PenLineStartCap(Aggplus::LineCapFlat);
pPdf->put_PenLineEndCap(Aggplus::LineCapFlat);
break;
}
case ctPageEnd:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment