]> 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>
Wed, 4 Oct 2023 03:17:25 +0000 (23:17 -0400)
commit2d8732a93a88106c85e7de6cfb5e52f5d5f564be
tree92866d75673d5823ea5cab9cce1d49522da08af6
parent3e5238db0f40672c24530f2443f834c3f7b7ca1a
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