mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-22 03:52:52 +00:00
d7871bb9c4
I've yet to meet the bloke who knew how to take a poke without an explanation such that they have never mispoke. This patch which renames pokies to pointers will surely be my masterstroke. find \ -not \( \( -name node_modules -o -name .git -o -name vendor -o -name dist -o -name package-lock.json \) -prune \) \ -type f| xargs -rd\\n sed -ri 's%([Pp])(okey|okie)%\1ointer%g; s%([Pp])oke%\1oint%g' Bug: T190831 Change-Id: I363e6dd49bfcdb9515cd5fab2904a58725b18720
18 lines
678 B
XML
18 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
|
|
<defs>
|
|
<clippath id="mwe-popups-mask">
|
|
<polygon points="0 8, 10 8, 18 0, 26 8, 1000 8, 1000 1000, 0 1000"/>
|
|
</clippath>
|
|
<clippath id="mwe-popups-mask-flip">
|
|
<polygon points="0 8, 274 8, 282 0, 290 8, 1000 8, 1000 1000, 0 1000"/>
|
|
</clippath>
|
|
<clippath id="mwe-popups-landscape-mask">
|
|
<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 242, 190 242, 182 250, 174 242, 0 242"/>
|
|
</clippath>
|
|
</defs>
|
|
</svg>
|