mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 09:24:40 +08:00
Fix bug MitirLimit in PDF
This commit is contained in:
@ -734,6 +734,8 @@ namespace PdfReader
|
||||
}
|
||||
void RendererOutputDev::updateMiterLimit(GfxState *pGState)
|
||||
{
|
||||
double dMiterLimit = pGState->getMiterLimit();
|
||||
m_pRenderer->put_PenMiterLimit(dMiterLimit);
|
||||
}
|
||||
void RendererOutputDev::updateLineWidth(GfxState *pGState)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user