1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"no"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
3 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"100" height=
"100" viewBox=
"0 0 100 100">
4 <!-- The current behavior is to ignore invalid transforms (and any transforms after).
5 We might choose to enter an "error state" on an invlalid transform in the future. -->
6 <rect width=
"100" height=
"100" fill=
"red"/>
7 <rect width=
"50" height=
"50" transform=
"scale(2,2) scale(1,2,3) translate(50,50)" fill=
"green"/>