Skip to content

Commit 6e6a71e

Browse files
Fix bug #73496
1 parent c9e3c34 commit 6e6a71e

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)