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

Fix svg dynamic attributes #13

Merged
merged 4 commits into from
May 17, 2019
Merged

Fix svg dynamic attributes #13

merged 4 commits into from
May 17, 2019

Conversation

mhanberg
Copy link
Contributor

@mhanberg mhanberg commented May 17, 2019

This will add arbitrary html attributes to the svg tag.

The previous implementation only added class and id attributes, and would
add them to every line that it found them in the file, not just the svg
tag.

Addresses #10 and #12

cc/ @nikkomiu

This will add arbitrary html attributes to the svg tag.

The previous implementation only added class and id attributes, and would
add them to every line that it found them in the file, not just the svg
tag.
@nikkomiu nikkomiu merged commit 0c66b20 into nikkomiu:master May 17, 2019
@nikkomiu
Copy link
Owner

Thank you for adding the tests for this 😄 they look great!

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