Commit 610f1523 authored by davescriven's avatar davescriven
Browse files

Removing old, unreferenced file.

parent 3e2efeb8
Showing with 0 additions and 22 deletions
+0 -22
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
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment