Merge "Correct 1px offset error in SVG mask."

This commit is contained in:
jenkins-bot 2017-03-03 17:30:26 +00:00 committed by Gerrit Code Review
commit 49d5be7552
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -36,7 +36,7 @@ function createPokeyMasks() {
'<polygon points="0 8, 174 8, 182 0, 190 8, 1000 8, 1000 1000, 0 1000"/>' +
'</clippath>' +
'<clippath id="mwe-popups-landscape-mask-flip">' +
'<polygon points="0 0, 1000 0, 1000 243, 190 243, 182 250, 174 243, 0 243"/>' +
'<polygon points="0 0, 1000 0, 1000 242, 190 242, 182 250, 174 242, 0 242"/>' +
'</clippath>' +
'</defs>' +
'</svg>'