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
cb753cfe
Commit
cb753cfe
authored
Jul 08, 2013
by
Tebjan Halm
Browse files
added 'xlink:' to href attribute of 'use' element
parent
b6cd3320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Document Structure/SvgUse.cs
View file @
cb753cfe
...
...
@@ -13,7 +13,7 @@ namespace Svg
{
private
Uri
_referencedElement
;
[
SvgAttribute
(
"href"
)]
[
SvgAttribute
(
"
xlink:
href"
)]
public
virtual
Uri
ReferencedElement
{
get
{
return
this
.
_referencedElement
;
}
...
...
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