<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 - Dotted lines not rendered correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=84693">84693</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Dotted lines not rendered correctly
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (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>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>a.amann@ucc.ie
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=107371" name="attach_107371" title="Horizontal dotted line, gets misrendered by poppler">attachment 107371</a> <a href="attachment.cgi?id=107371&action=edit" title="Horizontal dotted line, gets misrendered by poppler">[details]</a></span>
Horizontal dotted line, gets misrendered by poppler

Fat Dotted lines are not always rendered correctly. See for example the
attached pdf file "test.pdf", which was created using the following python
snippet:

-----------------------
import numpy as np
import matplotlib.pylab as plt

fig, ax = plt.subplots()
fig.patch.set_visible(False)
ax.axis('off')

myx = np.linspace(0,1)
plt.plot(myx, np.zeros_like(myx), "b:",linewidth=10)


plt.savefig("test.pdf")
------------------------

When I open the resulting file in okular, I get annoying fat dots along the
horizontal line as shown in the attached file "test_dump.png". If I save
instead of .pdf in .png (or .eps) format, okular gives me what is shown in
"test_dump_correct.png", which is also resembling what comes on the screen. 

This misrenedering happens with okular, but also with xpdf, which brought me to
the conclusion that this might be a problem in poppler, which I understand is
the underlying library.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>