Advertisement
jlpoole

4 Lines of Text SVG Sample

Dec 9th, 2023
2,343
0
193 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!-- Created with Inkscape (http://www.inkscape.org/) -->
  3.  
  4. <svg
  5.   width="1920"
  6.   height="1080"
  7.   viewBox="0 0 1920 1080"
  8.   version="1.1"
  9.   id="svg5"
  10.   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
  11.   sodipodi:docname="4_lines_sample.svg"
  12.   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  13.   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  14.   xmlns="http://www.w3.org/2000/svg"
  15.   xmlns:svg="http://www.w3.org/2000/svg">
  16.   <sodipodi:namedview
  17.     id="namedview7"
  18.     pagecolor="#ffffff"
  19.     bordercolor="#000000"
  20.     borderopacity="0.25"
  21.     inkscape:showpageshadow="2"
  22.     inkscape:pageopacity="0.0"
  23.     inkscape:pagecheckerboard="0"
  24.     inkscape:deskcolor="#d1d1d1"
  25.     inkscape:document-units="px"
  26.     showgrid="false"
  27.     inkscape:zoom="0.6578125"
  28.     inkscape:cx="928.8361"
  29.     inkscape:cy="552.58907"
  30.     inkscape:window-width="1920"
  31.     inkscape:window-height="1029"
  32.     inkscape:window-x="0"
  33.     inkscape:window-y="27"
  34.     inkscape:window-maximized="1"
  35.     inkscape:current-layer="layer1" />
  36.   <defs
  37.     id="defs2" />
  38.   <g
  39.     inkscape:label="Layer 1"
  40.     inkscape:groupmode="layer"
  41.     id="layer1">
  42.     <text
  43.       xml:space="preserve"
  44.       style="font-size:48px;font-family:C059;-inkscape-font-specification:'C059, Normal';writing-mode:lr-tb;text-orientation:upright;fill:#f27c13;stroke:#fd914c"
  45.       x="362.82874"
  46.       y="220.92822"
  47.       id="text353"><tspan
  48.         sodipodi:role="line"
  49.         id="tspan351"
  50.         x="362.82874"
  51.         y="220.92822">This is line 1.</tspan><tspan
  52.         sodipodi:role="line"
  53.         x="362.82874"
  54.         y="280.92822"
  55.         id="tspan355">This is line 2</tspan><tspan
  56.         sodipodi:role="line"
  57.         x="362.82874"
  58.         y="340.92822"
  59.         id="tspan357">This is line 3</tspan><tspan
  60.         sodipodi:role="line"
  61.         x="362.82874"
  62.         y="400.92822"
  63.         id="tspan359">This is line 4</tspan></text>
  64.   </g>
  65. </svg>
  66.  
Tags: xml svg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement