Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
16 years ago
by
davescriven
Browse files
Options
Download
Email Patches
Plain Diff
Removing old, unreferenced file.
parent
3e2efeb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Painting/SvgGradientUnit.cs
+0
-22
Painting/SvgGradientUnit.cs
with
0 additions
and
22 deletions
+0
-22
Painting/SvgGradientUnit.cs
deleted
100644 → 0
+
0
-
22
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
}
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help