]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_css.c: new file with new svgtiny_resolve_url() function
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 12:27:28 +0000 (08:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
commitd21fde718a617a566bbd97d4695b51e64650eb99
tree0eee55ed57f932d2b516ce2c1a48b485ed4a26ca
parente1efbe18292c7176ca1ef35509c5f1263a4c354b
src/svgtiny_css.c: new file with new svgtiny_resolve_url() function

Define a stub relative-URL resolver that assumes all URLs are absolute
and returns them unmodified. Some method of doing this is required by
libcss. At the moment, libcss does not support any SVG properties that
take url() values, so not much is lost.
src/svgtiny_css.c [new file with mode: 0644]