Skip to content

Commit 0b15574

Browse files
committed
fixed typos in dy preview
1 parent 6d26a55 commit 0b15574

File tree

1 file changed

+6
-6
lines changed
  • client/interface/PatternModal/patterns/dy

1 file changed

+6
-6
lines changed

client/interface/PatternModal/patterns/dy/preview.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
export default props => (
44
<svg viewBox="0 0 350 200" {...props}>
5-
<g transform="matrix(1, 0, 0, 1, 0, 0)" class="diagram">
5+
<g transform="matrix(1, 0, 0, 1, 0, 0)">
66
<g>
77
<g>
88
<image
@@ -14,7 +14,7 @@ export default props => (
1414
xlinkHref="/latex/string?color=black&mathMode=true&string=l"
1515
/>
1616
<g>
17-
<path stroke="black" stroke-width="2" d="M 100 100 L 0 0" />
17+
<path stroke="black" strokeWidth="2" d="M 100 100 L 0 0" />
1818
<polygon
1919
transform="rotate(315, 50, 50)"
2020
fill="black"
@@ -36,7 +36,7 @@ export default props => (
3636
</g>
3737
<g>
3838
<g>
39-
<path stroke="black" stroke-width="2" d="M 0 200 L 100 100" />
39+
<path stroke="black" strokeWidth="2" d="M 0 200 L 100 100" />
4040
<polygon
4141
transform="rotate(45, 50, 150)"
4242
fill="black"
@@ -60,7 +60,7 @@ export default props => (
6060
<g transform="matrix(0.9375, 0, 0, 0.9375, 6.25, 6.25)">
6161
<path
6262
stroke="#2d89d3"
63-
stroke-width="2"
63+
strokeWidth="2"
6464
fill="none"
6565
d="M 100 100 C 110 70 110 130 120 100 S 130 130 140 100 S 150 130 160 100 S 170 130 180 100 S 190 130 200 100 S 210 130 220 100 S 230 130 240 100 S 250 130 260 100 "
6666
/>
@@ -80,7 +80,7 @@ export default props => (
8080
</g>
8181
<g>
8282
<g>
83-
<path stroke="black" stroke-width="2" d="M 350 0 L 250 100" />
83+
<path stroke="black" strokeWidth="2" d="M 350 0 L 250 100" />
8484
<polygon
8585
transform="rotate(225, 300, 50)"
8686
fill="black"
@@ -102,7 +102,7 @@ export default props => (
102102
</g>
103103
<g>
104104
<g>
105-
<path stroke="black" stroke-width="2" d="M 250 100 L 350 200" />
105+
<path stroke="black" strokeWidth="2" d="M 250 100 L 350 200" />
106106
<polygon
107107
transform="rotate(135, 300, 150)"
108108
fill="black"

0 commit comments

Comments
 (0)