Skip to content

Commit

Permalink
use <object> thus text in svg can be selected
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 7, 2023
1 parent 8d81415 commit f3bc9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/relplot.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# X-Y Relplot

![](./images/relplot.svg)
<object data="./images/relplot.svg" style="width: 100%;"></object>
2 changes: 1 addition & 1 deletion src/timeline.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Timeline

![](./images/timeline.svg)
<object data="./images/timeline.svg" style="width: 100%;"></object>

0 comments on commit f3bc9ab

Please sign in to comment.