File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < svg width ="100 " height ="100 " xmlns ="http://www.w3.org/2000/svg ">
2+ < svg width ="500 " height ="500 " xmlns ="http://www.w3.org/2000/svg ">
33 < rect x ="0 " y ="0 " width ="100 " height ="100 " fill ="green "/>
4- < circle cx =" 50 " cy =" 50 " r ="50 " fill ="black " />
4+ < rect x =" 25 " y =" 25 " width =" 50 " height ="50 " fill ="black " />
55</ svg >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< link rel ="match " href ="../../expected/svg/blend-filter-ref.html " />
3- < meta name ="fuzzy " content ="0-1;0-35 ">
43< svg width ="100 " height ="100 " xmlns ="http://www.w3.org/2000/svg ">
54 < defs >
65 < filter id ="blendFilter ">
98 </ filter >
109 </ defs >
1110 < rect x ="0 " y ="0 " width ="100 " height ="100 " fill ="blue " />
12- < circle cx =" 50 " cy =" 50 " r ="50 " fill ="red " filter ="url(#blendFilter) " />
11+ < rect x =" 25 " y =" 25 " width =" 50 " height ="50 " fill ="red " filter ="url(#blendFilter) " />
1312</ svg >
You can’t perform that action at this time.
0 commit comments