151151 panel, you will see options for <b >Top bend path</b >, <b >Right bend path</b >, etc.
152152 </p >
153153 <p >
154- Click the small "Edit on-canvas" icon next to the < b >Top bend path</ b > option. You will see a green line appear
155- with two handles.
154+ Click the small "Edit on-canvas" < InlineIcon :icon = " toolNodeEditorIcon " /> icon next to the
155+ < b >Top bend path</ b > option. You will see a green line appear with two handles.
156156 </p >
157157
158158 <ImageWithCaption
176176
177177 <p >
178178 Repeat this process for the other sides: <b >Right bend path</b >, <b >Bottom bend path</b >, and
179- <b >Left bend path</b >. Each time, click the "Edit on-canvas" icon and snap the handles to the corners of your
180- guide shape.
179+ <b >Left bend path</b >. Each time, click the "Edit on-canvas" < InlineIcon : icon= " toolNodeEditorIcon " /> icon and
180+ snap the handles to the corners of your guide shape.
181181 </p >
182182
183183 <ImageWithCaption
@@ -237,6 +237,7 @@ import drawCurvedShape from "./6_draw_shape_matching_curved_surface.svg";
237237import editingTopBend from " ./7_editing_top_bend_path.svg" ;
238238import aligningTopBend from " ./8_aligning_top_bend_handles.svg" ;
239239import aligningAllBend from " ./9_aligning_all_bend_handles.svg" ;
240+ import toolNodeEditorIcon from " @/assets/icons/tool_node_editor.svg" ;
240241
241242// Constants
242243import { ARTICLE_TYPES } from " @/constants" ;
@@ -246,6 +247,7 @@ import ArticleLayout from "@/components/ArticleLayout.vue";
246247import ImageWithCaption from " @/components/ImageWithCaption.vue" ;
247248import ImageEnlarger from " @/components/ImageEnlarger.vue" ;
248249import InlineCode from " @/components/InlineCode.vue" ;
250+ import InlineIcon from " @/components/InlineIcon.vue" ;
249251import AdmonitionBlock from " @/components/AdmonitionBlock.vue" ;
250252import BulletPoint from " @/components/BulletPoint.vue" ;
251253import YouTubePlayer from " @/components/YouTubePlayer.vue" ;
@@ -261,6 +263,7 @@ export default {
261263 ImageWithCaption,
262264 ImageEnlarger,
263265 InlineCode,
266+ InlineIcon,
264267 AdmonitionBlock,
265268 BulletPoint,
266269 YouTubePlayer,
@@ -301,6 +304,7 @@ export default {
301304 editingTopBend,
302305 aligningTopBend,
303306 aligningAllBend,
307+ toolNodeEditorIcon,
304308
305309 // Constants
306310 ARTICLE_TYPES ,
0 commit comments