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
ae14773f
Commit
ae14773f
authored
Nov 18, 2013
by
Tebjan Halm
Browse files
Merge remote-tracking branch 'origin/master' into textEvents
parents
8323a365
54f84bf1
Changes
21
Hide whitespace changes
Inline
Side-by-side
Source/Transforms/SvgTransformCollection.cs
View file @
ae14773f
...
...
@@ -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