public SvgToVPathRenderer(double ppm)
 {
     _result        = new Dictionary <Color, VPathGroup>();
     _transformator = new SvgTransformator(ppm);
     _boundables    = new Stack <Svg.ISvgBoundable>();
 }
 public SvgToVPathRenderer(double ppm)
 {
     _result = new Dictionary<Color, VPathGroup>();
     _transformator = new SvgTransformator(ppm);
     _boundables = new Stack<Svg.ISvgBoundable>();
 }