Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add transparency to line #889

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

mmarkelov
Copy link
Contributor

Right now there is no way to use transparency for line:

slide.addShape(pptx.shapes.OVAL_CALLOUT, {
  x: 6,
  y: 2,
  w: 3,
  h: 2,
  fill: { color: "ff0000", transparency: 50 },
  line: { color: "000000", width: 10, transparency: 50 },
});

This PR will fix it

@gitbrent gitbrent self-assigned this Mar 31, 2021
@gitbrent gitbrent added this to the 3.6.0 milestone Mar 31, 2021
@gitbrent gitbrent merged commit 38f11a6 into gitbrent:master Apr 23, 2021
gitbrent added a commit that referenced this pull request Apr 23, 2021
gitbrent added a commit that referenced this pull request Apr 23, 2021
gitbrent added a commit that referenced this pull request Apr 23, 2021
@gitbrent
Copy link
Owner

Thanks @mmarkelov !

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants