<?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="300" height="200"> <line x1="60" y1="90" x2="170" y2="90" style="stroke:black;stroke-width:3;stroke-dasharray: 5 3"/> <line x1="60" y1="110" x2="170" y2="110" style="stroke:black;stroke-width:3;stroke-dasharray: 8 15"/> </svg>