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 interface SVGFEDropShadowElement #667

Merged
merged 4 commits into from
Apr 3, 2019

Conversation

Fabianopb
Copy link
Contributor

Added interface SVGFEDropShadowElement according to spec as requested in microsoft/TypeScript#29966.

Apparently the interface would have to extend also SVGFilterPrimitiveStandardAttributes, but I noticed that the spec of the latter doesn't provide any method, so setStdDeviation was manually added.

How does it look? Any thoughts?

}
}
},
"extends": "SVGElement"
Copy link
Contributor

Choose a reason for hiding this comment

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

"implements": ["SVGFilterPrimitiveStandardAttributes"]

is also needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, just did it and pushed the new commit!

@Fabianopb
Copy link
Contributor Author

@RyanCavanaugh just noticed you were tagged in the issue (microsoft/TypeScript#29966), but not here! Could you please check this one, it should be ready to merge IMO.

@sandersn sandersn merged commit 00449c6 into microsoft:master Apr 3, 2019
@Fabianopb Fabianopb deleted the SVGFEDropShadowElement branch April 4, 2019 06:14
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.

3 participants