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
220d8370
Commit
220d8370
authored
Jun 01, 2014
by
joreg
Browse files
fixed SvgViewBox.Equals()
parent
c1ce332d
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/DataTypes/SvgViewBox.cs
View file @
220d8370
...
...
@@ -95,7 +95,7 @@ namespace Svg
public
bool
Equals
(
SvgViewBox
other
)
{
return
this
.
MinX
==
other
.
MinX
&&
this
.
MinY
==
MinY
&&
this
.
MinY
==
other
.
MinY
&&
this
.
Width
==
other
.
Width
&&
this
.
Height
==
other
.
Height
;
}
...
...
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