diff --git a/packages/web2d/test/javascript/render/curvedLine.html b/packages/web2d/test/javascript/render/curvedLine.html index 40eafb89..f17c9b8f 100644 --- a/packages/web2d/test/javascript/render/curvedLine.html +++ b/packages/web2d/test/javascript/render/curvedLine.html @@ -14,8 +14,6 @@ web2d.peer.utils = {}; - - + -

Elements Event Handling

+

Elements Event Handling

- - - - - - - - - + + +
- This examples shows the ability to attach listeners to handle several events. - In this example, you can attach different events to three elements: workspace, small elipse and the big - elipse. - Events will follow the event bubbling behaviour. - -
+ + + + + + + + + + + - - - - + + + - - -
+ This examples shows the ability to attach listeners to handle several events. + In this example, you can attach different events to three elements: workspace, small elipse and the + big + elipse. + Events will follow the event bubbling behaviour. + +
-
-
-
- Workspace Events -
-
-
-
- -
-
+
+
+
+ Workspace Events +
+
+
+
+ +
+
-
-
- Small Elipse Events -
-
-
-
- -
-
+
+
+ Small Elipse Events +
+
+
+
+ +
+
-
-
- Big Elipse Events -
-
-
-
- -
-
+
+
+ Big Elipse Events +
+
+
+
+ +
+
-
-
Multiple listeners can be attached to an element to handle an event type. - In this example, multiple listeners can be registered to the elipse element to handle the click event type. - -
+
Multiple listeners can be attached to an element to handle an event type. + In this example, multiple listeners can be registered to the elipse element to handle the click + event type. + +
-
-
-
- Elipse Click Events Listeners - -
- - -
+
+ +
+ Elipse Click Events Listeners + +
+ + +
- + -
-
+ +
- + + \ No newline at end of file