Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.54 KB | None | 0 0
  1. <html>
  2.         <div style="margin: 1px, 1px; float: left; text-align: left; border-style: solid; display:flex; height: 100%; width: 100%; overflow-y: hidden; overflow-x: hidden; white-space: nowrap">
  3.  
  4.         <svg  width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display: block; position: relative; float:left">
  5.    
  6.             <image width="100%" height="100%" x="0px" y="0px" xlink:href="profilo.svg" style="display: block;"/>
  7.            
  8.             <g width="100%" height="100%" x="0px" y="0px" id="raccoltaNavi" style="display: inline-block; position: absolute; width: 100%; height: 100%">
  9.  
  10.                     <g transform="translate(75 75) rotate(45 37 9)" id="viaggio1_g">
  11.                         <svg width="36px" height="18px" id="viaggio1" preserveAspectRatio="xMinYMin meet" viewBox="0 0 454.66666 110.66667">
  12.                             <image x="0px" y="0px" width="100%" height="100%" cursor="pointer" xlink:href="nave.svg" />
  13.                         </svg>
  14.                     </g>
  15.                
  16.                     <g transform="rotate(10) translate(0 0)  scale(0.5 0.5)" id="viaggio2_g">
  17.                         <svg width="38px" height="9px" id="viaggio2" preserveAspectRatio="xMinYMin meet" viewBox="0 0 454.66666 110.66667">
  18.                             <image x="0px" y="0px" width="100%" height="100%" cursor="pointer" xlink:href="nave.svg" />
  19.                         </svg>
  20.                     </g>
  21.             </g>
  22.  
  23.         </svg>    
  24.         </div>    
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement