View Single Post
Old 02-01-2021, 04:14 PM   #3
piyarad27
Member
piyarad27 began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Oct 2020
Device: pc
Still cant seem to get rid of the white line

I try the demo code that you provide but it doesn't work the white line at the bottom edge is still there. Here is how the code look like:

<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>part0003</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>

<style type="text/css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>
</head>
<body>

<div style="display:none" class="title">Full screen image</div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 1358 1920" preserveAspectRatio="xMaxYMid meet">
<image width="100%" height="100%" class="full-page-stretch" xlink:href="image_rsrc2GE.jpg"/>
</svg>
</body>
</html>
Attached Thumbnails
Click image for larger version

Name:	p4.PNG
Views:	268
Size:	26.2 KB
ID:	185154  
Attached Files
File Type: txt image code2.txt (856 Bytes, 182 views)
File Type: txt Stylesheet2.txt (3.6 KB, 186 views)
piyarad27 is offline   Reply With Quote