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