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

Fix bug : The animation is applied to the shape which is next to the… #464

Closed
wants to merge 3 commits into from

Conversation

shannan1989
Copy link

The animation is applied to the shape which is next to the target shape.
The id "1" is used for the slide itself. So when writing the animations AND shapes it's important to start the shapeId at 2.
In PptSlides.php, when writing the shapes, the shapeId is starting at 0 by default and then pre-incrementing to 1.
It needs to start at 1 to pre-increment to 2 for the first shape.

@Progi1984
Copy link
Member

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

@Progi1984
Copy link
Member

Please check at #531

@shannan1989
Copy link
Author

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

Done.

@Progi1984
Copy link
Member

Superseeded by #783

@Progi1984 Progi1984 closed this Dec 12, 2023
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