@verb #7508:":initialize" this none this rxdo #8084 @program #7508:":initialize" this none this if (length(args) == 0) args = {{"svg", {}, {}}} endif if (typeof(args[1]) == $LIST && length(args[1]) == 3 && typeof(args[1][2]) == $LIST && args[1][1] == "svg") "this is an svg element, add xmlns to the attributes if it doesn't exist already." if (listassoc("xmlns", args[1][2])) "it appears to already be there.. or at least, some xmlns is. Fine." else args[1][2] = listappend(args[1][2], {"xmlns", "http://www.w3.org/2000/svg"}) endif endif return pass(@args) "Last modified by Dax (#789) on Tue May 3 13:55:57 2005 MDT." .