adobe-research / svgObjectModelGenerator

SVG OM Generator & Writer
Apache License 2.0
49 stars 20 forks source link

Support for multiple drop-shadows per layer. #170

Closed dirkschulze closed 9 years ago

dirkschulze commented 9 years ago

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 of dropShadowMult and dropShadow so I transform them all to a list in svgOMG.

jaredadobe commented 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.

dirkschulze commented 9 years ago

The last two patches are preparation. I will turn over the other filter effects as I edit them similarly to drop shadow.

jaredadobe commented 9 years ago

Looks good to me! Feel free to merge when ready.

jaredadobe commented 9 years ago

Oh wait. Do you want to drop a .DS_Store into the .gitignore to avoid you accidentally adding them again.

jaredadobe commented 9 years ago

Oh too late :D

dirkschulze commented 9 years ago

Heh, I wonder why we didn't create the project with this options already.