Using javascript to analysis svg graphs
Budget: $5,000 – $10,000 AUD
Using Javascript to find the centers of repeating circles along svg lines with a fixed diameter following the following rules
1. The coordinates of SVG lines are provided
2. the circals should not overlap or with minimum overlapping
2. the circles should cover all the svg lines on the page (no line segment is outside the circles
3. Circles should be distributed along the major lines so that the minimum circles are required.
4. Store all the coordinates of all the circles in an array
Sample svg lines are provided in the attached diagram.
1. The coordinates of SVG lines are provided
2. the circals should not overlap or with minimum overlapping
2. the circles should cover all the svg lines on the page (no line segment is outside the circles
3. Circles should be distributed along the major lines so that the minimum circles are required.
4. Store all the coordinates of all the circles in an array
Sample svg lines are provided in the attached diagram.