Source code
Revision control
Copy as Markdown
Other Tools
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<mask id="mask">
<rect width="100%" height="100%" fill="#fff"/>
<polygon points="12,0 0,0 0,12"/>
</mask>
<circle cx="6" cy="6" r="6" fill="context-fill"/>
<circle cx="6" cy="6" r="6" fill="context-stroke" mask="url(#mask)"/>
</svg>