Closed dirkschulze closed 9 years ago
Also noticed that this commit includes .DS_Store files. You will want to update your .gitignore to ignore them and git rm the ones included in this commit.
The last two patches are preparation. I will turn over the other filter effects as I edit them similarly to drop shadow.
Looks good to me! Feel free to merge when ready.
Oh wait. Do you want to drop a .DS_Store into the .gitignore to avoid you accidentally adding them again.
Oh too late :D
Heh, I wonder why we didn't create the project with this options already.
This adds support for multiple drop shadows per layer.
Generator JSON introduces a new property
dropShadowMult
which has an array of multiple drop shadows. However, it is not consistent with the use ofdropShadowMult
anddropShadow
so I transform them all to a list in svgOMG.