Skip to content

Commit 776ec1e

Browse files
committed
Fix incorrect xml:space default
1 parent 9f084cc commit 776ec1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/_collections.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ exports.attrsGroups = {
100100
};
101101

102102
exports.attrsGroupsDefaults = {
103-
core: {'xml:space': 'preserve'},
103+
core: {'xml:space': 'default'},
104104
filterPrimitive: {x: '0', y: '0', width: '100%', height: '100%'},
105105
presentation: {
106106
clip: 'auto',

test/plugins/removeUnknownsAndDefaults.01.svg

+1-1
Loading

0 commit comments

Comments
 (0)