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

Pass styling-css-08-f. #692

Merged
merged 4 commits into from Mar 26, 2020
Merged

Conversation

H1Gdev
Copy link
Contributor

@H1Gdev H1Gdev commented Mar 10, 2020

Reference Issue

Ref. #93

What does this implement/fix? Explain your changes.

Pass styling-css-08-f.

Any other comments?

where t.ElementName != "svg"
group t by t.ElementName into types
select types).ToDictionary(e => e.Key, e => e.SingleOrDefault());
availableElements = svgTypes.ToList();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are multiple <svg> elements.

  • SvgFragment
  • SvgDocument

Copy link
Member

@mrbean-bremen mrbean-bremen left a comment

Choose a reason for hiding this comment

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

👍

@mrbean-bremen mrbean-bremen merged commit 7f72d36 into svg-net:master Mar 26, 2020
@H1Gdev H1Gdev deleted the styling-css-08-f branch March 26, 2020 21:32
@H1Gdev H1Gdev mentioned this pull request Apr 21, 2020
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