Advertisement
Guest User

Untitled

a guest
Nov 27th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1. <svg xmlns="http://www.w3.org/2000/svg">
  2.     <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
  3.     <svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
  4.         <style>table{border:1px solid black;}</style>
  5.         <foreignObject width="500" height="500" x="20" y="20">
  6.               <div xmlns="http://www.w3.org/1999/xhtml">
  7.                 <table>
  8.                     <tr><td>TITLE1</td><td>TITLE2</td></tr>
  9.                 </table>
  10.             </div>
  11.         </foreignObject>
  12.     </svg>
  13. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement