View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015370 | Scribus | Import / Export | public | 2018-07-07 02:31 | 2018-07-07 15:17 |
Reporter | dcpurton | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | Debian | OS Version | buster/sid |
Product Version | 1.5.4 | ||||
Summary | 0015370: Clipping wrong on imported PDF | ||||
Description | This actually occurs in 1.5.5svn r22563. I haven't tested on other versions. This PDF was produced with tikz under LaTeX and contains two rectangles, the second of which is clipped to a path. However, when it is imported to Scribus, both rectangles are clipped. LaTeX code for reference: \pdfminorversion=3 \pdfcompresslevel=0 \pdfobjcompresslevel=0 \documentclass[tikz,border=5mm]{standalone} \begin{document} \begin{tikzpicture} \draw (0,0) rectangle (5,5); \clip (3,3) rectangle (6,6); \draw (4,4) rectangle (7,7); \end{tikzpicture} \end{document} | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
|
|
Actually, I notice the behaviour is different depending on whether I open the PDF directly (e.g., scribus scibus_clipping_bug.pdf) and if I import it via File→Import…->Get Vector File… In the first case, both rectangles are clipped, but in the latter case, neither rectangle is clipped. Neither results in just one rectangle being clipped. |
|
Further to this, I notice there's a bunch of clipping issues. Clipping to complex paths doesn't work either. Perhaps this is a bigger issue of clipping support in Scribus. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-07-07 02:31 | dcpurton | New Issue | |
2018-07-07 02:31 | dcpurton | File Added: scribus_clipping_bug.pdf | |
2018-07-07 03:03 | dcpurton | File Deleted: scribus_clipping_bug.pdf | |
2018-07-07 03:03 | dcpurton | File Added: scribus_clipping_bug.pdf | |
2018-07-07 03:09 | dcpurton | Note Added: 0045331 | |
2018-07-07 15:17 | dcpurton | Note Added: 0045332 |