Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
22d7b39f
Commit
22d7b39f
authored
Jun 30, 2014
by
Tebjan Halm
Browse files
Merge pull request #73 from Guymestef/master
Reading EntityReference on open when use as a node
parents
2f2a1e02
87e25aa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgDocument.cs
View file @
22d7b39f
...
...
@@ -250,6 +250,10 @@ namespace Svg
case
XmlNodeType
.
Text
:
value
.
Append
(
reader
.
Value
);
break
;
case
XmlNodeType
.
EntityReference
:
reader
.
ResolveEntity
();
value
.
Append
(
reader
.
Value
);
break
;
}
}
catch
(
Exception
exc
)
...
...
@@ -411,4 +415,4 @@ namespace Svg
}
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment