python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Draw a braid woven with 3 lines in SVG
I'm trying to archive a result similar to this one:
Where red line is passing behind blue one, but still above green. So far I managed to create the lines. What is the order of drawing that will crea...

Tymek
Votes: 0
Answers: 1
Algorithm for scaling irregular polygons
A syntax called 'gcode' is used to tell CNC engraving machines how to move.
An example of gcode is as follows :
G00 Z1 F800 (lift z axis by 1mm)
G00 X49.546785 Y-11.48703 F800 (Go to these coordinates...

Richard
Votes: 0
Answers: 1