Skip to content

Commit

Permalink
Fix incorrect xml:space default
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 23, 2021
1 parent 9f084cc commit 776ec1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/_collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ exports.attrsGroups = {
};

exports.attrsGroupsDefaults = {
core: {'xml:space': 'preserve'},
core: {'xml:space': 'default'},
filterPrimitive: {x: '0', y: '0', width: '100%', height: '100%'},
presentation: {
clip: 'auto',
Expand Down
2 changes: 1 addition & 1 deletion test/plugins/removeUnknownsAndDefaults.01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 776ec1e

Please sign in to comment.