modality / obsidian-text-mapper

Render beautiful hex maps in Obsidian.md
MIT License
37 stars 9 forks source link

Fix issue where all spline labels are drawn on the same path #9

Closed PurpleGuitar closed 10 months ago

PurpleGuitar commented 11 months ago

This change fixes the issue where all spline labels are drawn on the same line.

The bug was caused by the lineId being incremented in the called function parsePath() instead of in the calling function process().