In this article, I will share a little-known approach to solving a common problem that few people encounter during their testing work. Suddenly, facing this issue can leave one feeling perplexed and unsure of how to proceed. Therefore, I will provide a thought process for everyone to learn from and refer to. SVG, introduced by HTML5, is a new tag that is similar to canvas. Both are capable of rendering graphics and animations. However, the graphics produced by SVG are vector-based, unlike canvas which produces raster images. This unique characteristic of SVG allows for a high degree of scalability, without losing any quality. In this article, we will explore this uncommon approach to SVG formatting.