Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update AbstractSlide.php #531

Closed
wants to merge 9 commits into from
Closed

Conversation

Aggiekev
Copy link

Starting the shapeId off at 0 prevented the first element on the slide from being animated and made all other animations off by one. Changing the default input to 1 fixes this.

Fixed Shape position issue that pops up when trying to animate
Added ability to find a PNG file
@Progi1984
Copy link
Member

@Aggiekev Hi Could you merge develop branch of PhpPresentation in your branch, please ? Thank you

@Aggiekev
Copy link
Author

@Aggiekev Hi Could you merge develop branch of PhpPresentation in your branch, please ? Thank you

Done.

@Progi1984
Copy link
Member

@Aggiekev Thank you for your contribution. I don't think the error is there because ShapeId is an unsigned Int and begins to 0. I think the error is

You should revert your modifications and replace 1 by 0 and test it.
If it is 👌, I will merge your modifications.

…evelop

# Conflicts:
#	src/PhpPresentation/Shape/Drawing/Base64.php
#	src/PhpPresentation/Style/Border.php
#	src/PhpPresentation/Writer/PowerPoint2007/AbstractSlide.php
@Progi1984
Copy link
Member

@Aggiekev Good news. I have integrated your contribution for SVG Support in code muscle 💪 support in Reader/Writer ODPresentation/Powerpoint2007. Check the PR #666.

@Progi1984 Progi1984 closed this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants