From: Michael Orlitzky Date: Wed, 11 Oct 2023 12:27:22 +0000 (-0400) Subject: src/svgtiny_css.c: new function svgtiny_create_stylesheet() X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=f20f5a5004513d5c376b2783ac905b84c6d0089a;p=libsvgtiny.git src/svgtiny_css.c: new function svgtiny_create_stylesheet() We add a function to handle the creation of a new stylesheet with the default set of parameters. This is in preparation for parsing the inline styles, which a priori would involve copy/pasting a lot of params.foo = bar; lines from svgtiny_parse_style_element(). The goal is to factor the common bits out of both the