Aleksandr Yefremov
2018-07-08 19:08:55 UTC
Chrome version 67.0.3396.87
Android version 4.4.2; LG-D802 Build/KOT49I
Code to reproduce the bug:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arc Bug</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<canvas id="cv" width="300" height="300"></canvas>
<script type="text/javascript">
var cv = document.getElementById('cv');
var ctx = cv.getContext('2d');
ctx.beginPath();
ctx.arc(150, 150, 75, 0, 2 * Math.PI);
ctx.stroke();
</script>
</body>
</html>
Expected:
<Loading Image...
>
Got:
<Loading Image...
>
I've published it there before:
https://productforums.google.com/forum/#!topic/chrome/_yV1nP6PEYk;context-place=forum/chrome
Android version 4.4.2; LG-D802 Build/KOT49I
Code to reproduce the bug:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arc Bug</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<canvas id="cv" width="300" height="300"></canvas>
<script type="text/javascript">
var cv = document.getElementById('cv');
var ctx = cv.getContext('2d');
ctx.beginPath();
ctx.arc(150, 150, 75, 0, 2 * Math.PI);
ctx.stroke();
</script>
</body>
</html>
Expected:
<Loading Image...
Got:
<Loading Image...
I've published it there before:
https://productforums.google.com/forum/#!topic/chrome/_yV1nP6PEYk;context-place=forum/chrome
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.