Skip to content

Save SVG to Png don't display Text #1175

Open
@MichelLaplane

Description

@MichelLaplane

Open mermaid live editor, the Sample Flowchart Chart is opened and displayed.
Use Action=>SVG download to produce a SVG file.
Use the code:

  var svgDocument = SvgDocument.Open(strFullPath);
  var pngImage = svgDocument.Draw();
  pngImage.Save("MyExportedFile.png");

The PNG produced do not contain any text.

Any suggestions ?

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions