scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.4k stars 519 forks source link

MSO_LINE.ROUND_DOT not correct in xml #888

Closed benaustin2000 closed 11 months ago

benaustin2000 commented 1 year ago

Hi , When create charts in slides, MSO_LINE.ROUND_DOT does not proper display dot in slides. in dml.py the ROUND_DOT val is dot, but following link below, https://learn.microsoft.com/en-us/openspecs/office_standards/ms-docx/82325e66-8510-43a9-af4f-6c8970502474 Should use "sysDot" replace "dot"

scanny commented 11 months ago

Ah, yes, so it is. I've fixed that and it will show up in the next release. Thanks for letting us know :)