зеркало из https://github.com/mozilla/gecko-dev.git
Bug 600045: Reftest for canvas transformed strokes using 'lighter'. r=jrmuizel a=blocking-betaN
This commit is contained in:
Родитель
2308be78c1
Коммит
29d2843386
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE HTML>
|
||||
<canvas width="100" height="100" id="c" style="background: #0f0"></canvas>
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE HTML>
|
||||
<canvas width="100" height="100" id="c" style="background: #f00"></canvas>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
var ctx = document.getElementById('c').getContext('2d');
|
||||
|
||||
ctx.globalCompositeOperation = 'lighter';
|
||||
ctx.scale(5, 5);
|
||||
ctx.strokeStyle = '#0f0';
|
||||
ctx.lineWidth = 10;
|
||||
ctx.strokeRect(5, 5, 10, 10);
|
||||
}
|
||||
</script>
|
|
@ -1511,4 +1511,4 @@ random-if(layersGPUAccelerated) == 581317-1.html 581317-1-ref.html
|
|||
== 594624-1.html 594624-1-ref.html
|
||||
== 597721-1.html 597721-1-ref.html
|
||||
fails-if(!haveTestPlugin) == 599476.html 599476-ref.html
|
||||
== 600803-1.html 600803-1-ref.html
|
||||
== 600045-1.html 600045-1-ref.html== 600803-1.html 600803-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче