Commit ae14773f authored by Tebjan Halm's avatar Tebjan Halm
Browse files

Merge remote-tracking branch 'origin/master' into textEvents

parents 8323a365 54f84bf1
......@@ -64,6 +64,11 @@ namespace Svg.Transforms
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