You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/WebGPUExternalSurfaceDemo/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ When the sample starts you should see a WinForms window with five tabs:
28
28
-`Clock`: a continuously-rendered animated clock scene
29
29
-`Tiger`: an interactive SVG tiger viewer with pan and zoom
30
30
-`Apply`: a reactive external-surface readback scene using `DrawingCanvas.Apply(...)`; move the mouse to move the edge-detect and blur regions, and use the mouse wheel to resize them
31
-
-`Manual Text Flow`: prepared text is laid out one line at a time around a circular obstacle that follows mouse movement
31
+
-`Manual Text Flow`: prepared text is laid out one line at a time around a selectable path obstacle that follows mouse movement
32
32
-`Rich Text Editor`: a small editor surface that exercises text selection, caret movement, hit testing, font changes, and inline styling
33
33
34
34
## Why This Sample Matters
@@ -116,7 +116,7 @@ The scenes are deliberately ordinary canvas code:
-[TigerViewerScene.cs](d:/GitHub/SixLabors/ImageSharp.Drawing/samples/WebGPUExternalSurfaceDemo/Scenes/TigerViewerScene.cs): pan and zoom SVG tiger viewer
118
118
-[ApplyReadbackScene.cs](d:/GitHub/SixLabors/ImageSharp.Drawing/samples/WebGPUExternalSurfaceDemo/Scenes/ApplyReadbackScene.cs): `Apply(...)` scene that reads the external surface back into CPU processing
119
-
-[ManualTextFlowScene.cs](d:/GitHub/SixLabors/ImageSharp.Drawing/samples/WebGPUExternalSurfaceDemo/Scenes/ManualTextFlowScene.cs): interactive manual text flow using prepared line layout enumeration
119
+
-[ManualTextFlowScene.cs](d:/GitHub/SixLabors/ImageSharp.Drawing/samples/WebGPUExternalSurfaceDemo/Scenes/ManualTextFlowScene.cs): interactive manual text flow using prepared line layout enumeration and a selectable closed-path obstacle
120
120
-[RichTextEditorScene.cs](d:/GitHub/SixLabors/ImageSharp.Drawing/samples/WebGPUExternalSurfaceDemo/Scenes/RichTextEditorScene.cs): custom rich text editor built from Fonts hit testing, caret, selection, and run APIs
0 commit comments