Commit 0fc4ed2
committed
SVG: allow more whitespace in SVG tranforms (references #76)
Between transform name (rotation, scale, translate, etc) and opening paren
After opening paren and before closing paren
The SVG spec specifies that this is allowed, and I confirmed that browsers allow it too
Did not do the same for CSS url() and rgb() because those seem to work differently, even if the syntax looks similar1 parent 5d72f34 commit 0fc4ed2
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments