Exemplo n.º 1
0
 public override void DefaultVisit(SvgPathSeg segment)
 => throw new NotSupportedException($"SVG Path segment of type '{segment?.GetType()}' can't be converted to a DyanmicPdf SubPath");
Exemplo n.º 2
0
 public override void DefaultVisit(SvgPathSeg segment)
 => throw new InvalidOperationException($"Unsupported path segment '{segment?.GetType()}'");