Description: After opening the libeumf project's test EMF+ file, we are not drawing the "star" line drawings. Steps to Reproduce: Open test_libuemf_p_ref.emf Actual Results: Star line drawings do not appear Expected Results: Star line drawings should appear not appear. One is fully filled with in with grey, the other only has the star arms filled in with grey, but the middle section is transparent. Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.0.3 / LibreOffice Community Build ID: 2a7ea282da28d665a7dc086360567b4aea27bf08 CPU threads: 4; OS: Mac OS X 10.16; UI render: default; VCL: osx Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded
Created attachment 174283 [details] Reference EMF+ file from the libuemf project
Created attachment 174284 [details] Test EMF+ reference image in PNG format
Created attachment 174285 [details] Missing stars when opening EMF+ file in Libreoffice
Created attachment 174286 [details] The "star" line drawings as seen in Office 365
Hossein, I think your work here might fix this one: https://gerrit.libreoffice.org/c/core/+/120477
(In reply to Chris Sherlock from comment #5) > Hossein, I think your work here might fix this one: > > https://gerrit.libreoffice.org/c/core/+/120477 The EMF+ import is using primitives. That's why it needs separate implementation.
Created attachment 179044 [details] Minimal EMF+ image with EmfPlusFillClosedCurve and EmfPlusDrawClosedCurve
Bartosz Kosiorek committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2156c1090d318b4d28bc14537754bea73507d501 tdf#143876 EMF+ Add DrawClosedCurve and FillClosedCurve support It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
It is already fixed, together with: https://bugs.documentfoundation.org/show_bug.cgi?id=143877