Skip to content

Commit

Permalink
Fix svg embedding by compressing into single line
Browse files Browse the repository at this point in the history
  • Loading branch information
ordnungswidrig committed Apr 7, 2016
1 parent bdd542f commit 21f6cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions doc/decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,4 @@ put-to-existing? | checks if the request method is put for re
The Liberator flowchart - mousewheel to zoom, click-and-drag to
pan. (if you don't see anything below, please [open it]({{site.baseurl}}/assets/img/decision-graph.svg))

<span style="border: 1px solid #333; width: 90%; height: 40em; display:block;">
<object data="{{site.baseurl}}/assets/img/decision-graph.svg" width="100%" height="100%">
<img src="{{site.baseurl}}/assets/img/decision-graph.svg"
type="image/svg+xml">
</object>
</span>
<span style="border: 1px solid #333; width: 90%; height: 40em; display:block;"><object data="{{site.baseurl}}/assets/img/decision-graph.svg" width="100%" height="100%"><img src="{{site.baseurl}}/assets/img/decision-graph.svg" type="image/svg+xml"></object></span>
7 changes: 1 addition & 6 deletions tutorial/decision-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ decide which functions to replace:
The Liberator flowchart - mousewheel to zoom, click-and-drag to
pan. (if you don't see anything below, please [open it]({{site.baseurl}}/assets/img/decision-graph.svg))

<span style="border: 1px solid #333; width: 90%; height: 40em; display:block;">
<object data="{{site.baseurl}}/assets/img/decision-graph.svg" width="100%" height="100%">
<img src="{{site.baseurl}}/assets/img/decision-graph.svg"
type="image/svg+xml">
</object>
</span>
<span style="border: 1px solid #333; width: 90%; height: 40em; display:block;"><object data="{{site.baseurl}}/assets/img/decision-graph.svg" width="100%" height="100%"><img src="{{site.baseurl}}/assets/img/decision-graph.svg" type="image/svg+xml"> </object> </span>

As you can see there are a lot of decisions to be made until your can
send a response.
Expand Down

0 comments on commit 21f6cd8

Please sign in to comment.