text area in 'pie' in presetShapeDefinitions.xml has top and right exchanged

Regina Henschel 346 Reputation points
2026-09-10T13:32:14.96+00:00

Open the file presetShapeDefinitions.xml. It is in "OfficeOpenXML-DrawingMLGeometries.zip" in "c071691_ISO_IEC_29500-1_2016_Electronic_inserts.zip", https://standards.iso.org/ittf/PubliclyAvailableStandards/c071691_ISO_IEC_29500-1_2016_Electronic_inserts.zip

The current definition of the text area in preset "pie" is

<rect l="il" t="ir" r="it" b="ib" />

Thereby il, ir, it and ib are defined as

      <gd name="il" fmla="+- hc 0 idx" />
      <gd name="ir" fmla="+- hc idx 0" />
      <gd name="it" fmla="+- vc 0 idy" />
      <gd name="ib" fmla="+- vc idy 0" />

Obviously it should be t="it" and r="ir"

Microsoft 365 and Office | Open Specifications
Microsoft 365 and Office | Open Specifications

Technical documents for protocols, computer languages, standards support, and data portability. The goal with Open Specifications is to help developers open new opportunities to interoperate with Windows, SQL, Office, and SharePoint.

0 comments No comments

1 answer

Sort by: Newest
  1. Jayden-P 2,600 Reputation points Independent Advisor
    2026-09-10T14:42:17.6166667+00:00

    Hi @Regina Henschel

    Thank you for bringing this up.

    I can see that this issue was previously reported by you in 2024 on Microsoft Q&A. In that thread, an employee from the Microsoft Open Specifications team reviewed the report, reproduced the issue, confirmed that the rectangle definition should be:

    <rect l="il" t="it" r="ir" b="ib" />
    

    I also tried downloading the file you mentioned and what you said is right, top and right values are mixed up.

    Since the file in question is obtained from the ISO Publicly Available Standards website and the issue appears to still be present, I would recommend contacting both Microsoft and ISO:

    • For Microsoft: [MS-DEVCENTLP]: Development Support | Microsoft Learn
    • ISO: As the package is currently distributed through the ISO Publicly Available Standards site, you may also want to contact ISO regarding the publication and maintenance status of the affected package.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.