Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow single quote ID wrapper (#2580)
# Summary The SVG specification does not strictly standardize linking, and most browsers permit the use of `'` as a wrapper in `url` links. As a result, I've added support for URLs such as `url('#id')`. ## Test Plan `url(#id)` and `url('#id')` should do the exact same thing. Closes #1768
- Loading branch information