···228228]
229229230230(* Required attributes for certain elements *)
231231+(* Note: SVG rect does NOT require width/height - they default to 0 *)
231232let required_attrs = [
232233 ("feConvolveMatrix", ["order"]);
233233- ("rect", ["width"; "height"]);
234234 ("font", ["horiz-adv-x"]);
235235]
236236