This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed support for symbols ID which are not numbers (#98)
* Support for ID that are numbers https://stackoverflow.com/a/20306218/532695 * Fixed missing ) * fixed the attribute name * Raise an exception if a symbol is not found Prevent from crashing in the case we specified a wrong fragment for a symbol name. For instance an svg has a symbol abcd, if I specified `someUrl/my.svg#defg` it will fail using the onSVGFail error emitter.
- Loading branch information