Choke/spread data missing from Group Drop Shadows
Hello,
I noticed that the drop shadow data for groups is missing the choke (aka spread) property. If you look at the logs for the attached file, check the group layer, and check the drop shadow effect, you will see the following:
angle: 90 blendMode: "normal" color: {r: 12.591439688715953, g: 41.03501945525292, b: 213.99610894941634} distance: {units: 'Pixels', value: 45} enabled: true opacity: 0.5215686274509804 size: {units: 'Pixels', value: 65} useGlobalLight: true
As you can see, choke is missing. Note that choke is correctly implemented for layer drop shadows. There are other attributes logged for layer drop shadows that are not implemented for group drop shadows, but choke is by far the most important of the missing ones.
Thank you very much for your help as usual, and for creating such an incredible parser.
Best, Tim
Published version 28.1.0 with a fix
Works like a charm. Thank you very much for your quick fixes, as always!
Best, Tim