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