Guest User

Untitled

a guest
Jul 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <template>
  2. <svg width="200" height="200">
  3. <rect width="200" height="200" ry="50" rx="5" y="0" x="0" fill="blue"></rect>
  4. <text repeat.for="textInfo of textInfos"
  5. x="${textInfo.x}"
  6. y="${textInfo.y}"
  7. fill="white">${textInfo.text}</text>
  8. </svg>
  9. </template>
Add Comment
Please, Sign In to add comment