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
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
...
@@ -65,16 +65,16 @@ namespace Svg
get
{
return
new
System
.
Drawing
.
RectangleF
();
}
get
{
return
new
System
.
Drawing
.
RectangleF
();
}
}
}
public
override
SvgElementCollection
Children
//
public override SvgElementCollection Children
{
//
{
get
//
get
{
//
{
SvgElement
element
=
this
.
OwnerDocument
.
IdManager
.
GetElementById
(
this
.
ReferencedElement
);
//
SvgElement element = this.OwnerDocument.IdManager.GetElementById(this.ReferencedElement);
SvgElementCollection
elements
=
new
SvgElementCollection
(
this
,
true
);
//
SvgElementCollection elements = new SvgElementCollection(this, true);
elements
.
Add
(
element
);
//
elements.Add(element);
return
elements
;
//
return elements;
}
//
}
}
//
}
protected
override
void
Render
(
SvgRenderer
renderer
)
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