Timeline for How to remove elements in PDF/EPS vector graphics which are completely hidden?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Jun 10, 2022 at 6:46 | history | bounty ended | Michael | ||
| S Jun 10, 2022 at 6:46 | history | notice removed | Michael | ||
| Jun 6, 2022 at 1:34 | answer | added | luser droog | timeline score: 2 | |
| S Jun 5, 2022 at 14:34 | history | bounty started | Michael | ||
| S Jun 5, 2022 at 14:34 | history | notice added | Michael | Authoritative reference needed | |
| Jun 2, 2022 at 13:42 | history | edited | Michael | CC BY-SA 4.0 | deleted 76 characters in body |
| Jun 2, 2022 at 11:41 | comment | added | joojaa | Sortof, not really the computer does not actually know whats visible or not. Its realtively easy for you to do it manually in a vector editor because you can know whats visible and whats not. Part of the reason why this is easy to do porgrammatically in the application is that the clipping mask is just discarded in final rasterisation. But its not feasible to do this at any other stage of the process as it would require a lot of extra work to account for conrer cases. And also its not 100% the same in all the cases. The best place to cull is before plotting. | |
| S Jun 2, 2022 at 10:27 | review | First questions | |||
| Jun 2, 2022 at 10:52 | |||||
| S Jun 2, 2022 at 10:27 | history | asked | Michael | CC BY-SA 4.0 |