diff --git a/src/shape.rs b/src/shape.rs index 9f8842b..00d4501 100644 --- a/src/shape.rs +++ b/src/shape.rs @@ -607,6 +607,7 @@ impl ShapeLine { } if x == start_x && word.blank { + // Skip blank words at start of line continue; }