Svg: Difference between revisions

From Halfface
Jump to navigationJump to search
Created page with "What does content in svg mean. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="45" height="45">"
 
No edit summary
 
Line 1: Line 1:
What does content in svg mean.
Beginning of svg file. (XML Namespace pointing to definition) (x and y min, x and y max, scale) (width and height)
<pre>
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="45" height="45">
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="45" height="45">
</pre>

Latest revision as of 10:22, 12 January 2026

Beginning of svg file. (XML Namespace pointing to definition) (x and y min, x and y max, scale) (width and height)

 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" width="45" height="45">