def test_width(svg1):
    assert svg1["width"] == "{}".format(BBOX[2] - BBOX[0])