blob: fd86c515d2f1005fe7e156451e3b1c209d83369d [file] [log] [blame]
<!DOCTYPE html>
<svg id="svg">
<ellipse id="ellipse" ry="100" stroke="black" vector-effect="non-scaling-stroke"/>
</svg>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(function() {
ellipse.isPointInStroke(svg.createSVGPoint());
});
</script>