Description: When editing a text box I can directly (or via clone formatting brush) fix a specific corner radius. I am missing a method to format via (customized) style. Regina's description for text boxes is: That is a <draw:frame> element with sub-element <draw:text-box> Steps to Reproduce: 1. Create text box. 2. Apply rounded corner 3. Update Default Drawing Style 4. rounded corner cannot be fixed Actual Results: (see steps to reproduce) Expected Results: rounded corners could no be created for new text box Reproducible: Always User Profile Reset: Yes Additional Info: Default Drawing Style, better any customized style, should create or customize a text box with defined rounded corners.
`draw:corner-radius` of <draw:text-box> element is an attribute of an individual text box, not a property in a style. A graphic style has nothing suitable for corner-radius. That means, that implementing a corner radius as style property requires extended namespace.