Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 52dc59b

Browse files
committed
update svg
1 parent 3e7bed4 commit 52dc59b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { Digraph, Node, Subgraph, renderToDot, Edge, DOT } from '@ts-graphviz/re
2727

2828
const Example: FC = () => (
2929
<Digraph
30-
dpi={150}
3130
rankdir="TB"
3231
edge={{
3332
color: 'blue',
@@ -67,7 +66,6 @@ console.log(dot);
6766

6867
```dot
6968
digraph {
70-
dpi = 150;
7169
rankdir = "TB";
7270
edge [
7371
color = "blue",

example/example.svg

Lines changed: 2 additions & 2 deletions
Loading

example/example.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Digraph, Node, Subgraph, renderToDot, Edge, DOT } from '../src';
33

44
const Example: FC = () => (
55
<Digraph
6-
dpi={150}
76
rankdir="TB"
87
edge={{
98
color: 'blue',

0 commit comments

Comments
 (0)