You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.