Some transform test files in need of corresponding test code.
This commit is contained in:
parent
66ef44691b
commit
f45173f4ee
14 changed files with 62 additions and 0 deletions
5
unittests/transform-matrix-is-rotate-135.svg
Normal file
5
unittests/transform-matrix-is-rotate-135.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="-9 0 9 9">
|
||||
<line stroke="rgba(255,0,0,0.5)" y1="9" x1="9" transform="matrix(-0.70710678118654746 0.70710678118654757 -0.70710678118654757 -0.70710678118654746 0 0)"/>
|
||||
<line stroke="rgba(0,0,255,0.5)" y1="9" x1="9" transform="rotate(135)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 367 B |
Loading…
Add table
Add a link
Reference in a new issue