https://issues.apache.org/ooo/show_bug.cgi?id=119872
--- Comment #2 from Jianyuan Li <[email protected]> --- Root cause: When import, incorrect resolving for custom shape "pSegmentInfo" causes incorrect "command" and "count" is set into document model. When export, incorrect content from import is exported. For example, there is a pSegmentInfo with value "0xB000". According to the incorrect logic, path escape command will be resolved as "msopathEscapeExtension(0x00)". But actually it is "msopathEscapeSmoothLine(0x10)". Solution: Resolve the pSegmentInfo according to specification[MS-ODRAW].pdf. See the detail analysis for pSegmentInfo in attachment "root cause.odt". -- You are receiving this mail because: You are the assignee for the bug.
