Skip to content

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