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
84b71ceb
Commit
84b71ceb
authored
Jun 27, 2013
by
Tebjan Halm
Browse files
a few defaults and version bump
parent
bc109e1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Source/Basic Shapes/SvgCircle.cs
View file @
84b71ceb
...
...
@@ -137,7 +137,8 @@ namespace Svg
/// </summary>
public
SvgCircle
()
{
CenterX
=
new
SvgUnit
(
0.0f
);
CenterY
=
new
SvgUnit
(
0.0f
);
}
...
...
Source/Basic Shapes/SvgRectangle.cs
View file @
84b71ceb
...
...
@@ -28,6 +28,8 @@ namespace Svg
_height
=
new
SvgUnit
(
0.0f
);
_cornerRadiusX
=
new
SvgUnit
(
0.0f
);
_cornerRadiusY
=
new
SvgUnit
(
0.0f
);
_x
=
new
SvgUnit
(
0.0f
);
_y
=
new
SvgUnit
(
0.0f
);
}
/// <summary>
...
...
Source/Properties/AssemblyInfo.cs
View file @
84b71ceb
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[
assembly
:
AssemblyVersion
(
"
0.5.2
.*"
)]
[
assembly
:
AssemblyFileVersion
(
"
0.5.2.0
"
)]
[
assembly
:
AssemblyVersion
(
"
1.0.1
.*"
)]
[
assembly
:
AssemblyFileVersion
(
"
1.0.1.*
"
)]
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