<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice Draw changes the point type in PDF scatter plots when FILEOPEN"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123868">123868</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreOffice Draw changes the point type in PDF scatter plots when FILEOPEN
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Draw
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>m.mahmoudian@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
While opening a PDF file with some scatter plots, i realized that the shape of
datapoints have changed

Steps to Reproduce:
1. Creating a PDF file containing a scatter plot, so that the datapoints are
solid (filled) circles. The code below generates the same file in R:

```R
pdf(file="example.pdf")
plot(iris[, 1:2], pch = 19)
graphics.off
```

2. I confirmed the plot by opening it in multiple PDF viewer (qpdfview and
foxitreader)

3. Opened LibreOffice Draw program

4. from the "open" menu, opened the PDF file I just created

Actual Results:
The datapoints have turned into hollow cricles (have black border and
white/transparent filling color)

Expected Results:
The datapoints should still be solid circles


Reproducible: Always


User Profile Reset: No



Additional Info:
These are the info I get from "About LibreOffice" window:

Version: 6.2.0.3
Build ID: libreoffice-6.2.0.3-snap1
CPU threads: 8
OS: Linux 4.15
UI render: default
VCL: gtk3
Locale: en-US (en_US.UTF-8)
UI-Language: en-US
Calc: threaded</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>