I feel so dirty after this ​
/LH
@hazelnoot why not just name.toLowerCase() == "svg" ?
@sodiboo performance - this runs in a very tight loop and I don't feel like experimenting to see if the JIT can optimize it enough

@hazelnoot @sodiboo i would assume that three indivial memory access could be slower than one 3-byte-wide one actually

i think the sensible thing would be benchmarking it