-
Notifications
You must be signed in to change notification settings - Fork 790
Open
Description
When i use this code - all works fine
slide.addShape("roundRect", { x: 3, y: 2.6, w: 13.5, h: 0.75, fill: { color: "a201ff" }, rectRadius: 0.8, });
but if i try to use 'round2SameRect' rect
slide.addShape("round2SameRect", { x: 3, y: 2.6, w: 13.5, h: 0.75, fill: { color: "a201ff" }, rectRadius: 0.8, });
my pptx file need repair - and shape does't appear