Esempio n. 1
0
 public SVGGradient(string pID, bool pLinear, Attributes pAttributes)
 {
     this.mID            = pID;
     this.mHref          = SVGParserUtils.parseHref(pAttributes);
     this.mLinear        = pLinear;
     this.mSVGAttributes = new SVGAttributes(pAttributes, true);
 }
Esempio n. 2
0
 public SVGFilter(string pID, Attributes pAttributes)
 {
     this.mID            = pID;
     this.mHref          = SVGParserUtils.parseHref(pAttributes);
     this.mSVGAttributes = new SVGAttributes(pAttributes, true);
 }