Skip to content

Commit

Permalink
remove move to origin for beginning of path
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer committed Jun 14, 2021
1 parent aa41feb commit 7d28c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/converter.rs
Expand Up @@ -46,7 +46,6 @@ pub fn svg2program<'input>(
program.extend(turtle.machine.absolute());
program.extend(turtle.machine.program_begin());
program.extend(turtle.machine.absolute());
program.append(&mut turtle.move_to(true, 0.0, 0.0));

// Depth-first SVG DOM traversal
let mut node_stack = vec![(doc.root(), doc.root().children())];
Expand Down

0 comments on commit 7d28c3c

Please sign in to comment.