LottieFiles / lottie-docs

Documentation for the lottie file format
https://lottiefiles.github.io/lottie-docs/
Creative Commons Attribution 4.0 International
45 stars 167 forks source link

duplicate 'so' property name in bevel-emboss-style #24

Closed Aidosmf closed 2 years ago

Aidosmf commented 2 years ago

There is a duplicate property name in "Soften" and "Shadow Opacity". File: https://github.com/LottieFiles/lottie-docs/blob/main/docs/schema/styles/bevel-emboss-style.json

mbasaglia commented 2 years ago

Looks like the bodymovin plugin tries to export two properties as so: https://github.com/bodymovin/bodymovin-extension/blob/master/bundle/jsx/utils/layerStylesHelper.jsx#L119-L137

I'll raise an issue with them then fix the schema once I know which one is correct

mbasaglia commented 2 years ago

I made a pull request to rename one of them https://github.com/bodymovin/bodymovin-extension/pull/125

mbasaglia commented 2 years ago

All done