<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Problem rendering svg file that contains file path network"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91837">91837</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Problem rendering svg file that contains file path network
</td>
</tr>
<tr>
<th>Product</th>
<td>cairo
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>svg backend
</td>
</tr>
<tr>
<th>Assignee</th>
<td>emmanuel.pacaud@lapp.in2p3.fr
</td>
</tr>
<tr>
<th>Reporter</th>
<td>cherubino.ferrario@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>cairo-bugs@cairographics.org
</td>
</tr></table>
<p>
<div>
<pre>Hello to all,
i use rsvg_handle_new_from_file function from librsvg-2-2.dll for render the
following svg file:
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"
xmlns:xlink="<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>" version="1.1" width="4160"
height="2110" preserveAspectRatio="xMinYMin slice" viewBox="0 0 4160 2110">
<g id="viewBox_0">
<defs>
<rect id="viewBox_0_zone" x="0" y="0" width="2080"
height="2110"/>
</defs>
<clipPath id="viewBox_0_clipPath">
<use xlink:href="#viewBox_0_zone"/>
</clipPath>
</g>
<g id="viewBox_1">
<defs>
<rect id="viewBox_1_zone" x="2080" y="0" width="2080"
height="2110"/>
</defs>
<clipPath id="viewBox_1_clipPath">
<use xlink:href="#viewBox_1_zone"/>
</clipPath>
</g>
<g id="background_0" transform="matrix(1 0 0 1 0 0)">
<defs>
<rect id="background_0_zone" x="0" y="0" width="4160"
height="2110"/>
</defs>
<clipPath id="background_0_clipPath">
<use xlink:href="#background_0_zone" overflow="visible"/>
</clipPath>
<rect id="background_background" width="4160" height="2110"
fill="#ffffff" fill-opacity="1"/>
</g>
<g>
<g id="image_0" transform="matrix(1 0 0 1 0 0)">
<defs>
<filter id="white">
<feColorMatrix in="SourceGraphic" type="matrix" values="1 0 0
0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0" result="to_white"/>
</filter>
<rect id="image_0_zone" x="0" y="0" width="4160"
height="2110"/>
</defs>
<clipPath id="image_0_clipPath">
<use id="image_0_clipPathUse" xlink:href="#image_0_zone"/>
</clipPath>
<rect id="image_0_background" width="4160" height="2110"
fill="#ffffff" fill-opacity="0"/>
<filter id="image_0_filter">
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1
0 0 0 0 0 1 0"/>
<feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1
0 0 0 0 0 1 0"/>
</filter>
<g id="image_0_groupImage" clip-path="url(#image_0_clipPath)"
filter="url(#image_0_filter)">
<image id="image_0_image"
xlink:href="file://fabrirevenge/CDPRODIG/Monviso.jpg" width="3664"
height="2748" transform="matrix(1.1353711790393013 0 0 1.1356297093649086
2.842170943040401e-14 -504.21959095801947)"/>
</g>
<rect id="image_0_border" fill="none" stroke="none"
stroke-width="0" style="shape-rendering:crips-edges;" x="0" y="0" width="4160"
height="2110"/>
</g>
</g>
</svg>
In this file there are the following path:
xlink:href="file://fabrirevenge/CDPRODIG/Monviso.jpg"
that is a network path.
The result is a blank image.
If I use the local path everything works correctly.
The library librsvg does not support network paths?
Thanks for your help.
Best regards
Chherubino</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>