logoalt Hacker News

severak_cztoday at 9:24 AM1 replyview on HN

Well turtle graphics is not implemented in drawvg. But it should be easy to implement it.


Replies

spepstoday at 11:24 AM

SVG path syntax [1] mentioned as being an inspiration in the article is very similar to Turtle graphics (move, lineto, etc.)

[1] https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...

show 1 reply