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
11 years ago
by
Tebjan Halm
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into textEvents
parents
8323a365
54f84bf1
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Transforms/SvgTransformCollection.cs
+6
-1
Source/Transforms/SvgTransformCollection.cs
with
6 additions
and
1 deletion
+6
-1
Source/Transforms/SvgTransformCollection.cs
+
6
-
1
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
];
}
...
...
This diff is collapsed.
Click to expand it.
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