Skip to content

Commit 4db0d62

Browse files
committed
Clarification that a vertex is represented by a Shape for CSS styling.
1 parent 314b7ff commit 4db0d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smartgraph.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://openjfx.io/javadoc/19/javafx.graphics/javafx/scene/doc-files/cssref.html
66
77
And know that:
88
- The drawing area itself is of type Pane, which is an extension of Region;
9-
- A vertex is of type Circle;
9+
- A vertex is of type Shape;
1010
- The edges are of type Line and CubicLine;
1111
- The labels are of type Text, and;
1212
- The arrows are of type Path.

0 commit comments

Comments
 (0)