6-28-2024: advanced: filters for everything (online 7-3-2024)
SVG FILTERS SVG: SVG SVG filters: filters , reference How to make, filter In the blog SVG to PIXEL, I have introduced SVG, and the more I dig the more I find user-friendly things about SVG. In this blog, I talk about SVG more as a web designer more than an artist amateur but it is worth to invest in this other point of view to handle SVG, and finally produce Art. More specifically, this is about handling filters in SVG. So, the starting point is to very understand that an SVG file can be read in many ways, and here, two ways: SVG, vector graphics editor; Text editor The best text editor In this blog, I had to use a text editor, or I wanted to, but, in fact, I had, because not everything is implemented in vector graphics editors. Notepad is the very basic on every computer, notepad++ has nothing to see with notepad, became very popular and can handle many functions for text and structure recognitions, very useful to write code ( additionally ). Structure of the SVG file, what a Vec...