adobe-webplatform/css-shapes-polyfill

The polyfill should respect margin-box

Closed this issue · 1 comments

Currently the this test fails:

name: 'for margin-box',

Should be fixed with
27b1868

Problem was that the rectangles used for intersections were relative to the border box, not themselves ('margin-box' should have x and y coordinates at 0).