Skip to content

Commit bd371f6

Browse files
committed
Remove SVG version and baseProfile
#992
1 parent d5da1d5 commit bd371f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

chess/svg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ def _svg(viewbox: int, size: Optional[int]) -> ET.Element:
169169
svg = ET.Element("svg", {
170170
"xmlns": "http://www.w3.org/2000/svg",
171171
"xmlns:xlink": "http://www.w3.org/1999/xlink",
172-
"version": "1.2",
173-
"baseProfile": "tiny",
174172
"viewBox": f"0 0 {viewbox:d} {viewbox:d}",
175173
})
176174

0 commit comments

Comments
 (0)