Arrows on Flowchart don't make it to PDF

Bug report

Using the flowchart feature of inkdrop, fails to export the arrow heads when exporting to the PDF.

Info

  • Platform: (macOS)
  • Platform version: 10.14.6 (18G87)
  • App Version: 4.3.2 (4.3.2)

Reproduce

  • Have the flowchart plugin installed
  • Create a new document
  • Put the following in it

```flowchart
tri=>operation: Trigger
proc=>operation: Procedure
expect=>operation: Expectations
record=>operation: *Record
review=>operation: Review

tri(right)->proc(right)->expect->record(right)->review

```

Hi James,

Thank you for reporting it. Confirmed that it’s a bug.
It seems that following svg path is not defined in exported html for some reason:

<path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></path>

I’ll look into it.

It should be fixed in flowchart@1.0.3. Thanks again for reporting!