gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.62k stars 611 forks source link

[FEATURE] Additional shape parameters #1300

Open VadimDubovoy opened 9 months ago

VadimDubovoy commented 9 months ago

Hi, it would be great to have adjustment properties like rectRadius for ROUNDED_RECTANGLE, but for other shapes which do not support such properties yet. Such as: ROUND_2_DIAG_RECTANGLE, ROUND_2_SAME_RECTANGLE, SNIP_2_DIAG_RECTANGLE, SNIP_2_SAME_RECTANGLE, RIGHT_ARROW, LEFT_ARROW, LEFT_RIGHT_ARROW.

Thanks for this wonderful library and your efforts.