How to Resize SVG Keeping Inner Sizes How could it be possible to make an SVG image to be rubber and resizable, but keep some of its elements have the same size between each other?
Spinner with a progress bar using CSS variables Did you have a task to implement a form indicating the current progress of an asynchronous request? That could be a multi-step from, or some upload, or server-side long process. I did have such thing to do.