]> 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>
Wed, 11 Oct 2023 12:05:56 +0000 (08:05 -0400)
commit60ff699678e3b76edf579796505b2ade0f97c8a1
tree7b558931495b02c2719828b8b38bd188db6d3e17
parent35b69b465e986a90df6396c39fac35fec3298418
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]