diff --git a/Painting/SvgGradientUnit.cs b/Painting/SvgGradientUnit.cs deleted file mode 100644 index 66bc176ef0a1bb973a195b25a1d93dfaf39ee053..0000000000000000000000000000000000000000 --- 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 - } -}