]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
src/svgtiny_css.c: add some default user-agent properties after all
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 18 Nov 2023 19:55:13 +0000 (14:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Jun 2025 01:13:07 +0000 (21:13 -0400)
commitfaee4c3afe732e1c534a5067a76e97a8e88a7ce4
treefd864f8e0fb39f789ef6318aaf878d540a9bf75e
parentf48fd97e338f97a345af4a95bfd9844d83f1855d
src/svgtiny_css.c: add some default user-agent properties after all

We tried to avoid populating ua_default_for_property() with any
default properties, but it looks like some are "required." Without
them, the style-composition process gets crashy while trying to set
initial values. Thanks to the libcss example program for the idea.
src/svgtiny_css.c