The BetaFeature SVGs across products have been spared from color and parts of the markup unification so far, as they should be updated in one patch sequence altogether.
- Universal Language Selector:
- Popups rEPOP027716dfd258: Update colors of betafeatures icons:
- Flow (rEFLW53eb1e0faf0f7e7412e4faf616a82049a1ca1aba):
- Content Translation (already done?)
- ORES
- 2017 Wikitext Editor (rEVEDfdf30c179370df8394d4d51cb378e85ddf615990): https://gerrit.wikimedia.org/r/#/c/392824/
- Two column edit conflict
- New filters for edit review (WikimediaMessages): https://gerrit.wikimedia.org/r/#/c/393003/
- Wikitext syntax highlighting (CodeMirror)
- BetaFeatures:
Example markup for optimized SVG (also as template in Extension:BetaFeatures w/o the comment):
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="264" height="162" viewBox="0 0 264 162"> <defs> <clipPath id="jagged-edge"> <path d="M0 0v152l12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10 12 10 12-10V0z"/> </clipPath> </defs> <g clip-path="url(#jagged-edge)" fill="#eaecf0"> <path id="background" fill="#fff" d="M0 0h264v162H0"/> <path id="logo" d="M11 22c0-8 6-14 14-14s14 6 14 14-6 14-14 14-14-6-14-14M38 45v-5H13v5h25"/> <path id="sidebar" d="M38 163V58H13v106h25"/> <path id="personal-tools" d="M233 5h26v6h-26V5zM209 5h22v6h-22zM185 5h22v6h-22zM162 5h13v6h-13zM177 5h6v6h-6zM154 5h6v6h-6z"/> <g id="search"> <path id="input" d="M258 16v4h-92v-4h92m1-1h-94v6h94v-6z"/> <path id="icon" d="M168 17h2v2h-2z"/> </g> <path id="article" d="M252 162V29H48v133z"/> <path id="border" d="M0 0v162h264V0zm1 1h262v150.533l-11 9.166-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-12-10-12 10-11-9z"/> <!-- Insert beta feature content here --> </g> </svg>