Open src\SVGLibrary.groupproj build and install.
SVGMagic requires a third-party library, named VerySimpleXml. This library brings the support of the Xml reading/writing in the Delphi IDE, and is linked to the Git project as a submodule. For that reason, don't forget to execute the command:
git submodule init
after you cloned the project. On the same way, you will have to execute the following command to update your submodule:
git submodule update
Expected workflow is: Fork -> Patch -> Push -> Pull Request
Since 2025, Ursa Minor Ltd. kindly opened the source code of the SVGMagic library. Now the code is under the MIT license.