Some improvements. Testing variants: Baroque has some issues
[xogo.git] / pieces / Weiqi / black_stone.svg
diff --git a/pieces/Weiqi/black_stone.svg b/pieces/Weiqi/black_stone.svg
new file mode 100644 (file)
index 0000000..21bf0c5
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+<defs><radialGradient id="rg" cx=".3" cy=".3" r=".8">
+<stop offset="0" stop-color="#777"/>
+<stop offset=".3" stop-color="#222"/>
+<stop offset="1" stop-color="#000"/>
+</radialGradient></defs>
+<circle cx="250" cy="250" r="245" fill="url(#rg)"/>
+</svg>