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
b6cd3320
"vscode:/vscode.git/clone" did not exist on "5360393d9dede60cadfd13cb9267b7f13ad68aa9"
Commit
b6cd3320
authored
Jul 08, 2013
by
Tebjan Halm
Browse files
removed Children override as temp fix
parent
28df78fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Document Structure/SvgUse.cs
View file @
b6cd3320
...
...
@@ -65,16 +65,16 @@ namespace Svg
get
{
return
new
System
.
Drawing
.
RectangleF
();
}
}
public
override
SvgElementCollection
Children
{
get
{
SvgElement
element
=
this
.
OwnerDocument
.
IdManager
.
GetElementById
(
this
.
ReferencedElement
);
SvgElementCollection
elements
=
new
SvgElementCollection
(
this
,
true
);
elements
.
Add
(
element
);
return
elements
;
}
}
//
public override SvgElementCollection Children
//
{
//
get
//
{
//
SvgElement element = this.OwnerDocument.IdManager.GetElementById(this.ReferencedElement);
//
SvgElementCollection elements = new SvgElementCollection(this, true);
//
elements.Add(element);
//
return elements;
//
}
//
}
protected
override
void
Render
(
SvgRenderer
renderer
)
{
...
...
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