-
Notifications
You must be signed in to change notification settings - Fork 58
Drawing : Fixed emuToPixels
(returns float and not int)
#58
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
Conversation
@Progi1984 After this update, we are getting errors in a PowerPoint file that was created and needs to be repaired when opened. Do you have any idea why this is happening? Thank you! |
@Brenneisen The fix is on the way : PHPOffice/PHPPresentation#856. Sorry for problems. |
hey @Progi1984! I investigted the issue today and could fix it by changing a default value in the |
@Scheissy It's a BC Break on next version. Line Width will be in pixels, not in points. It's documented. 👍 |
@Progi1984 I don't understand what the issue has to do with line width. I'm talking about this line. when you compare this line with the next line you can see that there might be a typo in the denominator: 324900 vs 342900. |
Hi @Progi1984 can you already estimate when there will be a new release with these fixes? |
@Progi1984 Could you please make a release? It's great if the bugs are fixed, but this way we are forced to switch to |
No description provided.