Skip to content

Commit 62be99d

Browse files
committed
Fix SVG display issue
1 parent 9644c0f commit 62be99d

4 files changed

+3
-94844
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,10 @@ cd FlameGraph
128128
Differential Flame graphs will be generated in `bin/`. You can open it with your web browser.
129129
# Sample Results
130130
Config 1 Flame Graph: PetClinic + MySQL
131-
![Alt text](./bin/flamegraph-13070.svg)
132-
<img src="./bin/flamegraph-13070.svg">
131+
![Alt text](https://raw.githubusercontent.com/mboussaa/docker-flame-graphs/master/bin/flamegraph-13070-MS.svg?sanitize=true)
133132

134133
Config 2 Flame Graph: PetClinic + Postgres
135-
![Alt text](./bin/flamegraph-24343.svg)
136-
<img src="./bin/flamegraph-24343.svg">
134+
![Alt text](https://raw.githubusercontent.com/mboussaa/docker-flame-graphs/master/bin/flamegraph-24343-PG.svg?sanitize=true)
137135

138136
Differential Flame Graph (FG1 - FG2)
139-
![Alt text](./bin/flamegraph-differential.svg)
140-
<img src="./bin/flamegraph-differential.svg">
137+
![Alt text](https://raw.githubusercontent.com/mboussaa/docker-flame-graphs/master/bin/differential-flamegraph.svg?sanitize=true)

0 commit comments

Comments
 (0)