Svg.SvgPaintServerFactory.SvgPaintServerFactory C# (CSharp) Method

SvgPaintServerFactory() static private method

static private SvgPaintServerFactory ( ) : System
return System
        static SvgPaintServerFactory()
        {
            _colourConverter = new SvgColourConverter();
            _urlRefPattern = new Regex(@"url\((#[^)]+)\)");
        }