Sigil

(Munur milli útgáfa)
Stökkva á: flakk, leita
Lína 10: Lína 10:
 
<pre>
 
<pre>
  
Again, my big thing is cross-platform compliance, and that's where I'm running into trouble. Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen. That code is pretty straightforward:
+
Again, my big thing is cross-platform compliance, and that's where I'm running into trouble.  
 +
Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen.  
 +
That code is pretty straightforward:
 
<svg xmlns="http://www.w3.org/2000/svg"  
 
<svg xmlns="http://www.w3.org/2000/svg"  
 
xmlns:xlink="http://www.w3.org/1999/xlink"  
 
xmlns:xlink="http://www.w3.org/1999/xlink"  

Útgáfa síðunnar 27. mars 2012 kl. 05:23



' http://portables.about.com/od/ebookreasers/a/Ereader-Sideloading.htm


Again, my big thing is cross-platform compliance, and that's where I'm running into trouble. 
Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen. 
That code is pretty straightforward:
<svg xmlns="http://www.w3.org/2000/svg" 
xmlns:xlink="http://www.w3.org/1999/xlink" 
version="1.1" 
width="100%" 
height="100%"  
viewBox="0 0 497 765" 
preserveAspectRatio="xMaxYMax meet">
     <image width="497" height="765" 
xlink:href="images/frontcover.png"/>
</svg>
Tenglar
Nafnrými
Útgáfur
Aðgerðir
Flakk
Verkfæri