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
610f1523
Commit
610f1523
authored
Apr 14, 2008
by
davescriven
Browse files
Removing old, unreferenced file.
parent
3e2efeb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Painting/SvgGradientUnit.cs
deleted
100644 → 0
View file @
3e2efeb8
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
namespace
Svg
{
/// <summary>
/// Defines the various cordinate systems that a gradient server may use.
/// </summary>
public
enum
SvgGradientUnit
{
/// <summary>
/// Indicates that the coordinate system of the entire document is to be used.
/// </summary>
UserSpaceOnUse
,
/// <summary>
/// Indicates that the coordinate system of the element using the gradient 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