Skip to content

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
Aggiekev added 2 commits February 21, 2019 06:57
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.

Kevin Peters added 5 commits June 23, 2021 22:25
…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