Advertisement
Guest User

Untitled

a guest
May 20th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.96 KB | None | 0 0
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg style="font-family: monospace;" xmlns="http://www.w3.org/2000/svg" version="1.1">
  4.  
  5.   <g transform="translate(16.8 15.6)" class="node">
  6.     <rect class="box" width="64" height="15" style="stroke: black; fill: white;"></rect>
  7.     <text class="proto" dy="11.9" dx="5" style="font-size: 10px;">loadbang </text>
  8.     <rect class="outlet portlet" width="5" height="3.5" x="0" y="11.5"></rect>
  9.   </g>
  10.  
  11.   <g transform="translate(16.8 40.8)" class="node">
  12.     <rect class="box" width="64" height="15" style="stroke: black; fill: white;"></rect>
  13.     <text class="proto" dy="11.9" dx="5" style="font-size: 10px;">print bla</text>
  14.     <rect class="inlet portlet" width="5" height="3.5" x="0" y="0"></rect>
  15.   </g>
  16.  
  17.   <line class="connection" style="stroke: black; stroke-width: 2px;" x1="19.3" y1="30.6" x2="19.3" y2="40.8"></line>
  18.  
  19. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement