Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <g class="townText">
  2. <text x="603" y="15">Sträckan OK</text>
  3. <line x1="700" y1="10" x2="720" y2="10" stroke="green" stroke-width="3" />
  4. <text x="550" y="30">Framkomlighet svår</text>
  5. <line x1="700" y1="25" x2="720" y2="25" stroke="red" stroke-width="3" />
  6. <text x="660" y="45">Stad</text>
  7. <circle cx="710" cy="40" r="6" stroke="black" fill="red" stroke-width="2"/>
  8. </g>
  9.  
  10.  
  11. css:
  12. .townText {fill: black;-webkit-filter:none;filter:none;stroke-width:0;font-family:'Georgia'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement