Ignore Fractional Part of Drawing Shadow Alpha

Fix #4415. We store the rarely-used property Drawing/Shadow/Alpha as an integer representing the percentage. Excel also stores it as an integer, but multiplies it by 1,000, so we divide by 1,000 when we read this value. This can, and in the case of the issue at hand does, leave a fractional portion. Php has deprecated passing a float with a fractional portion to an int argument, so the reporter saw a deprecation message. This is easily fixed.
This commit is contained in:
oleibman
2025-03-20 20:11:11 -07:00
parent 74dca30c89
commit 71b243539a
3 changed files with 61 additions and 2 deletions
Binary file not shown.