Add cover and titlepage images

This commit is contained in:
David Grigg 2018-12-09 10:12:42 +11:00
parent 85aa2b9190
commit 761120d740
6 changed files with 105 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After

BIN
images/cover.source.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1400 2100">
<title>The cover for the Standard Ebooks edition of The Origin of Species by Means of Natural Selection, by Charles Darwin</title>
<title>The cover for the Standard Ebooks edition of The Origin of Species, by Charles Darwin</title>
<style type="text/css">
.title-box{
fill-opacity: .75;
@ -13,8 +13,8 @@
text-anchor: middle;
}
.title-xsmall{
font-size: 58.47953033px;
.title{
font-size: 93.56725311px;
}
.author{
@ -23,8 +23,7 @@
</style>
<image height="2100" width="1400" x="0" y="0" xlink:href="cover.jpg"/>
<path class="title-box" d="M 50,1620 1350,1620 1350,2050 50,2050 Z"/>
<text class="title-xsmall" x="700" y="1740">THE</text>
<text class="title-xsmall" x="700" y="1810">ORIGIN OF SPECIES BY MEANS</text>
<text class="title-xsmall" x="700" y="1880">OF NATURAL SELECTION</text>
<text class="author" x="700" y="1980">CHARLES DARWIN</text>
<text class="title" x="700" y="1775">THE</text>
<text class="title" x="700" y="1875">ORIGIN OF SPECIES</text>
<text class="author" x="700" y="1975">CHARLES DARWIN</text>
</svg>

Before

Width:  |  Height:  |  Size: 990 B

After

Width:  |  Height:  |  Size: 857 B

Before After
Before After

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1400 540">
<title>The titlepage for the Standard Ebooks edition of The Origin of Species by Means of Natural Selection, by Charles Darwin</title>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1400 440">
<title>The titlepage for the Standard Ebooks edition of The Origin of Species, by Charles Darwin</title>
<style type="text/css">
text{
font-family: League Spartan;
@ -16,8 +16,7 @@
font-size: 70.17543793px;
}
</style>
<text class="title" x="700" y="130">THE ORIGIN OF</text>
<text class="title" x="700" y="230">SPECIES BY MEANS OF</text>
<text class="title" x="700" y="330">NATURAL SELECTION</text>
<text class="author" x="700" y="490">CHARLES DARWIN</text>
<text class="title" x="700" y="130">THE</text>
<text class="title" x="700" y="230">ORIGIN OF SPECIES</text>
<text class="author" x="700" y="390">CHARLES DARWIN</text>
</svg>

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 616 B

Before After
Before After