This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis
Today I came across the caniuse.com entry for vector-effect: non-scaling-stroke
. Using vector-effect
you can control if transformation such as scale
should be applied to the stroke width, too. If you define vector-effect="non-scaling-stroke"
you can guarantee that the stroke width stays the same no matter which transformations are applied. This functionality can be useful when you're building interactive SVG animations.
Learn more about it by playing with the demo below. You can change the scale value and find out that the stroke width scales on the x and y axis, too. Change vector-effect
to non-scaling-stroke
and see that the stroke width stays the same. ?
Read more about vector-effect
on MDN. Have fun and happy scaling!
Reply to Stefan
This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis
Stefan Judis | Sciencx (2021-04-26T22:00:00+00:00) How to disable scaling for stroke width (#tilPost). Retrieved from https://www.scien.cx/2021/04/26/how-to-disable-scaling-for-stroke-width-tilpost/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.