зеркало из https://github.com/mozilla/gecko-dev.git
Remove unwanted style attribute that slipped in from vlad's changes.
This commit is contained in:
Родитель
2cdbbe7481
Коммит
2a6876ff60
|
@ -293,7 +293,7 @@ function show_differences(cb) {
|
||||||
<label><input type="radio" name="which" value="1" onchange="show_image(2)" />Image 2</label>
|
<label><input type="radio" name="which" value="1" onchange="show_image(2)" />Image 2</label>
|
||||||
<label><input type="checkbox" onchange="show_differences(this)" />Circle differences</label>
|
<label><input type="checkbox" onchange="show_differences(this)" />Circle differences</label>
|
||||||
</form>
|
</form>
|
||||||
<svg style="position: absolute; left: 300px; top: 50px;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="800px" height="1000px" viewbox="0 0 800 1000" id="svg">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="800px" height="1000px" viewbox="0 0 800 1000" id="svg">
|
||||||
<defs>
|
<defs>
|
||||||
<filter id="showDifferences" x="0%" y="0%" width="100%" height="100%">
|
<filter id="showDifferences" x="0%" y="0%" width="100%" height="100%">
|
||||||
<feImage id="feimage1" result="img1" xlink:href="#image1" />
|
<feImage id="feimage1" result="img1" xlink:href="#image1" />
|
||||||
|
|
Загрузка…
Ссылка в новой задаче