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

Allow config to specify use of self closing tags #396

Merged
merged 1 commit into from
Jul 6, 2015

Conversation

bradbarrow
Copy link
Contributor

Allow config to specify useShortTags (default true).

When useShortTags is true, empty elements are terminated with />

When useShortTags is false, empty elements are closed with a full closing tag
e.g. < / path >

Allow config to specify `useShortTags` (default true).

When `useShortTags` is true, empty elements are terminated with />

When `useShortTags` is false, empty elements are closed with a full closing tag
e.g. </path>
GreLI added a commit that referenced this pull request Jul 6, 2015
Allow config to specify use of self closing tags
@GreLI GreLI merged commit c18d8ea into svg:master Jul 6, 2015
@GreLI
Copy link
Member

GreLI commented Jul 6, 2015

Nice job!

@bradbarrow
Copy link
Contributor Author

Thanks @GreLI - I noticed the build has broken on this change - I was intending to fix that error this morning. Is that something you can fix easily?

@GreLI
Copy link
Member

GreLI commented Jul 7, 2015

No, it's my previos commit. Don't worry.

@GreLI
Copy link
Member

GreLI commented Jul 8, 2015

FIxed it today.

@bradbarrow
Copy link
Contributor Author

Hey @GreLI what's the plan looking like for this change?

@bradbarrow
Copy link
Contributor Author

Ah, I see a release just recently! Thanks 👍

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

3 participants