HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>In order to basically use SVG, all you need to understand is how outer dimensions work. But to create more complex designs, you need to understand how inner dimensions work.</p>
1 <p>In order to basically use SVG, all you need to understand is how outer dimensions work. But to create more complex designs, you need to understand how inner dimensions work.</p>
2 <p>You can use different units in SVG, such as, for example: px, em, ex, pt, pc, cm, mm, in, and percent.</p>
2 <p>You can use different units in SVG, such as, for example: px, em, ex, pt, pc, cm, mm, in, and percent.</p>
3 <p>There are also coordinate system units, or <i>user space units</i>, which by default correspond to pixels, so you can omit the units for dimensions and coordinates if you are using pixels.</p>
3 <p>There are also coordinate system units, or <i>user space units</i>, which by default correspond to pixels, so you can omit the units for dimensions and coordinates if you are using pixels.</p>