x | y1 | y2 |
0 | 0 | 3 |
1 | 10 | 20 |
2 | 5 | 10 |
3 | 6 | 7 |
4 | 7 | 8 |
5 | 6 | 7 |
6 | 7 | 8 |
Note: With SVG, the most compatible way is NOT to put in SVG tags, but create the SVG element with Javascript. Therefore, instead of adding <svg> tag, we just have a <div> container and create the SVG element using SVGRenderer.SVG().