Skip to content

Failure to convert some svg-files #310

Description

@Pollyfun

When using this svg-file: https://upload.wikimedia.org/wikipedia/commons/4/4d/Petra-timeline.svg
And running the following code, an exception is raised in FileSvgReader.Read().

string svgFilePath = @"Petra-timeline.svg";

var settings = new WpfDrawingSettings
{
    IncludeRuntime = false,
    TextAsGeometry = true
};

try
{
    using (var reader = new FileSvgReader(settings))
    {
        DrawingGroup drawingGroup = reader.Read(svgFilePath);
    }
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions