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
3e2efeb8
Commit
3e2efeb8
authored
Apr 14, 2008
by
davescriven
Browse files
Adding missing project file.
parent
33ccfa70
Changes
1
Hide whitespace changes
Inline
Side-by-side
DataTypes/SvgCoordinateUnits.cs
0 → 100644
View file @
3e2efeb8
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
namespace
Svg
{
/// <summary>
/// Defines the various coordinate units certain SVG elements may use.
/// </summary>
public
enum
SvgCoordinateUnits
{
/// <summary>
/// Indicates that the coordinate system of the entire document is to be used.
/// </summary>
UserSpaceOnUse
,
/// <summary>
/// Indicates that the coordinate system of the owner element is to be used.
/// </summary>
ObjectBoundingBox
}
}
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