ag-psd icon indicating copy to clipboard operation
ag-psd copied to clipboard

Choke/spread data missing from Group Drop Shadows

Open tim35050 opened this issue 8 months ago • 2 comments

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

group_drop_shadow.psd.zip

tim35050 avatar May 13 '25 14:05 tim35050

Published version 28.1.0 with a fix

Agamnentzar avatar May 14 '25 02:05 Agamnentzar

Works like a charm. Thank you very much for your quick fixes, as always!

Best, Tim

tim35050 avatar May 15 '25 17:05 tim35050