[go: nahoru, domu]

blob: 70a73cfe0bae35b9a577594adab7db863bc6031e [file] [log] [blame]
<!--
Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Debug</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/out/Default/resources/inspector_overlay/common.css">
<script type="module" src="/out/Default/resources/inspector_overlay/tool_highlight.js"></script>
</head>
<body>
<script type="module">
const viewportWidth = document.documentElement.clientWidth;
const viewportHeight = document.documentElement.clientHeight;
dispatch(["setPlatform", "mac"]);
dispatch(["reset", {
viewportSize: {
width: viewportWidth,
height: viewportHeight,
},
deviceScaleFactor: 1,
pageScaleFactor: 1,
pageZoomFactor: 1,
emulationScaleFactor: 1,
scrollX: 0,
scrollY: 0,
}]);
dispatch(["drawHighlight", { "paths": [ { "path": [ "M", 195.23239135742188, 241.84664916992188, "L", 596.6122436523438, 14.851396560668945, "L", 784.7677001953125, 282.15338134765625, "L", 383.3877868652344, 509.14862060546875, "Z" ], "fillColor": "rgba(255, 0, 0, .3)", "outlineColor": "rgba(128, 0, 0, 0)", "name": "content" } ], "colorFormat": "hex", "gridInfo": [ { "rotationAngle": -28, "rows": [ "M", 195.23239135742188, 241.84664916992188, "L", 596.6122436523438, 14.851396560668945, "M", 232.86346435546875, 295.30706787109375, "L", 634.2433471679688, 68.3117904663086, "M", 270.4945373535156, 348.7674255371094, "L", 671.8743896484375, 121.77217864990234, "M", 308.1256103515625, 402.22784423828125, "L", 709.5054931640625, 175.2325897216797, "M", 345.7566833496094, 455.688232421875, "L", 747.1365966796875, 228.69296264648438, "M", 784.7677001953125, 282.15338134765625, "L", 383.3877868652344, 509.14862060546875 ], "rowGaps": [ "M", 232.86346435546875, 295.30706787109375, "L", 634.2433471679688, 68.3117904663086, "L", 634.2433471679688, 68.3117904663086, "L", 232.86346435546875, 295.30706787109375, "Z", "M", 270.4945373535156, 348.7674255371094, "L", 671.8743896484375, 121.77217864990234, "L", 671.8743896484375, 121.77217864990234, "L", 270.4945373535156, 348.7674255371094, "Z", "M", 308.1256103515625, 402.22784423828125, "L", 709.5054931640625, 175.2325897216797, "L", 709.5054931640625, 175.2325897216797, "L", 308.1256103515625, 402.22784423828125, "Z", "M", 345.7566833496094, 455.688232421875, "L", 747.1365966796875, 228.69296264648438, "L", 747.1365966796875, 228.69296264648438, "L", 345.7566833496094, 455.688232421875, "Z" ], "columns": [ "M", 195.23239135742188, 241.84664916992188, "L", 383.3877868652344, 509.14862060546875, "M", 275.50836181640625, 196.44760131835938, "L", 463.66375732421875, 463.74957275390625, "M", 355.7843017578125, 151.04855346679688, "L", 543.939697265625, 418.35052490234375, "M", 436.060302734375, 105.64949798583984, "L", 624.2156982421875, 372.95147705078125, "M", 516.3363037109375, 60.250450134277344, "L", 704.4916381835938, 327.55242919921875, "M", 784.7677001953125, 282.15338134765625, "L", 596.6122436523438, 14.851396560668945 ], "columnGaps": [ "M", 275.50836181640625, 196.44760131835938, "L", 275.50836181640625, 196.44760131835938, "L", 463.66375732421875, 463.74957275390625, "L", 463.66375732421875, 463.74957275390625, "Z", "M", 355.7843017578125, 151.04855346679688, "L", 355.7843017578125, 151.04855346679688, "L", 543.939697265625, 418.35052490234375, "L", 543.939697265625, 418.35052490234375, "Z", "M", 436.060302734375, 105.64949798583984, "L", 436.060302734375, 105.64949798583984, "L", 624.2156982421875, 372.95147705078125, "L", 624.2156982421875, 372.95147705078125, "Z", "M", 516.3363037109375, 60.250450134277344, "L", 516.3363037109375, 60.250450134277344, "L", 704.4916381835938, 327.55242919921875, "L", 704.4916381835938, 327.55242919921875, "Z" ], "gridBorder": [ "M", 195.23239135742188, 241.84664916992188, "L", 596.6122436523438, 14.851396560668945, "L", 784.7677001953125, 282.15338134765625, "L", 383.3877868652344, 509.14862060546875, "Z" ], "gridHighlightConfig": { "gridBorderDash": false, "rowLineDash": false, "columnLineDash": false, "showGridExtensionLines": true, "showPositiveLineNumbers": false, "showNegativeLineNumbers": false, "showAreaNames": false, "showLineNames": false, "gridBorderColor": "rgba(255, 0, 0, 0)", "rowLineColor": "#f06", "columnLineColor": "#f06" }, "isPrimaryGrid": true } ] }]);
</script>
</body>
</html>