Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add layout and sourceId fields to layer fixtures #38

Merged
merged 3 commits into from Nov 6, 2020
Merged

Conversation

skarahoda
Copy link
Contributor

No description provided.

@skarahoda skarahoda requested a review from a team October 27, 2020 10:57
@skarahoda skarahoda self-assigned this Oct 27, 2020
"g": 255,
"b": 255,
"a": 1
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fill field shouldn't be necessary in a fill object. Fill model uses color or gradient field based on the value of fillType.

@@ -385,6 +425,37 @@
{
"fillType": "gradient",
"blendMode": "normal",
"fill": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. We already have this data on the gradient field.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprisingly, sample data and fixtures are different. I copied and pasted and didn't notice the difference like here.

@skarahoda skarahoda merged commit 8ec1474 into master Nov 6, 2020
@skarahoda skarahoda deleted the feature/layout branch November 6, 2020 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants