javascript - How to draw a quarter circle in Semantic-UI -


i'm using semantic-ui icons , not use canvas. how can draw quarter circle line @ big thin circle javascript? here fiddle https://jsfiddle.net/6kwxpogu/

badges

<h3 class="ui grey header">my badge</h3> <div class="ui segment">   <i class="huge icons">     <i class="big thin circle grey icon"></i>     <i class="trophy yellow inside icon"></i>   </i>   <i class="huge icons">     <i class="big thin circle grey icon"></i>     <i class="star half empty yellow inside icon"></i>   </i> </div> 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -