diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-06-26 03:48:20 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-06-27 01:31:59 -0600 |
| commit | 8b4ff8d493967f8472219236252d5cb04450fa64 (patch) | |
| tree | 16b50868c0a2ec15d9120f98ca4a387034e33e33 /examples/chronicles-example.adoc | |
| parent | 363cba41bdc8733867556208c7d7a9cb3aad24b9 (diff) | |
resolves #242 scale down SVG if width is wider than page
- restrict width to bounds.width if no explicit width is set
- scale width value by 75% if width originates from width attribute in SVG
- code cleanups
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 0c8a2ae9..dc59a0fe 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -38,7 +38,7 @@ Behold -> the horror! .Wolpertinger, stuffed [.left.thumb] -image::wolpertinger.jpg[Wolpertinger,width=100%,scaledwidth=55%,link=http://en.wikipedia.org/wiki/Wolpertinger] +image::wolpertinger.jpg[Wolpertinger,pdfwidth=50%,link=http://en.wikipedia.org/wiki/Wolpertinger] You may not be familiar with these {wolper-uri}[ravenous beasts]. Trust us, they'll eat your shorts and suck loops from your code. |
