From 610f15236d8499528c707a831f3b991eb2720e63 Mon Sep 17 00:00:00 2001 From: davescriven Date: Mon, 14 Apr 2008 08:09:25 +0000 Subject: [PATCH] Removing old, unreferenced file. --- Painting/SvgGradientUnit.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Painting/SvgGradientUnit.cs diff --git a/Painting/SvgGradientUnit.cs b/Painting/SvgGradientUnit.cs deleted file mode 100644 index 66bc176..0000000 --- a/Painting/SvgGradientUnit.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Svg -{ - /// - /// Defines the various cordinate systems that a gradient server may use. - /// - public enum SvgGradientUnit - { - /// - /// Indicates that the coordinate system of the entire document is to be used. - /// - UserSpaceOnUse, - /// - /// Indicates that the coordinate system of the element using the gradient is to be used. - /// - ObjectBoundingBox - } -} -- GitLab