Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: LEAP-388: Simplify SVG data URL generation #1715

Closed
wants to merge 1 commit into from

Commits on Mar 18, 2024

  1. fix: LEAP-388: Simplify SVG data URL generation

    `encodeSVG()` is too complex for expected outcome, so it was simplified.
    - No quotes management
    - No namespace control (we build that SVG, so have full control already)
    - No other unnecessary code we don't need, because SVG is generated by us
    - Comments
    - Simple unit tests for couple of cases
    hlomzik committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a07e6e3 View commit details
    Browse the repository at this point in the history