| <script src="../resources/subpixel-utils.js"></script> |
| <script src="../resources/simple-polygon.js"></script> |
| var vertices = createRegularPolygonVertices(400, 8); // 400x400 8 sided regular polygon |
| var rect = document.getElementById("subpixel-test").getBoundingClientRect(); |
| hasSubpixelSupport = rect.width != Math.floor(rect.width); |
| createPolygonShapeInsideTestCaseExpected(); |
| #polygon-shape-inside, #polygon-svg-shape { |
| <svg id="polygon-svg-shape" xmlns="http://www.w3.org/2000/svg"></svg> |
| <div id="polygon-shape-inside"></div> |
| <p id="informative-text"> |
| This test requires the Ahem font. It creates a polygonal shape-inside and a matching |
| filled SVG polygon. The content should just fill the shape with alternating black and |
| empty rectangles on each line.</p> |
| <div id="subpixel-test" style="width: 4.5px; height: 5px;"></div> |