Commit 80e1ae99 authored by Birgir Kristmannsson's avatar Birgir Kristmannsson
Browse files

Forked and commited as per the request in

https://github.com/vvvv/SVG/issues/23#issuecomment-25747963
parent 7fb9941a
...@@ -64,6 +64,11 @@ namespace Svg.Transforms ...@@ -64,6 +64,11 @@ namespace Svg.Transforms
return base.Equals(obj); return base.Equals(obj);
} }
public override int GetHashCode()
{
return base.GetHashCode();
}
public new SvgTransform this[int i] public new SvgTransform this[int i]
{ {
get { return base[i]; } get { return base[i]; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment