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
80e1ae99
Commit
80e1ae99
authored
Nov 17, 2013
by
Birgir Kristmannsson
Browse files
Forked and commited as per the request in
https://github.com/vvvv/SVG/issues/23#issuecomment-25747963
parent
7fb9941a
Changes
21
Hide whitespace changes
Inline
Side-by-side
Source/Transforms/SvgTransformCollection.cs
View file @
80e1ae99
...
...
@@ -63,7 +63,12 @@ namespace Svg.Transforms
return
true
;
return
base
.
Equals
(
obj
);
}
public
override
int
GetHashCode
()
{
return
base
.
GetHashCode
();
}
public
new
SvgTransform
this
[
int
i
]
{
get
{
return
base
[
i
];
}
...
...
Prev
1
2
Next
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