Skip to content

Commit 95a5a2c

Browse files
committed
Merge pull request 'Fix bug #73496' (#253) from fix/bug-73496 into hotfix/v8.3.2
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/253
2 parents c9e3c34 + 6e6a71e commit 95a5a2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DesktopEditor/raster/Metafile/Emf/EmfParser/CEmfPlusParser.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ namespace MetaFile
645645
//TODO::реализовать при встрече
646646
}
647647

648+
if (BrushDataTransform & unBrushDataFlags)
649+
m_oStream.Skip(24);
650+
648651
if (BrushDataPresetColors & unBrushDataFlags)
649652
{
650653
unsigned int unPositionCount;

0 commit comments

Comments
 (0)