diff --git a/imgsrc/console.svg b/imgsrc/console.svg deleted file mode 100644 index 0d502bb1da..0000000000 --- a/imgsrc/console.svg +++ /dev/null @@ -1,4339 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/console.png b/resources/images/console.png deleted file mode 100644 index b7000e06cf..0000000000 Binary files a/resources/images/console.png and /dev/null differ diff --git a/src/calibre/ebooks/pdf/render/test.py b/src/calibre/ebooks/pdf/render/test.py index 211c453dfd..ac417d9e66 100644 --- a/src/calibre/ebooks/pdf/render/test.py +++ b/src/calibre/ebooks/pdf/render/test.py @@ -55,7 +55,7 @@ def full(p, xmax, ymax): b = QBrush(Qt.HorPattern) b.setColor(QColor(Qt.blue)) - pix = QPixmap(I('console.png')) + pix = QPixmap(I('lt.png')) w = xmax/4 p.fillRect(0, ymax/3, w, w, b) p.fillRect(xmax/3, ymax/3, w, w, QBrush(pix)) @@ -95,7 +95,7 @@ def brush(p, xmax, ymax): p.drawRect(x, y, w, w) def pen(p, xmax, ymax): - pix = QPixmap(I('console.png')) + pix = QPixmap(I('lt.png')) pen = QPen(QBrush(pix), 60) p.setPen(pen) p.drawRect(0, xmax/3, xmax/3, xmax/2)