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

svg: Add missing Svg property "preserveAspectRatio" #30618

Merged

Conversation

mo
Copy link
Contributor

@mo mo commented Nov 17, 2018

@typescript-bot typescript-bot added this to Check and Merge in Pull Request Status Board Nov 17, 2018
@typescript-bot typescript-bot added Awaiting reviewer feedback Author is Owner The author of this PR is a listed owner of the package. labels Nov 17, 2018
@typescript-bot
Copy link
Contributor

typescript-bot commented Nov 17, 2018

@mo Thank you for submitting this PR!

🔔 @KonstantinKai @martynaskadisa @janaagaard75 @ssanchezmarc @fhelwanger @umidbekkarimov @moshfeu @prokopcm @tinaroh @binki - please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead.

@typescript-bot
Copy link
Contributor

typescript-bot commented Nov 17, 2018

A definition owner has approved this PR ⭐️. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution to DefinitelyTyped!

@@ -569,6 +569,10 @@ async () => {
</Svg>
);

() => (
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not adding it to the previous test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because "preserveAspectRatio" is an optional attribute on the "Svg" root element and I wanted the test to cover both the "attribute present" and "attribute not present" cases.

@typescript-bot typescript-bot added Owner Approved A listed owner of this package signed off on the pull request. and removed Awaiting reviewer feedback labels Nov 18, 2018
@PranavSenthilnathan PranavSenthilnathan merged commit 1d8c20d into DefinitelyTyped:master Nov 18, 2018
@typescript-bot typescript-bot removed this from Check and Merge in Pull Request Status Board Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author is Owner The author of this PR is a listed owner of the package. Owner Approved A listed owner of this package signed off on the pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants