https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a426a86ef8d3e3f846e8b746cef342385c994c5d authored by Boris Zbarsky on 28 July 2015, 16:53:24 UTC
Add a test for proto cycle checking on Windows.
Tip revision: a426a86
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