File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,8 @@ mdc: true
184
184
185
185
# Arc
186
186
187
- <div id =" arc-start " absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >
188
- <code>#arc-start</code>
189
- </div >
190
- <div id =" arc-end " absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >
191
- <code>#arc-end</code>
192
- </div >
187
+ <code id =" arc-start " absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >#arc-start</code >
188
+ <code id =" arc-end " absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >#arc-end</code >
193
189
194
190
<FancyArrow id1 =" arc-start " id2 =" arc-end " arc =" 1.5 " color =" red " />
195
191
<FancyArrow id1 =" arc-start " id2 =" arc-end " arc =" 1.0 " color =" orange " />
@@ -213,12 +209,8 @@ mdc: true
213
209
<div absolute right-0 top-30 w-100 >
214
210
215
211
``` html
216
- <div id =" arc-start" absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >
217
- <code >#arc-start</code >
218
- </div >
219
- <div id =" arc-end" absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >
220
- <code >#arc-end</code >
221
- </div >
212
+ <code id =" arc-start" absolute left-300px top-400px style =" transform : translate (-50% , -50% );" >#arc-start</code >
213
+ <code id =" arc-end" absolute left-300px top-100px style =" transform : translate (-50% , -50% );" >#arc-end</code >
222
214
223
215
<FancyArrow arc =" 1.5" id1 =" arc-start" id2 =" arc-end" color =" red" />
224
216
<FancyArrow arc =" 1.0" id1 =" arc-start" id2 =" arc-end" color =" orange" />
You can’t perform that action at this time.
0 commit comments