]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_strings.h: add "media" to the list of strings
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 03:03:30 +0000 (23:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
commit466ff54a4dc8123f1b5d898844bd2aa9c1dfad8c
treef8e6da07bcd36ad1eb09c45170c9a9361dc75c4d
parenta01e70298e4aa9239b2494b1c2129e0fc952295b
src/svgtiny_strings.h: add "media" to the list of strings

The "media" attribute is arguably the only meaningful attribute a
<style> element has within an SVG document. Here we intern the string
"media" in preparation for parsing <style>. Libcss can at least store
the media information even if we decide not to use it.
src/svgtiny_strings.h