Use Aggplus::CalcBooleanOperation

This commit is contained in:
Svetlana Kulikova
2025-09-26 15:56:29 +03:00
parent 21a166208f
commit a873787fd7
8 changed files with 263 additions and 179 deletions

View File

@ -1334,7 +1334,6 @@ HRESULT CPdfFile::AdvancedCommand(IAdvancedCommand* command)
m_pInternal->pEditor->AddShapeXML(pCommand->GetShapeXML());
arrRedact = m_pInternal->pEditor->WriteRedact(pCommand->GetRedactID());
}
// TODO Здесь необходимо наложить на рендер области редактов
return m_pInternal->pWriter->AddRedact(arrRedact);
}
case IAdvancedCommand::AdvancedCommandType::ShapeEnd: