vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
469 stars 83 forks source link

[progress-bar] Implement progress circle without SVG #526

Open jouni opened 7 years ago

jouni commented 7 years ago

Consider the pros and cons between a pure HTML vs SVG implementation for the progress circle element.

Here’s an example how to accomplish it with standard HTML elements: https://codepen.io/jo-asakura/pen/stFHi

stramel commented 7 years ago

That's a unique way of handling the progress. I wonder how it works with animation, that's where IE11 decides it hates developers. (at least on the SVG side)