Forked from Mohammed Yassine Jaya's Pen HTML invoice.
A Pen by Mwangi Thiga on CodePen.
Forked from Mohammed Yassine Jaya's Pen HTML invoice.
A Pen by Mwangi Thiga on CodePen.
- var data = [ | |
- { | |
- slist: ['329, 100%, 70%', '337, 99%, 58%'], | |
- icon: '🍓', | |
- title: 'gingerbread', | |
- ptext: 'Cake muffin donut chocolate cake jelly sesame wafer tart pie muffin.' | |
- }, | |
- { | |
- slist: ['48, 99%, 58%', '33, 94%, 55%'], | |
- icon: '🍋', |
<div id="app"> | |
<svg class="dial" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="150 0 350 600"> | |
<defs> | |
<clipPath id="clip-path"> | |
<path fill="none" d="M27.7.3h331.7v332.32H27.7z"/> | |
</clipPath> | |
<clipPath id="clip-path-2"> | |
<path fill="none" clip-path="url(#clip-path)" d="M28.4.9h.6l-.6.7V.9z"/> | |
</clipPath> | |
<clipPath id="clip-path-3"> |
A Pen by Jonny Scholes on CodePen.