diff options
Diffstat (limited to 'library/src/visualize/path.rs')
| -rw-r--r-- | library/src/visualize/path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/visualize/path.rs b/library/src/visualize/path.rs index 436ef5f0..db062093 100644 --- a/library/src/visualize/path.rs +++ b/library/src/visualize/path.rs @@ -123,6 +123,7 @@ impl Layout for PathElem { let to_point = points[0]; add_cubic(from_point, to_point, from, to); + path.close_path(); } // Prepare fill and stroke. |
