Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae8b4c1338 |
@ -253,7 +253,7 @@ public class InvisibleElementRemovalService {
|
||||
|
||||
PathData pathData = pathElement.getPathData();
|
||||
|
||||
if (pathData.getOperators().length == 0 && pathData.getPoints().length == 0) {
|
||||
if ((pathData.getOperators().length == 0 && pathData.getPoints().length == 0) || pathElement.getBBox() == null) {
|
||||
writer.writeGStateChanges(pathElement);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user