Skip to content

v1.4.1 - Fixed Display Issues

Choose a tag to compare

@THANSHEER THANSHEER released this 20 Jun 17:26
· 11 commits to main since this release
0cde816

Improvements

  • Consolidated duplicate parsing logic (style-property parsing, closing-fence regex matching) into single shared helpers
  • Removed ~90 lines of dead export code left over from before the dedicated export manager

Fixes

  • Fixed nodes rendering as solid black boxes with invisible text: when the canvas couldn't resolve a CSS color variable, it wrote the unresolved var(...) token straight into the SVG, which silently fell back to black. Color resolution now always falls back to a concrete color instead.