mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
25
layout/reftests/svg/pattern-transform-presence-01-ref.svg
Normal file
25
layout/reftests/svg/pattern-transform-presence-01-ref.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 100">
|
||||
<defs>
|
||||
<pattern id="patternRotated" width="1" height="1"
|
||||
patternTransform="rotate(45 50 50)">
|
||||
<rect width="50" height="50" fill="blue"/>
|
||||
<rect x="50" width="50" height="50" fill="red"/>
|
||||
<rect y="50" width="50" height="50" fill="red"/>
|
||||
<rect x="50" y="50" width="50" height="50" fill="blue"/>
|
||||
</pattern>
|
||||
<pattern id="patternNotRotated" width="1" height="1">
|
||||
<rect width="50" height="50" fill="blue"/>
|
||||
<rect x="50" width="50" height="50" fill="red"/>
|
||||
<rect y="50" width="50" height="50" fill="red"/>
|
||||
<rect x="50" y="50" width="50" height="50" fill="blue"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="100" height="100" stroke="black" fill="url(#patternRotated)"/>
|
||||
<g transform="translate(100)">
|
||||
<rect width="100" height="100" stroke="black" fill="url(#patternRotated)"/>
|
||||
</g>
|
||||
<g transform="translate(200)">
|
||||
<rect width="100" height="100" stroke="black" fill="url(#patternNotRotated)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1,017 B |
Loading…
Add table
Add a link
Reference in a new issue