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
......@@ -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]; }
......
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