vscode-mermaid-editor icon indicating copy to clipboard operation
vscode-mermaid-editor copied to clipboard

Fontawesome icons not there when generating image

Open coooly opened this issue 3 years ago • 0 comments

Describe the bug If you try to use a fontawesome icon like fa:fa-phone, it's displayed in the preview but disappear from generated image.

To Reproduce Steps to reproduce the behavior:

  1. Create a test.mmd in vscode.
graph LR
test[fa:fa-phone <- Phone]
  1. See that preview display the phone icon
  2. Generate image and see that phone icon is missing.

Expected behavior Fontawesome icons should be generated as well.

Screenshots image

Desktop (please complete the following information):

  • OS: Win 10 20 H2
  • VSCode version 1.55.2
  • Extension version 0.11

coooly avatar Apr 28 '21 12:04 coooly