Gustavo Ramirez
Gustavo Ramirez
When converting from md to pdf it don't render svg files. Only text in the file: [[ file_name.svg ]]
**Bug description** What did you do, what happened, which file did you try to run, in which directory Describe what you did after downloading repo, such as moving to this...
**Bug category** - [x] *bug - compilation error* - [ ] *bug - compilation warning* - [ ] *bug - runtime error* - [ ] *bug - runtime warning* -...
Provide additional details to understand how the script works.
The function AnimationEffect::phase() contained duplicated condition checks for the animation phase determination. This refactor eliminates the redundant checks by simplifying the logic.