Skip to content

Commit

Permalink
remove nfc
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Dec 24, 2023
1 parent 2a5144a commit 162304b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bezier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ function parse_bezier_commands(svg)
push!(commands, LineTo(Point2d(l[1], y)))
i += 2
else
foreach(println, commands)
for c in commands
println(c)
end
error("Parsing $comm not implemented.")
end

Expand Down

0 comments on commit 162304b

Please sign in to comment.