https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2c46f3870249d854bb97b44fe303c032805e964e authored by Geoffrey Sneddon on 25 April 2018, 21:35:03 UTC
fixup! Fix #2669: Add alternate_hosts
Tip revision: 2c46f38
canvas_linestyles_linecap_001-ref.htm
<!doctype HTML>
<html>
    <head>
        <title>HTML5 Canvas Test: "square" lineCap</title>
        <link rel="author" title="Microsoft" href="http://www.microsoft.com" />
    </head>
    <body>
        <p>Description: The square value of lineCap means that a rectangle with the length of the line width and the width of half the line width, placed flat against the edge perpendicular to the direction of the line, must be added at the end of each line.</p>
        <div><img src='/images/black-rectangle.png' alt='black rect' /></div>
    </body>
</html>
back to top